API Reference
API Reference

Create Account

Creates an Account.

In circumstances where you fail to receive an accountID from us, you can do a retrieve via referenceID. (Allowed only up to 24 hours after original request)

Path Params
string
required

22-character ClientID.
Note: SubClientID will create accountIDs at the same Client level. This is not recommended if you cannot share SubClient and Client accountIDs at the same level.

Query Params
string
length between 0 and 0

Use to disallow account creation if an account with card already exists

Incompatible with query string OKToAddDuplicateCard. All requests must use RejectDuplicateCard or OKToAddDuplicateCard if using [Duplicate Card Check]https://rftdevportal.thebancorp.com/reference/how-to-use-duplicate-card-check#/).
Use is allowed if Version is v1 (not v2)

string
length between 0 and 0

Use to allow account creation if an account with card already exists

Incompatible with query string RejectDuplicateCard. All requests must use OKToAddDuplicateCard or RejectDuplicateCard if using Duplicate Card Check.
Use is allowed if Version is v1 (not v2)

Body Params
string
required

1-15 characer unique referenceID. This is used to do a Retrieve via ReferenceID in case of an HTTP timeout, or any scenario where you fail to get a response body

bank
object

Bank Account Data

Choose either bank or card. Do not include both, or leave both out.

card
object

Choose either bank or card. Do not include both, or leave both out.

Payment Card Data.

Choose exactly ONE of the following:

  • Payment Card Not Encrypted
  • Payment Card Encrypted
  • token
  • device object
owner
object
required

Owner Details

Responses

Language
Credentials
Bearer
JWT
URL
Response
Choose an example:
application/json