added
November 28, 2022
over 2 years ago by Henrique Maltez
Partners can now validate recipient data before creation.
New features added to the recipient interface:
- /api/customers/{customerId}/recipients/bank-info/: New endpoint that allows asynchronous checking if the bank details, informed for the recipient's registration, are valid;
- /api/customers/{customerId}/recipients/: New endpoint that returns recipients owned by customer ID;
- /api/customers/{customerId}/recipients/{recipientId}: New method added to the recipient relationship. It is now possible to DELETE a recipient by its ID.
Changes in customer endpoints:
- New field added to the customer document submission endpoints: extraFile. This field allows the customer to send more than one document for analysis. This field is available for both individual customers and business partners;
- New field added to the individual customers' creation body: countryCodePhone. This is an optional field that allows the customer to send his valid International Direct Dial (IDD) Code;