Step 2 - Accept a quote
Upon accepting a quotation, a payment will be initiated.
Last updated
Upon accepting a quotation, a payment will be initiated.
Last updated
The payment data structure must encompass all essential details required to execute the transaction, including information about the sender, the beneficiary, and the quotation. From now on, this structure will be referred to as "UserInfo".
The UserInfo structure is consistent and unique across all country destinations, yet the mandatory fields required and validations will vary for each country. You can get all details in this link UserInfo
It is the quote ID you generated before; a payment needs to be associated with a quote.
This is the idempotency ID of the payment, generated by your systems. It can be used to identify a payment with an ID that both parties understand.
Here, you will input the sender, beneficiary, and payment method information required to execute the transaction.
You can get a full description here:
This URL is used to post notifications about when the transaction is locked or when a lock is declined. It's not mandatory, but we would recommend using it. Alternatively, you can use this method: Step 4 - Get the payment status