Billing

Number of APIs: 14

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

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

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

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

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

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

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

  8. 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}}

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

  10. Returns downgrade plan information for the specified account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/downgrade