Retrieve funding instruction

Retrieve a specific funding instruction.

Headers

AuthorizationstringRequired

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

Response

Successful request. Returns the requested funding instruction.

instructionIdintegerOptional

Unique identifier of the funding instruction.

createdDatestringOptionalformat: "datetime"

Date that we created the funding instruction.

lastModifiedDatestringOptionalformat: "datetime"

Date of the most recent change to the funding instruction.

statusenumOptional

Status of the funding instruction.

Allowed values:
merchantslist of objectsOptional

Array of merchantInstruction objects.

metadatamap from strings to stringsOptional

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