Verify checkout transaction

Verify the status of your customer checkout transaction.

URI

GET

https://api.tryduplo.com/v1/checkout/verify-transaction/:checkout_reference?business_id={YOUR_VALUE}

Parameters

Authorization string

set value to Bearer SECRET_KEY

Query Param

business_id string required

Merchant Business ID

Path Param

checkout_reference string required

Checkout reference

The customer will only be allowed to pay the exact amount, any other amount will be rejected.

Sample request

curl --location --request GET 'https://api.tryduplo.com/v1/checkout/verify-transaction/che_igdOMXRCwW1G?business_id={YOUR_VALUE}' \
--header 'dpmlekdno: swwje4t343643'

Duplo Response

Last updated

Was this helpful?