Payees are external bank accounts to which payments can made from Fiat Accounts. Different types of payments can be made to the same Payee depending on the bank details provided for the Payee at the time of creation.
Payee Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the Payee. | e.g. |
owner.type | Owner of the Payee. |
|
owner.id | Unique identifier of the owner of the Payee. | e.g. |
type | Type of Payee. |
|
name | Full name of the Payee. |
|
currency | Currency in which the Payee's bank account is held. | Three-letter ISO 4217 code e.g. |
address.line1 | First line of Payee's home address. | Space and hyphen are allowed between the characters. |
address.line2 | Second line of the Payee's home address. | Space and hyphen are allowed between the characters. |
address.city | City | Space and hyphen are allowed between the characters. |
address.state | Region or state | Space and hyphen are allowed between the characters. |
address.postalCode | Postal/Zip code | The format and presence of this field may vary depending on the country.
|
address.country | Payee's address country. | The two-letter code used to identify a country. |
paymentSchemes | Payment schemes that can be used to make a Payment to the Payee. |
|
bankDetails.accountHolderName | Name of the account holder. | have only alphanumerics [a-zA-Z0-9], hyphens, full stops, apostrophes, slash and ampersands |
bankDetails.bankName | Name of the beneficiary's bank. | Name of the beneficiary's bank. |
bankDetails.iban | IBAN of the Payee's bank account. Depending on the currency and country, account will typically have at least an | An international bank account number for secure cross-border transactions.International Bank Account Number |
bankDetails.bic | BIC of the Payee's bank account. | A unique alphanumeric code that is a bank identification code used globally. |
bankDetails.accountNumber | Account Number of the Payee's bank account. Depending on the currency and country, account will typically have at least an | International Bank Account Number. |
bankDetails.routingCodes | One or more routing codes associated with the Payee's bank account. Typically used in conjunction with the account number. | For USD, the ABA code of the Sending Bank's US Correspondent is required. Please contact the sending bank if this ABA code isn't immediately available. |
bankDetails.routingCodes.type | Type of the routing code. | e.g. |
bankDetails.routingCodes.value | Value of the routing code. | e.g. |
bankDetails.bankAddressLine1 | Address line 1 of the beneficiary's bank. | Space and hyphen are allowed between the characters. |
bankDetails.bankAddressCity | City of the beneficiary's bank. | Space and hyphen are allowed between the characters. |
bankDetails.bankAddressPostalCode | Postal code of the beneficiary's bank. | The format and presence of this field may vary depending on the country.
|
bankDetails.bankCountry | Payee's Bank address country. | The two-letter code used to identify a country. |
bankDetails.bankAddressCountry | Payee's Bank address country. | The two-letter code used to identify a country. |
bankDetails.intermediaryBicSwift | SWIFT BIC of the intermediary bank. | |
bankDetails.intermediaryBankName | Name of the intermediary bank. | |
bankDetails.intermediaryBankAddressLine1 | Address line 1 of the intermediary bank. | Space and hyphen are allowed between the characters. |
bankDetails.intermediaryBankAddressCity | City of the intermediary bank. | Space and hyphen are allowed between the characters. |
bankDetails.intermediaryBankAddressPostalCode | Postal code of the intermediary bank. | The format and presence of this field may vary depending on the country.
|
bankDetails.intermediaryBankAddressCountry | Country of the intermediary bank. | The two-letter code used to identify a country. |
additionalDetails | Object containing additional details on the Payee which will depend on bank and payment scheme requirements. | |
additionalDetails.dob | Date of birth of the Payee. |
|
createdAt | Epoch timestamp at which the object was created. | e.g. |
updatedAt | Epoch timestamp at which the object was last updated. | e.g. |
metadata | Additional data in JSON | See Metadata for more information. |
status | Status of the Payee. |
|