post
https://www.pelcro.com/api/v1/sdk/payment_methods//verify-ach
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Verify a bank-account (ACH) payment method using the 6-character descriptor code from the customer's micro-deposit. This applies only to Stripe us_bank_account sources flagged as requiring descriptor-code verification. On success the customer is returned with a fresh JWT and a confirmation message, and the payment method becomes chargeable.
Example:
curl --request POST \
--url 'https://www.pelcro.com/api/v1/sdk/payment_methods/1019/verify-ach?site_id=1232' \
--header 'Authorization: Bearer <JWT>' \
--header 'Content-Type: application/json' \
--data '{ "verification_code": "SM1234" }'Conditional Requirements
verification_codeis required and must be exactly 6 characters.- Returns
400when: the payment method is not found, is not a Stripe method, does not require verification, the code is not 6 characters, or gateway verification fails. - Returns
404when the setup intent for the payment method cannot be found.
