Retrieve payment instruction
Retrieve the current status of a specific payment instruction.
Path parameters
paymentInstructionId
Unique identifier of the payment instruction.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the current status of the requested payment instruction.
status
Indicates the current status of the instruction.
canceled
– The instruction was canceled before it was completed.completed
– The instruction has completed. Use the link to check the resource.failure
– The instruction failed. Check the error message for more information.inProgress
– The instruction is currently in progress.
Allowed values:
paymentInstructionId
Unique identifier that our gateway assigned to the instruction.
errorMessage
Description of the error that caused the instruction to fail.
link
Object that contains information about a HATEOAS link. If we can’t match a dispute to a transaction, we don’t return a ‘link’ object.