Create custom account
Creates a custom account for a business. Custom accounts offer platforms direct control over bank account data and should be used for accounts operated directly by the platform.
Rate Limiting
This endpoint has a custom rate limit policy. Rate Limit Details:| Environment | Limit | Refill Period | Initial Size |
|---|---|---|---|
| Sandbox | 5 requests | 1 second | 10 requests |
| Production | 20 requests | 1 second | 40 requests |
- X-RateLimit-Limit: The rate limit bucket capacity
- X-RateLimit-Remaining: The number of tokens remaining in the bucket
- X-RateLimit-Reset: UTC timestamp (in seconds) when the bucket will be refilled
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to create custom account for.
Body
Unique ID of the custom account in an external system for linking and idempotency.
"ww9wwLgkrbU3jkg3J4J7ckBR3zKQV6sLPQevK"
Last 4 digits of the custom account number.
"4321"
Name of the custom account.
"My custom account"
Name of the institution for the custom account.
"My custom account institution"
The type of the custom account.
DEPOSITORY, CREDIT, LOAN "DEPOSITORY"
The subtype of the custom account.
CHECKING, SAVINGS, CREDIT CARD, LOAN "checking"