Check Payment

Verify transactions after payments.

You do this by making a POST request to the check payment endpoint from your app using your transaction reference code.

Authenticating Your Access

To check payment, you must authenticate your access. To learn how, refer to Authentication.

Check payment

POST /api/v1/booking/check_payment

Headers

Name
Type
Description

x-token*

String

Token provided

Request Body

Name
Type
Description

reference*

String

Payment reference code

{
    "msg": "There was an error in the payment method"
}

Last updated