Verify transaction
Verify a transaction for updated payment status
After you customer makes a payment to the address generated for a transaction, it is recommended that the transaction is verified for its status. Typically, your transaction MUST be verified within 5 minutes from the moment it was initiated.
You can verify a transaction using its reference.
GET
https://api.ivorypay.io/v1/transactions/:reference/verify
Path Parameters
reference
String
A valid transaction reference
In the above response, the client is expected to pay the cryptocurrency (USDC in our example response) of an amount equal to expectedAmountInCrypto
field.
Initiating a transaction is only the first step. After payment is made, the payer is expected to pay the value of the expectedAmountInCrypto
field, and verify payment.
Last updated