Bulk Charge

Charge multiple payments from your customers

/payments/bulk-tokenize-charge

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

This endpoint allows you to send an array of authorizationCode and amount so payments are charged in batches

Headers

Request Body

{
    "code": "00",
    "message": "Successful",
    "payload": {
        "batchId": "d4wnvzc"
    }
}

Last updated