Bulk Charge - Simplify Multiple Payments in One Call

Modified on Mon, 27 Jan at 3:20 PM

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.
  • 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.


Reference to API Integration Documentation

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article