post https://penny-api-restricted-dev.alfredpay.io/api/v1/third-party-service/penny/fiatAccounts
This endpoint allows recording beneficiary fiat account instructions for a specific client. The optional isExternal flag defines the account type: true indicates an external fiat account, while false designates it as the client's primary account. If isExternal is omitted, the account type defaults to false.
For accounts in Argentina, the system can infer whether the account is external or primary based on the client's profile data, making it unnecessary to explicitly provide the isExternal flag.
For the type field, allowed values are:
- SPEI
- PIX
- COELSA
- ACH
- ACH_DOM
- BANK_CN
For the fiatAccountFields object, the optional fields would be as follows: - accountName
- accountBankCode
- accountAlias
- networkIdentifier
- bankStreet
- bankCity
- bankState
- bankCountry
- bankPostalCode
- routingNumber
