added
January 25, 2023
almost 2 years ago by Henrique Maltez
New field added to payment info endpoit for INBOUND transactions
This new field allows the identification of the amount of money sent by the remitter in the Remessa Online banking flows. You can access the documentation for more details.
- ffc: For Further Credit (FFC) is the individual customer code that must be passed on to the remitter who will send the money to the customer.
Here is an example of how the value will be returned in the request made to the FXaaS API:
{
"beneficiaryBank": {
"bankName": "Banco Topazio S/A",
"swift": "TOPZBRRSXXX",
"accountHolder": "Carlos Henrique Tavares Maltez",
"iban": "BR1807679404000000544409752C1",
"address": "Rua 18 de Novembro, 273 - Porto Alegre - RS, 90240-040",
"ffc": "fxaas-825b4bb8-b1b5-4aa2-a816-43ebb3df818a"
},
"intermediaryBank": {
"bankName": "Standard Chartered Bank",
"swift": "SCBLDEFX",
"accountName": "Banco Topazio S/A",
"accountNumber": "500058101",
"address": "Frankfurt, Germany"
}
}