Billing

Number of APIs: 14

  1. Get a List of Billing Invoices GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices?from_date={{from_date}}&to_date={{to_date}}

  2. Retrieves a billing invoice. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices/{{invoiceId}}

  3. Get a list of past due invoices. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices_past_due

  4. Gets payment information for one or more payments. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments?from_date={{from_date}}&to_date={{to_date}}

  5. Posts a payment to a past due invoice. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments

  6. Gets billing payment information for a specific payment. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments/{{paymentId}}

  7. Get Account Billing Plan GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan?include_credit_card_information={{include_credit_card_information}}&include_metadata={{include_metadata}}&include_successor_plans={{include_successor_plans}}

  8. Get the billing plan details. GET {{baseUrl}}/v2.1/billing_plans/{{billingPlanId}}

  9. Updates the account billing plan. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan?preview_billing_plan={{preview_billing_plan}}

  10. Get metadata for a given credit card. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/credit_card