cURL
curl --request GET \ --url https://api.flutterwave.com/v3/bulk-tokenized-charges/{bulk_id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Bulk charge fetched", "data": { "id": 156, "title": "akhlm blk tknzd chrg pstmn tst 1", "approver": "N/A", "processed_charges": 2, "pending_charges": 0, "total_charges": 2 } }
Get bulk charge status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
{ "id": 156, "title": "akhlm blk tknzd chrg pstmn tst 1", "approver": "N/A", "processed_charges": 2, "pending_charges": 0, "total_charges": 2}
Was this page helpful?