Skip to main content

FiatTransferAccount

accountNumberstringrequired

The account number. Example: PT50000201231234567890154

Possible values: <= 100 characters

beneficiaryNamestringrequired

The name of the beneficiary. Example: John Doe

Possible values: <= 2147483647 characters

idstring<uuid>required

The unique identifier of the account. Example: 123e4567-e89b-12d3-a456-426614174000

Possible values: <= 2147483647 characters

routingNumberstringrequired

The routing number. Example: 123456789

Possible values: <= 9 characters

FiatTransferAccount
{
"accountNumber": "string",
"beneficiaryName": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"routingNumber": "string"
}