Create bank account

This request creates a bank account.

   Click here to learn more about this request

Bank accounts are a type of Payment Profile. Each payment profile is created and stored within Secure Payments, which generates a token that represents it. That token is then used to associate the payment profile to a borrower via the LMS API.

⚠️ This request uses different headers.

Use an OBO token when sending this request instead of the standard Secure Payments headers.

Need an OBO token? POST Generate OBO token.

{
  "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"
  }
}
{
  "checking-account": {
    "accountholder_name": "John Doe",
    "account_number": "999999990",
    "routing_number": "124002971",
    "account_type": "savings",
    "bank_name": "WELLS FARGO BANK, N.A.",
    "address": "1035 Hayes St",
    "city": "SAN FRANCISCO",
    "country": "USA",
    "zipcode": "94117",
    "state": "CA"
  }
}

Results

Returns the bank account token after a successful bank account creation.

Language
Credentials
Header
Click Try It! to start a request and see the response here!