Charge Token

Transactions with authorizationCode can be charged with this endpoint.

/payments/charge-token

POST https://seerbitapi.com/api/v2/payments/charge-token

This endpoint allows you to charge a customer using the authorizationCode

Headers

Request Body

{
    "status": "SUCCESS",
    "data": {
        "code": "00",
        "message": "APPROVED",
        "payments": {
            "paymentReference": "9288383999393",
            "linkingReference": "SEERBIT43376378378377720196"
        }
    }
}

Last updated