Recommend this page to a friend! |
Classes of Josiah Ovye Yahaya | Paystack PHP Library | docs/pages/bulk-charges.md | Download |
|
DownloadBULK CHARGESInitializeBulkCharge
Send an array of objects with authorization codes and amount in kobo so paystack can process transactions as a batch. Body Params authorization* - Authorization code amount* - Amount ListBulkChargeBatches
This lists all bulk charge batches created by the integration. Statuses can be active, paused, or complete. Query Params perPage* - Specify how many records you want to retrieve per page page* - Specify exactly what page you want to retrieve FetchBulkChargeBatch
This action retrieves a specific batch code. It also returns useful information on its progress by way of the Path Params
FetchChargesBatch
This action retrieves the charges associated with a specified batch code. Pagination parameters are available. You can also filter by status. Charge statuses can be Path Params
Query Params
_This params should be sent as one though._ PauseBulkChargeBatch
Use this action to pause processing a batch Path Params
ResumeBulkChargeBatch
Use this action to resume processing a batch Path Params
|