post https://penny-api-restricted-dev.alfredpay.io/api/v1/third-party-service/penny/fiatAccounts
Description
Endpoint designed to add a bank account of a beneficiary.
Example and format for the DNI According to country:
- Mexico - CURP (Unique Population Registry Code - 18 digits)
Example: RUGM960422HJCBZN08
- Brazil - CPF (Natural Person Registration - 11 digits)
- Argentina - DNI (National Identity Document - 11 digits)
Fields:
enum CountryCode { MEX = "MEX", ARG = "ARG", BRA = "BRA",}
Body:
{
"customerId": "3f020d62-6cef-4f2c-87e4-b096abc5cac9",
"fiatAccountFields": {
"name": "Banco Azteca",
"accountNumber": "123123433434534",
"countryCode": "MEX",
"DNI": "312312312"
}
}
Response:
{
"fiatAccountId": "a2d12007-59db-f5b5-08f6-092ade0325f3",
"createdAt": "2023-12-13T16:25:18.825Z"
}