Register a bank account address for a customer.
API Key
a UUID ensuring an address is only registered once
Optional sub-partner UUID, if provided, the fiat address will be registered for the sub-partner
The fiat address registration request
Register Fiat Address Request
Request to register a fiat (bank) address
RecipientBankAccount
A recipient fiat bank account
{
"account_identifier": {
"iban": "DE89370400440532013000",
"type": "SEPA"
},
"address": {
"city": "London",
"country": { "code": "GB" },
"postal_code": "SW1A 2AA",
"state": "England",
"street": "10 Downing Street"
},
"email_address": { "email": "john.doe@example.com" },
"is_third_party": false,
"phone_number": "+49-30-12345678",
"provider_country": { "code": "DE" },
"provider_name": "Iron Bank",
"recipient": {
"name": "Aperture Science",
"type": "Business"
}
}A fiat currency
{ "code": "USD" }The customer ID
Optional label for the address
Registration successful
Fiat Address
Response containing fiat address details
{ "iban": "DE89370400440532013000" }RecipientBankAccount
A recipient fiat bank account
{
"account_identifier": {
"iban": "DE89370400440532013000",
"type": "SEPA"
},
"address": {
"city": "London",
"country": { "code": "GB" },
"postal_code": "SW1A 2AA",
"state": "England",
"street": "10 Downing Street"
},
"email_address": { "email": "john.doe@example.com" },
"is_third_party": false,
"phone_number": "+49-30-12345678",
"provider_country": { "code": "DE" },
"provider_name": "Iron Bank",
"recipient": {
"name": "Aperture Science",
"type": "Business"
}
}The bank name
The country code
When the address was created
The currency of the bank account
The customer ID
The ID of the address
Is this a third party fiat address
Has the customer verified their ownership of this account
Verification Status
The status of the verification of a fiat address
AuthorizationRequired, AuthorizationFailed, RegistrationPending, RegistrationFailed, Registered When the address was last updated
Optional label for the address