Payers are external bank accounts from which payments have been received into Fiat Accounts. These are automatically created whenever a payment is received from a new Payer. The details available in the Payer object will depend on the underlying scheme and banking provider but will usually contain at least the name and bank details of the payer.
Payer Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the Payer. | e.g. |
owner.type | Owner of the Payer. |
|
owner.id | Unique identifier of the owner of the Payer. | e.g. |
type | Type of Payer. |
|
name | Full name of the Payer. | |
bankDetails.iban | IBAN of the Payer's bank account. | |
bankDetails.bic | BIC of the Payer's bank account. | |
bankDetails.accountNumber | Account Number of the Payer's bank account. | |
bankDetails.routingCodes | One or more routing codes associated with the Payer's bank account. Typically used in conjunction with the account number. | |
bankDetails.routingCodes.type | Type of the routing code. |
|
bankDetails.routingCodes.value | Value of the routing code. | |
bankDetails.bankCountry | Country of the Payer's bank account | Two-letter ISO 3166-1 alpha-2 country code e.g. |
additionalDetails | Object containing additional details on the Payer which might be available from the sending bank. | |
additionalDetails.address | Unstructured address of the Payer, if available from the sending bank. | |
additionalDetails.addressLine1 | Address Lines 1 of the Payer, if available from the sending bank. | |
additionalDetails.addressLine2 | Address Line 2 of the Payer, if available from the sending bank. | |
additionalDetails.addressCity | City of the Payer, if available from the sending bank. | |
additionalDetails.addressState | State of the Payer, if available from the sending bank. | |
additionalDetails.addressPostalCode | Postal/Zip code of the Payer, if available from the sending bank. | |
additionalDetails.addressCountry | Country of the Payer, if available from the sending bank. | Two-letter ISO 3166-1 alpha-2 country code e.g. |
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. |