put https://securepayments.loanpro.io/api/customers//add-checking-account
{
"checking-account": {
"token": "YOUR TOKEN"
}
}
Instructions
To add a checking account to a customer, you'll need the customer ID. If you don't know the customer ID, see our Get Customers page.
The payload asks for the unique Secure Payments token that was generated when you first created the checking account. Without this token, you cannot add the checking account to a customer or run any transactions on it.
For more information, see our article on Secure Payments API – PUT Customers Add Checking Account.
Try It Instructions
The customer ID and token on this page should let you add the account with the Try It button.