Cancel a bill's scheduled payment
Cancel the pending scheduled payment on a bill before it executes. Returns the refreshed bill: its status reverts from Paid to Open (or PartiallyPaid) and scheduledWithdrawalDate returns to null. No webhook is emitted for a cancellation made before the withdrawal day. Responds 404 when the bill has no pending scheduled payment — including when the payment already executed on its withdrawal day or was already cancelled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the bill whose scheduled payment to cancel
Response
Successful operation
Day (YYYY-MM-DD, US Eastern) a pending scheduled payment will debit your payment method, or null when the bill has no pending scheduled payment. Note that a bill with a pending scheduled payment already reports status: Paid; if the scheduled payment is cancelled or fails, the bill returns to Open and this field returns to null.
