Cancel payment instruction

Use this method to cancel a payment instruction.

To cancel a payment instruction, you need its paymentInstructionId. Our gateway returned the paymentInstructionId in the response of the Submit payment instruction method.

Path parameters

paymentInstructionIdstringRequired>=1 character<=36 characters
Unique identifier of the payment instruction.

Headers

AuthorizationstringRequired

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

Response

Successful request. We canceled the payment instruction.

Errors