get_credit_note | Fetch a credit note by id, including amounts allocated, refunded and available. |
get_customer | Fetch a customer by id, including billing info and unbilled/promotional credits. |
get_invoice | Fetch an invoice by id, including line items, status and amounts due/paid. |
get_invoice_pdf | Fetch a short-lived download URL for the PDF of an invoice. |
get_item | Fetch an item by id, including its type, family and status. |
get_item_family | Fetch an item family by id. |
get_item_price | Fetch an item price by id, including amount, currency and billing period. |
get_subscription | Fetch a subscription by id, including status, items and current term. |
list_coupon_sets | List coupon sets (batches of single-use coupon codes), optionally by coupon. |
list_coupons | List coupons, optionally filtered by status or discount type. |
list_credit_notes | List credit notes, optionally filtered by customer, invoice, type or status. |
list_customers | List customers, optionally filtered by exact email, first or last name. |
list_events | List recent site events (e.g. subscription_created), optionally by type or time window. |
list_invoices | List invoices, optionally filtered by customer, subscription or status. |
list_item_families | List the item families of the product catalog. |
list_item_prices | List item prices, optionally filtered by item, currency or status. |
list_items | List catalog items, optionally filtered by family, type or status. |
list_payment_sources | List stored payment sources, optionally filtered by customer, type or status. |
list_subscriptions | List subscriptions, optionally filtered by customer, item price or status. |
list_transactions | List payment transactions, optionally filtered by customer, type or status. |