added
October 27, 2022
over 2 years ago by Henrique Maltez
Partners can now query limits and redeem payment orders from their customers.
Changes in customers information:
- api/customers/{customerId}/limit: New endpoint that returns customers' available limit;
- api/customers/{customerId}/recipients/{recipientId}: New endpoint that returns a recipient by its ID.
Changes in the quotation service:
- New field added to the quote creation body: spread. This field indicates the percentage of spread to be applied in the quotation. Check the documentation here;
- New purposes added for quotes for individual customers INBOUND transactions: FOREIGN_AVAILABILITY and RESIDENT_MAINTENANCE. Check the documentation here.
New payment order feature added to the transaction domain:
- api/transactions/payment-orders/: New endpoint that returns a transaction's payment order matching the specified filters;
- api/transactions/payment-orders/{paymentOrderId}: New endpoint that returns a transaction's payment order by its ID;
- New event added on FXaaS Hooks: PAYMENT_ORDER_RECEIVED. Get a message whenever a user receives a new payment order. Check the documentation here.