Billing
Number of APIs: 14
-
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}}
-
Get a List of Billing Invoices GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices?from_date={{from_date}}&to_date={{to_date}}
-
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
-
Get metadata for a given credit card. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan/credit_card
-
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}}