Retrieve funding instruction

Retrieve a specific funding instruction.

Authentication

AuthorizationBearer

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

Path Parameters

instructionIdstringRequired

Response

Successful request. Returns the requested funding instruction.
instructionIdinteger or null
Unique identifier that we assigned to 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