We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac59fc commit e386901Copy full SHA for e386901
PaymentTransactions/DebitBankAccount.cs
@@ -27,7 +27,7 @@ public static ANetApiResponse Run(String ApiLoginID, String ApiTransactionKey, d
27
var bankAccount = new bankAccountType
28
{
29
accountType = bankAccountTypeEnum.checking,
30
- routingNumber = "121042882",
+ routingNumber = "125000105",
31
accountNumber = "1234567890",
32
nameOnAccount = "John Doe",
33
echeckType = echeckTypeEnum.WEB, // change based on how you take the payment (web, telephone, etc)
0 commit comments