Create Token

Create and charge card tokens

/payments/create-token

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

This endpoint allows you create a token

Headers

Request Body

{
    "status": "SUCCESS",
    "data": {
        "code": "S20",
        "message": "Transaction is pending",
        "payments": {
            "paymentReference": "{{paymentReference}}",
            "linkingReference": "SEERBIT60416746746373661414266005",
            "redirectUrl": "https://seerbitapi.com/50E84E82C25D"
        }
    }
}

Last updated