Create a balance account
Creates a USD account that holds a balance. Use product STANDARD (default) for a fiat hold funded by bank transfer, or YIELD for a reserve-backed hold that can earn configurable yield. Pay out by creating a transfer sourced from this account. Requires the matching customer capability (USD_BALANCE or USD_YIELD). Use the Idempotency-Key header to safely retry on network failure.
Headers
API key
Optional idempotency key. When supplied, a retry with the same key replays the original response (24h TTL) instead of being rejected as a duplicate.
Request body
Example request
{
"customerId": "cus_abc123",
"product": "STANDARD",
"externalReference": "550e8400-e29b-41d4-a716-446655440000",
"metadata": {
"nickname": "Main Checking Account",
"purpose": "Business operations",
"tags": [
"primary",
"operations"
]
}
}Response
Balance account created successfully
Changes
Changed in 8 of the 19 revisions of this API.147
- ○
added the required property
//////////////to the response with the statusresponse-required-property-added
- ○
- ●
added the new
ROBINHOODenum value to the///////////////response property for the response statusresponse-property-enum-value-added
- ●
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ▲
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
LIVENESS_CHECKenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
MESTAenum value to the//////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
MESTAenum value to the////////////response property for the response statusresponse-property-enum-value-added
- ●