Join the Chargebee Developers Discord — Connect, ask questions, and build faster.Join
Try in API Explorer
Retrieves vouchers for an invoice in reverse chronological order.
Sample Request
URL Format
GET https://[site].chargebee.com/api/v2/invoices/{invoice-id}/payment_vouchers
Input Parameters
Filter Params
For operator usages, see the Pagination and Filtering section.
optional, enumerated string filter
Current status of Payment Voucher. Possible values are : active, consumed, expired, failure.
Supported operators : is, is_not, in, not_in, in, not_in
Example → status[is_not] = "active, consumed, expired"
Supported operators: is, is_not, in, not_in
Example →
active, consumed, expiredReturns
next_offsetoptional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
payment_voucherPayment voucher object
Resource object representing payment_voucher