put https://securepayments.loanpro.io/api/checking-account
This request updates an existing bank account.
Click here to learn more about this request
A bank account is a Payment Profile represented by a Secure Payments token. The bank account's token must be provided to edit the profile.
⚠️ This request uses different headers.Use an OBO token when sending this request instead of the standard Secure Payments headers.
Need an OBO token? Generate an OBO token ↗
Sample Payload
{
"token": "QFEIV...",
"checking-account": {
"accountholder_name": "John Doe",
"account_number": "999999990",
"routing_number": "124002971",
"account_type": "checking",
"bank_name": "WELLS FARGO BANK, N.A.",
"address": "1035 Hayes St",
"city": "SAN FRANCISCO",
"country": "USA",
"zipcode": "94117",
"state": "CA"
}
}