Billing
Number of APIs: 14
-
Get metadata for a given credit card. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/credit_card
-
Get a List of Billing Invoices GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices?from_date={{from_date}}&to_date={{to_date}}
-
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
-
Gets payment information for one or more payments. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments?from_date={{from_date}}&to_date={{to_date}}
-
Posts a payment to a past due invoice. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments
-
Gets billing payment information for a specific payment. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments/{{paymentId}}
-
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}}
-
Updates the account billing plan. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan?preview_billing_plan={{preview_billing_plan}}
-
Returns downgrade plan information for the specified account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/downgrade