Billing
Number of APIs: 14
-
Get a List of Billing Invoices GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices?from_date={{from_date}}&to_date={{to_date}}
-
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}}
-
Returns downgrade plan information for the specified account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/downgrade
-
Queues downgrade billing plan request for an account. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/downgrade
-
Reserverd: Purchase additional envelopes. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/purchased_envelopes
-
Gets the list of available billing plans. GET {{baseUrl}}/v2.1/billing_plans
-
Get the billing plan details. GET {{baseUrl}}/v2.1/billing_plans/{{billingPlanId}}
-
Posts a payment to a past due invoice. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments
-
Retrieves a billing invoice. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices/{{invoiceId}}
-
Get a list of past due invoices. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices_past_due