ACH Bank Account Payment
+
+ Tokenize a US/Canadian bank account using the SDK's setupACHPayment /
+ submitACHPayment methods, then run a purchase against the Spreedly Test gateway.
+
021000021, Account 9876543210,
+ Name Bob Smith. The Spreedly Test gateway always succeeds.
+ Result
+
+ ACH payments tokenize a US or Canadian bank account. The SDK posts the bank
+ details directly to Spreedly Core; the merchant page never sees the raw account
+ number outside this form. After the SDK emits achTokenGenerated,
+ the merchant backend runs a purchase on a gateway that supports ACH.
+
-
+
- Load SDK and initialize with auth params +
- Collect bank-account details in your own form +
- Call
setupACHPayment(config)
+ - Call
submitACHPayment()
+ - Listen for
achTokenGenerated→ token + last4
+ - Send token to backend → run gateway purchase +