Bulk Charge

This allows you to charge multiple card tokens at once

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Webhook Response Returned

{
  "id": 593995,
  "txRef": "TEST-BULK-CH-001",
  "flwRef": "FLW-M03K-52d57c743c6906d3b78f8fed557c78f5",
  "orderRef": "URF_BEE6BDAA8DF7689C9EF8",
  "paymentPlan": null,
  "createdAt": "2019-05-20T10:17:07.000Z",
  "amount": 200,
  "charged_amount": 207.8,
  "status": "successful",
  "IP": "190.233.222.1",
  "currency": "NGN",
  "customer": {
    "id": 130083,
    "phone": null,
    "fullName": "Anonymous customer",
    "customertoken": null,
    "email": "[email protected]",
    "createdAt": "2019-05-17T08:21:08.000Z",
    "updatedAt": "2019-05-17T08:21:08.000Z",
    "deletedAt": null,
    "AccountId": 8364
  },
  "entity": {
    "card6": "539983",
    "card_last4": "8381"
  },
  "event.type": "CARD_TRANSACTION"
}
{
  "id": 593996,
  "txRef": "TEST-BULK-CH-002",
  "flwRef": "FLW-M03K-8f1cdabf238c6449e8c64cfda92f129d",
  "orderRef": "URF_BEE6BDAA89EB9EB8DDFD",
  "paymentPlan": null,
  "createdAt": "2019-05-20T10:17:09.000Z",
  "amount": 300,
  "charged_amount": 309.2,
  "status": "successful",
  "IP": "190.233.222.1",
  "currency": "NGN",
  "customer": {
    "id": 130089,
    "phone": null,
    "fullName": "Anonymous customer",
    "customertoken": null,
    "email": "[email protected]",
    "createdAt": "2019-05-17T08:28:36.000Z",
    "updatedAt": "2019-05-17T08:28:36.000Z",
    "deletedAt": null,
    "AccountId": 8364
  },
  "entity": {
    "card6": "539983",
    "card_last4": "8381"
  },
  "event.type": "CARD_TRANSACTION"
}
Body Params
string
required

Pass your secret key

string

Bulk TokenizedCharge Test

retry_strategy
object
bulk_data
array of objects
bulk_data
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json