The Bulk Charge endpoint enables you to process multiple payments for a single customer in one API call, simplifying and speeding up the payment process. This is equivalent to calling the Charge endpoint multiple times for a single customer.
Here’s how it works:
- Required Parameters:
- Provide a list of payments in the body of the request. Each payment should include:
- Amount to be charged (in the smallest currency unit, e.g., 100 cents = $1.00).
- Currency for the transaction.
- The customer’s payment details.
- Provide a list of payments in the body of the request. Each payment should include:
- Secure Access: Always include the key-hash in the headers to ensure security and prevent unauthorized access to your payment data.
Why Use the Bulk Charge Endpoint?
This endpoint is ideal for scenarios where you need to process multiple payments for the same customer. It minimizes API calls and ensures a more efficient and streamlined payment workflow.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article