Cancel Payment
To cancel a previously initiated hosted payment, you should use the cancelHostedPayment
mutation.
cancelHostedPayment.gql
paymentRequest: The global ID of the payment request you want to cancel.
Only payment requests with a status of created
can be cancelled. Processed payments with the status of picked_up
, completed
or canceled
cannot be cancelled with this mutation.
Last updated