post https://gateway.stage.bill.com/connect/v3/payments//cancel
Cancel an existing payment.
You can cancel a payment only when the payment singleStatus
is SCHEDULED
. When BILL starts processing the payment, the payment singleStatus
changes. At that point, you cannot cancel the payment. You can attempt to void the payment with POST /v3/payments/{paymentId}/void
.