List funding instructions
Important: You can return a list of funding instructions from only the previous two years. If you want to view a funding instruction from more than two years ago and you have its instructionId, use our Retrieve Funding Instruction method.
Use this method to return a paginated list of funding instructions within a specific date range.
Note: If you want to view the details of a specific funding instruction and you have its instructionId, use our Retrieve Funding Instruction method.
Our gateway returns the following information for each instruction in the list:
- Status of the funding instruction.
- Funding information, including which merchant's funding balance we distribute and the funding account that we send the balance to.
For each funding instruction, we also return the instructionId, which you can use to perform follow-on actions.
Query parameters
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Limit the maximum number of results that we return for each page.
Filter by funding instructions sent after a specific date. Send a value in YYYY-MM-DD format.
Filter by funding instructions sent before a specific date. Send a value in YYYY-MM-DD format.
Headers
Bearer authentication
Response
Successful request. Returns a list of funding instructions.
Changes
No recorded changes to this endpoint across all 1 revision of this API.