Void Invoice Payment
Void an existing invoice payment.
This creates a reversing journal entry to void the payment and updates the invoice status. For Stripe payments, this will also process a refund through Stripe.
Optionally accepts a void_date in the request body to specify when the payment should be voided. If not provided, defaults to today’s date.
Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
ID of the invoice
ID of the payment to void
Body
Response
Type of payment: credit memo application, bank transaction, or manual transaction
CREDIT_MEMO- Credit MemoBANK_TRANSACTION- Bank TransactionMANUAL_TRANSACTION- Manual Transaction
CREDIT_MEMO, BANK_TRANSACTION, MANUAL_TRANSACTION Stable upstream identifier for this payment (e.g. Stripe balance transaction 'btxn_...', Stripe credit note 'cn_...', or the mart's event external_id for customer-balance applications). Used as the natural dedup/idempotency key. Null for manually-entered payments.
2563-1000000000000000000 < x < 1000000000000000000STRIPE- StripeMANUAL- Manual
STRIPE, MANUAL