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

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

  4. Queues downgrade billing plan request for an account. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/downgrade

  5. Reserverd: Purchase additional envelopes. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/purchased_envelopes

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

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

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

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

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