Verify Checkout Transaction
After a customer makes payment to the generated address, it is recommended that the transaction status is verified.
Endpoint
{{baseURL}}/api/checkout/verify-payment-request/Example Request
curl --location '{{baseURL}}/api/checkout/verify-payment-request/' \
--header 'X-Api-Key: ******************' \
--header 'X-Api-Id: *************' \
--header 'Content-Type: application/json' \
--data '{
"reference_id": "28212882882"
}'Request Body Parameters
Name
Type
Required
Description
Example Response β Pending
Example Response β Success
Response Field Definitions
Field
Type
Description
Error & Status Codes
Code
Description
π§βπ» Developer Notes
Last updated