Billing

Number of APIs: 14

  1. Gets the list of available billing plans. GET {{baseUrl}}/v2.1/billing_plans

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

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

  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. Get metadata for a given credit card. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/credit_card

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

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

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