Skip to main content

AccountAddress

accountNumber object
oneOf
null
bankAddress object

Bank address of FIAT address

oneOf
null
bankName object

Bank name of FIAT address

oneOf
null
cryptoAccount object

Account number of CRYPTO address

oneOf
null
designationstringrequired

Account address's designation. Possible values: UNIVERSAL, SALARY, PERSONAL, VOID

Possible values: <= 2147483647 characters

idstring<uuid>required

Account address's id

Possible values: <= 2147483647 characters

reference object

Reference of FIAT address

oneOf
null
referenceProvider object

Name of the reference provider of FIAT address

oneOf
null
referenceProviderAddress object

Address of the reference provider of FIAT address

oneOf
null
routingNumber object
oneOf
null
supportedNetworks object

Supported networks of FIAT address. E.g. SEPA, SEPA_INSTANT, SWIFT, FASTER_PAYMENTS, CHAPS

oneOf
null
typestringrequired

Transfer Area type. Possible fiat values: INTERNATIONAL, LOCAL_EU, LOCAL_UK, LOCAL_US. For crypto address contains network type (e.g. ERC20 or TON)

Possible values: <= 2147483647 characters

AccountAddress
{
"accountNumber": "null",
"bankAddress": "null",
"bankName": "null",
"cryptoAccount": "null",
"designation": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "null",
"referenceProvider": "null",
"referenceProviderAddress": "null",
"routingNumber": "null",
"supportedNetworks": "null",
"type": "string"
}