v1
latestOpenAPI 3.0.12026-07-264182324.3 KBPayment Methods
This endpoint can be used to verify an ACH payment method to confirm the bank account is valid and belongs to the consumer. To verify a bank account is valid, pass the following parameters into the request:<ul><li><code>ach_aba_pii</code></li><li><code>ach_account_pii</code></li></ul> If successful, the response will include a <code>verification_response</code> and an <code>account_response_code</code> combination that indicates the level of risk. For more information on these combinations, see ACH Verification Services.
post/validate_ach_payment_method
Request body
Example request
{
"ach_aba_pii": "122105278",
"ach_account_pii": "0000000016"
}Response
Payment Method Valid
Example response
{
"giact": {
"verification_response": "6",
"account_response_code": "12"
}
}