Create funding instruction
Headers
Request
Metadata object you can use to include custom data with your request.
Response
Metadata object you can use to include custom data with your request.
Metadata object you can use to include custom data with your request.
Metadata object you can use to include custom data with your request.
Get a $50 voucher to share your developer experience with Payroc. Contact us to register your interest.
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:
Our gateway returns the instructionId, which you can use to run follow-on actions.
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.
Date that we created the funding instruction. The date format follows the ISO 8601 standard.
Date of the most recent change to the funding instruction. The date format follows the ISO 8601 standard.
Status of the funding instruction. Our gateway returns one of the following values:
accepted - We have received the funding instruction but have not yet reviewed it.pending - We have received the funding instruction and we are reviewing it.completed - We have reviewed and processed the funding instruction.