fundingInstructions
Retrieve funding instruction
Use this method to retrieve information about a funding instruction.
To retrieve a funding instruction, you need its instructionId. Our gateway returned the instructionId in the response of the Create Funding Instruction method.
Note: If you don't have the instructionId, use our List Funding Instructions method to search for the funding instruction.
Our gateway returns the following information about the funding instruction:
- 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.
get/funding-instructions/{instructionId}
Path parameters
instructionIdinteger required
Unique identifier that we assigned to the funding instruction.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the funding instruction.
Changes
No recorded changes to this endpoint across all 1 revision of this API.