v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Create a bank account token

Creates a single-use token that represents a bank account’s details. You can use this token with any v1 API method in place of a bank account dictionary. You can only use this token once. To do so, attach it to a connected account where controller.requirement_collection is application, which includes Custom accounts.

post/v1/tokens

Response

Successful response.

client_ipstring nullable

IP address of the client that generates the token.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'token' required

String representing the object's type. Objects of the same type share the same value.

typestring required

Type of the token: account, bank_account, card, or pii.

usedboolean required

Determines if you have already used this token (you can only use tokens once).