Overview

Instant Funding provides merchants with immediate access to funds, improving cash flow and financial flexibility. This feature enhances the payment process by enabling quick fund transfers, increasing transaction volumes, and offering a competitive advantage.

API Method: Instant Funding Request

Endpoint: POST /Transfers

Description:
This method closes the batch and requests the instant funding amount that can be issued to the merchant’s account.

Request Body:

{
  "referenceId": "string",
  "mid": 0,
  "amount": 0
}
  • referenceId (string) – Unique batch reference.
  • mid (integer) – Merchant ID.
  • amount (decimal) – Total transaction batch amount.
Language
Credentials
http
Click Try It! to start a request and see the response here!