post https://sandbox.pismolabs.io/payments/v2/cancel
Cancel a previously authorized transfer made with the Transfer funds endpoint.
Pass one of two parameters (but not both) returned from the Transfer funds endpoint to identify the transfer to be canceled:
- The
tracking_id
(pass asoriginal_tracking_id
) - The credit or debit authorization ID (pass as
authorization_id
).
For an external operation, the acquirer response is returned in the metadata
field.
If no processing codes are specified, the original authorization's reversal processing codes are used.
This endpoint generates an authorization-cancellation-event-1 event.
For additional information, see the Cancel transfer guide.