Create funding instruction
Use this method to create a funding instruction that tells us how to distribute the funds from your merchants' transactions.
Note: Before you create a funding instruction, you can use our List Funding Balances method to view the amount of available funds that a merchant has.
In your request, include an array of merchantInstruction objects. Each merchantInstruction object contains the following:
- Merchant ID (MID) of the merchant whose funding balance you want to distribute.
- Funding account that you want to send funds to.
- Amount that you want to send to the funding account.
Our gateway returns the instructionId, which you can use to run follow-on actions.
Headers
Bearer authentication
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request body
Response
Successful request. We accepted the instructions.
Changes
No recorded changes to this endpoint across all 1 revision of this API.