Overview

Instant Funding provides merchants with immediate access to funds from their transactions, enhancing cash flow and liquidity management. This feature ensures faster payments, improving merchant satisfaction and competitiveness.

API Method: Verify Instant Funding

Endpoint: POST /Transfers/Verify
Description: Closes the batch and requests the eligible instant funding amount. The next step is to confirm the receipt of instant funding/Transfers

Request Body:

{
  "mid": 0,
  "amount": 0
}
  • mid (integer) – Merchant ID.
  • amount (decimal) – Total batch transaction amount.

Response:

Returns the status and the approved instant funding amount.

Language
Credentials
http
Click Try It! to start a request and see the response here!