Create bulk tokenized charge

This endpoint allows you to charge multiple payment tokens at once.

Sample bulk charge with token object

{
    "title": "Monthly payment to vendors",
    "retry_strategy": {
        "retry_interval": 120,
        "retry_amount_variable": 60,
        "retry_attempt_variable": 2
    },
    "bulk_data": [
        {
            "currency": "NGN",
            "token": "flw-t1nf-f9b3bf384cd30d6fca42b6df9d27bd2f-m03k",
            "country": "NG",
            "amount": 3500,
            "email": "[email protected]",
            "first_name": "Yemi",
            "last_name": "Desola",
            "ip": "pstmn",
            "tx_ref": "akhlm-pstmn-blkchrg-xx6"
        },
        {
            "currency": "NGN",
            "token": "flw-t1nf-f9b3bf384cd30d6fca42b6df9d27bd2f-m03k",
            "country": "NG",
            "amount": 3000,
            "email": "[email protected]",
            "first_name": "Temi",
            "last_name": "Adesina",
            "ip": "pstmn",
            "tx_ref": "akhlm-pstmn-blkchrge-xx7"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!