Retrieve funding instruction

Retrieve a specific funding instruction.

Path parameters

instructionIdstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the requested funding instruction.
instructionIdinteger or null
Unique identifier of the funding instruction.
createdDatestring or nullformat: "datetime"
Date that we created the funding instruction.
lastModifiedDatestring or nullformat: "datetime"
Date of the most recent change to the funding instruction.
statusenum or null
Status of the funding instruction.
Allowed values:
merchantslist of objects or null
Array of merchantInstruction objects.
metadatamap from strings to strings or null

Metadata object you can use to include custom data with your request.

Errors