Skip to content

Python client library reference

The latest Python client library version is 3.16.0.

Requirements

  • Python: 3.9+
  • Pydantic: 2.6+

Installation

See Zuora Client Libraries.

Classes and methods

The following table summarizes all available classes and methods for the Zuora Python client library.

ClassMethodHTTP requestDescription
APIHealthApiget_system_health_api_volume_summaryGET /system-health/api-requests/volume-summaryList API volume summary records
AccountingCodesApiactivate_accounting_codePUT /v1/accounting-codes/{ac-id}/activateActivate an accounting code
AccountingCodesApicreate_accounting_codePOST /v1/accounting-codesCreate an accounting code
AccountingCodesApideactivate_accounting_codePUT /v1/accounting-codes/{ac-id}/deactivateDeactivate an accounting code
AccountingCodesApidelete_accounting_codeDELETE /v1/accounting-codes/{ac-id}Delete an accounting code
AccountingCodesApiget_accounting_codeGET /v1/accounting-codes/{ac-id}Retrieve an accounting code
AccountingCodesApiget_all_accounting_codesGET /v1/accounting-codesList all accounting codes
AccountingCodesApiupdate_accounting_codePUT /v1/accounting-codes/{ac-id}Update an accounting code
AccountingPeriodsApiclose_accounting_periodPUT /v1/accounting-periods/{ap-id}/closeClose an accounting period
AccountingPeriodsApicreate_accounting_periodPOST /v1/accounting-periodsCreate an accounting period
AccountingPeriodsApidelete_accounting_periodDELETE /v1/accounting-periods/{ap-id}Delete an accounting period
AccountingPeriodsApiget_accounting_periodGET /v1/accounting-periods/{ap-id}Retrieve an accounting period
AccountingPeriodsApiget_all_accounting_periodsGET /v1/accounting-periodsList all accounting periods
AccountingPeriodsApipending_close_accounting_periodPUT /v1/accounting-periods/{ap-id}/pending-closeSet an accounting period to pending close
AccountingPeriodsApireopen_accounting_periodPUT /v1/accounting-periods/{ap-id}/reopenReopen an accounting period
AccountingPeriodsApirun_trial_balancePUT /v1/accounting-periods/{ap-id}/run-trial-balanceRun trial balance
AccountingPeriodsApiupdate_accounting_periodPUT /v1/accounting-periods/{ap-id}Update an accounting period
AccountsApicreate_accountPOST /v1/accountsCreate an account
AccountsApidelete_accountDELETE /v1/accounts/{account-key}Delete an account
AccountsApiget_accountGET /v1/accounts/{account-key}Retrieve an account
AccountsApiget_account_default_payment_methodGET /v1/accounts/{account-key}/payment-methods/defaultRetrieve the default payment method of an account
AccountsApiget_account_payment_methodsGET /v1/accounts/{account-key}/payment-methodsList payment methods of an account
AccountsApiget_account_summaryGET /v1/accounts/{account-key}/summaryRetrieve an account summary
AccountsApiupdate_accountPUT /v1/accounts/{account-key}Update an account
ActionsApiaction_post_createPOST /v1/action/createCreate
ActionsApiaction_post_deletePOST /v1/action/deleteDelete
ActionsApiaction_post_queryPOST /v1/action/queryQuery
ActionsApiaction_postquery_morePOST /v1/action/queryMoreQueryMore
ActionsApiaction_postupdatePOST /v1/action/updateUpdate
AdjustmentsApicancel_billing_adjustmentPUT /v1/adjustments/{adjustmentId}/cancelCancel an adjustment
AdjustmentsApicreate_billing_adjustmentPOST /v1/adjustmentsCreate an adjustment
AdjustmentsApiget_billing_adjustmentGET /v1/adjustments/{adjustment-key}Retrieve an adjustment
AdjustmentsApiget_subscription_adjustmentsGET /v1/adjustmentsList all adjustments of the latest version subscription
AdjustmentsApipreview_billing_adjustmentPOST /v1/adjustments/previewPreview an adjustment
AggregateQueriesApicreate_batch_queryPOST /v1/batch-query/Submit an aggregate query job
AggregateQueriesApidelete_batch_query_jobDELETE /v1/batch-query/jobs/{jobid}Cancel a running aggregate query job
AggregateQueriesApiget_batch_query_jobGET /v1/batch-query/jobs/{jobid}Retrieve an aggregate query job
AttachmentsApidelete_attachmentsDELETE /v1/attachments/{attachment-id}Delete an attachment
AttachmentsApiget_attachmentsGET /v1/attachments/{attachment-id}Retrieve an attachment
AttachmentsApiget_attachments_listGET /v1/attachments/{object-type}/{object-key}List attachments by object type and key
AttachmentsApipost_attachmentsPOST /v1/attachmentsCreate an attachment
AttachmentsApiput_attachmentsPUT /v1/attachments/{attachment-id}Update an attachment
BillRunApicancel_bill_runPUT /v1/bill-runs/{billRunId}/cancelCancel a bill run
BillRunApicreate_bill_runPOST /v1/bill-runsCreate a bill run
BillRunApidelete_bill_runDELETE /v1/bill-runs/{billRunId}Delete a bill run
BillRunApiemail_bill_runPOST /v1/bill-runs/{billRunKey}/emailsEmail billing documents generated from a bill run
BillRunApiget_bill_runGET /v1/bill-runs/{billRunId}Retrieve a bill run
BillRunApipost_bill_runPUT /v1/bill-runs/{billRunId}/postPost a bill run
BillRunHealthApiget_system_health_billing_doc_volume_summaryGET /system-health/billing-documents/volume-summaryList billing document volume summary records
BillingDocumentsApicreate_billing_document_files_deletion_jobPOST /v1/accounts/billing-documents/files/deletion-jobsCreate a job to hard delete billing document files
BillingDocumentsApigenerate_billing_documentsPOST /v1/accounts/{key}/billing-documents/generateGenerate billing documents by account ID
BillingDocumentsApiget_billing_document_files_deletion_jobGET /v1/accounts/billing-documents/files/deletion-jobs/{jobId}Retrieve a job of hard deleting billing document files
BillingDocumentsApiget_billing_documentsGET /v1/billing-documentsList billing documents for an account
BillingPreviewRunApicreate_billing_preview_runPOST /v1/billing-preview-runsCreate a billing preview run
BillingPreviewRunApiget_billing_preview_runGET /v1/billing-preview-runs/{billingPreviewRunId}Retrieve a billing preview run
BookingDateBackfillJobApig_et_booking_date_backfill_job_by_idGET /v1/uno/data-backfill/bookingdate/jobs/{jobId}Find BookingDate Backfill job by ID
BookingDateBackfillJobApig_et_list_booking_date_backfill_jobsGET /v1/uno/data-backfill/bookingdate/jobsQuery all Booking Date Backfill Jobs
BookingDateBackfillJobApip_ost_create_booking_date_backfill_jobPOST /v1/uno/data-backfill/bookingdate/jobsCreate a new BookingDate Backfil job
BookingDateBackfillJobApip_ut_stop_booking_date_backfill_job_by_idPUT /v1/uno/data-backfill/bookingdate/jobs/{jobId}Stop BookingDate Backfill job by ID
CatalogGroupsApicreate_catalog_groupPOST /v1/catalog-groupsCreate a catalog group
CatalogGroupsApidelete_catalog_groupDELETE /v1/catalog-groups/{catalog-group-key}Delete a catalog group
CatalogGroupsApiget_catalog_groupGET /v1/catalog-groups/{catalog-group-key}Retrieve a catalog group
CatalogGroupsApiget_catalog_groupsGET /v1/catalog-groupsList all catalog groups
CatalogGroupsApiupdate_catalog_groupPUT /v1/catalog-groups/{catalog-group-key}Update a catalog group
ContactSnapshotsApiget_contact_snapshotGET /v1/contact-snapshots/{contact-snapshot-id}Retrieve a contact snapshot
ContactsApicreate_contactPOST /v1/contactsCreate a contact
ContactsApidelete_contactDELETE /v1/contacts/{contactId}Delete a contact
ContactsApiget_contactGET /v1/contacts/{contactId}Retrieve a contact
ContactsApiscrub_contactPUT /v1/contacts/{contactId}/scrubScrub a contact
ContactsApitransfer_contactPUT /v1/contacts/{contactId}/transferTransfer a contact
ContactsApiupdate_contactPUT /v1/contacts/{contactId}Update a contact
CreditMemosApiapply_credit_memoPUT /v1/credit-memos/{creditMemoKey}/applyApply a credit memo
CreditMemosApiapply_credit_memo_asyncPUT /v1/credit-memos/{creditMemoKey}/apply-asyncAsync Apply a credit memo
CreditMemosApibulk_create_credit_memosPOST /v1/credit-memos/bulkCreate credit memos
CreditMemosApibulk_update_credit_memosPUT /v1/credit-memos/bulkUpdate credit memos
CreditMemosApicancel_async_credit_memoPUT /v1/credit-memos/{creditMemoKey}/cancel-asyncCancel a Credit Memo in async
CreditMemosApicancel_credit_memoPUT /v1/credit-memos/{creditMemoKey}/cancelCancel a credit memo
CreditMemosApicreate_credit_memo_from_chargePOST /v1/credit-memosCreate a credit memo from a charge
CreditMemosApicreate_credit_memo_from_invoicePOST /v1/credit-memos/invoice/{invoiceKey}Create a credit memo from an invoice
CreditMemosApicreate_credit_memo_taxation_itemsPOST /v1/credit-memos/{creditMemoKey}/taxation-itemsCreate taxation items for a credit memo
CreditMemosApidelete_credit_memoDELETE /v1/credit-memos/{creditMemoKey}Delete a credit memo
CreditMemosApiemail_credit_memoPOST /v1/credit-memos/{creditMemoKey}/emailsEmail a credit memo
CreditMemosApigenerate_credit_memo_pdfPOST /v1/credit-memos/{creditMemoKey}/pdfsGenerate a credit memo PDF file
CreditMemosApiget_apply_credit_memo_async_jobGET /v1/credit-memos/apply-async-jobs/{applyAsyncJobId}Get async apply credit memo job by ID
CreditMemosApiget_credit_memoGET /v1/credit-memos/{creditMemoKey}Retrieve a credit memo
CreditMemosApiget_credit_memo_itemGET /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}Retrieve a credit memo item
CreditMemosApiget_credit_memo_item_partGET /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-parts/{itemPartId}Retrieve a credit memo part item
CreditMemosApiget_credit_memo_item_partsGET /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-partsList all credit memo part items
CreditMemosApiget_credit_memo_itemsGET /v1/credit-memos/{creditMemoKey}/itemsList credit memo items
CreditMemosApiget_credit_memo_partGET /v1/credit-memos/{creditMemoKey}/parts/{partId}Retrieve a credit memo part
CreditMemosApiget_credit_memo_partsGET /v1/credit-memos/{creditMemoKey}/partsList all parts of a credit memo
CreditMemosApiget_credit_memo_pdf_statusGET /v1/credit-memos/pdf-statusRetrieve PDF status of credit memos in a batch.
CreditMemosApiget_credit_memosGET /v1/credit-memosList credit memos
CreditMemosApiget_taxation_items_of_credit_memo_itemGET /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}/taxation-itemsList all taxation items of a credit memo item
CreditMemosApiget_unapply_credit_memo_async_jobGET /v1/credit-memos/unapply-async-jobs/{unapplyAsyncJobId}Get async unapply credit memo job by ID
CreditMemosApipost_async_credit_memoPUT /v1/credit-memos/{creditMemoKey}/post-asyncPost a credit memo in async
CreditMemosApipost_credit_memoPUT /v1/credit-memos/{creditMemoKey}/postPost a credit memo
CreditMemosApirefund_credit_memoPOST /v1/credit-memos/{creditMemoKey}/refundRefund a credit memo
CreditMemosApireverse_credit_memoPUT /v1/credit-memos/{creditMemoKey}/reverseReverse a credit memo
CreditMemosApiunapply_credit_memoPUT /v1/credit-memos/{creditMemoKey}/unapplyUnapply a credit memo
CreditMemosApiunapply_credit_memo_asyncPUT /v1/credit-memos/{creditMemoKey}/unapply-asyncAsync Unapply a credit memo
CreditMemosApiunpost_credit_memoPUT /v1/credit-memos/{creditMemoKey}/unpostUnpost a credit memo
CreditMemosApiupdate_credit_memoPUT /v1/credit-memos/{creditMemoKey}Update a credit memo
CreditMemosApiupload_file_for_credit_memoPOST /v1/credit-memos/{creditMemoKey}/filesUpload a file for a credit memo
CreditMemosApiwrite_off_credit_memoPUT /v1/credit-memos/{creditMemoKey}/write-offWrite off a credit memo
CustomEventTriggersApidelete_event_triggerDELETE /events/event-triggers/{id}Delete an event trigger
CustomEventTriggersApiget_event_triggerGET /events/event-triggers/{id}Retrieve an event trigger
CustomEventTriggersApiget_event_triggersGET /events/event-triggersList event triggers
CustomEventTriggersApipost_event_triggerPOST /events/event-triggersCreate an event trigger
CustomEventTriggersApiput_event_triggerPUT /events/event-triggers/{id}Update an event trigger
CustomExchangeRatesApiget_custom_exchange_ratesGET /v1/custom-exchange-rates/{currency}List custom exchange rates by currency
CustomObjectDefinitionsApidelete_custom_object_definition_by_typeDELETE /objects/definitions/default/{object}Delete a custom object definition
CustomObjectDefinitionsApiget_all_custom_object_definitions_in_namespaceGET /objects/definitions/defaultList custom object definitions
CustomObjectDefinitionsApiget_custom_object_definition_by_typeGET /objects/definitions/default/{object}Retrieve a custom object definition
CustomObjectDefinitionsApipost_custom_object_definitionsPOST /objects/definitions/defaultCreate custom object definitions
CustomObjectDefinitionsApipost_update_custom_object_definitionPOST /objects/migrationsUpdate a custom object definition
CustomObjectJobsApiget_all_custom_object_bulk_jobsGET /objects/jobsList all custom object bulk jobs
CustomObjectJobsApiget_custom_object_bulk_jobGET /objects/jobs/{id}Retrieve a custom object bulk job
CustomObjectJobsApiget_custom_object_bulk_job_errorsGET /objects/jobs/{id}/errorsList all errors for a custom object bulk job
CustomObjectJobsApip_atch_custom_object_bulk_jobPATCH /objects/jobs/{id}/cancelCancel a custom object bulk job
CustomObjectJobsApipost_custom_object_bulk_jobPOST /objects/jobsSubmit a custom object bulk job
CustomObjectJobsApipost_upload_file_for_custom_object_bulk_jobPOST /objects/jobs/{id}/filesUpload a file for a custom object bulk job
CustomObjectRecordsApidelete_custom_object_record_by_idDELETE /objects/records/default/{object}/{id}Delete a custom object record
CustomObjectRecordsApiget_all_records_for_custom_object_typeGET /objects/records/default/{object}List records for a custom object
CustomObjectRecordsApiget_custom_object_record_by_idGET /objects/records/default/{object}/{id}Retrieve a custom object record
CustomObjectRecordsApipatch_partial_update_custom_object_recordPATCH /objects/records/default/{object}/{id}Partially update a custom object record
CustomObjectRecordsApipost_custom_object_recordsPOST /objects/records/default/{object}Create custom object records
CustomObjectRecordsApipost_custom_object_records_batch_update_or_deletePOST /objects/batch/default/{object}Update or delete custom object records
CustomObjectRecordsApiput_custom_object_recordPUT /objects/records/default/{object}/{id}Update a custom object record
CustomPaymentMethodTypesApicreate_open_payment_method_typePOST /open-payment-method-typesCreate a draft custom payment method type
CustomPaymentMethodTypesApiget_open_payment_method_type_revisionGET /open-payment-method-types/{paymentMethodTypeName}/draft/{revisionNumber}Retrieve a specific draft revision of a custom payment method type
CustomPaymentMethodTypesApiget_published_open_payment_method_typeGET /open-payment-method-types/{paymentMethodTypeName}/publishedRetrieve a published custom payment method type
CustomPaymentMethodTypesApipublish_open_payment_method_typePUT /open-payment-method-types/publish/{paymentMethodTypeName}Publish a custom payment method type
CustomPaymentMethodTypesApiupdate_open_payment_method_typePUT /open-payment-method-types/{paymentMethodTypeName}Update a custom payment method type
CustomScheduledEventsApidelete_scheduled_event_by_idDELETE /events/scheduled-events/{id}Delete a scheduled event by ID
CustomScheduledEventsApiget_scheduled_event_by_idGET /events/scheduled-events/{id}Retrieve a scheduled event by ID
CustomScheduledEventsApiget_scheduled_eventsGET /events/scheduled-eventsList all scheduled events
CustomScheduledEventsApipost_scheduled_eventPOST /events/scheduled-eventsCreate a scheduled event
CustomScheduledEventsApiupdate_scheduled_event_by_idPUT /events/scheduled-events/{id}Update a scheduled event by ID
DataBackfillJobApig_et_data_backfill_job_by_idGET /v1/uno/data-backfill/jobs/{jobId}Find Data Backfill job by ID
DataBackfillJobApig_et_data_backfill_templateGET /v1/uno/data-backfill/jobs/{type}/templateDownload a Data Backfill template file
DataBackfillJobApig_et_list_data_backfill_jobsGET /v1/uno/date-backfill/listjobsQuery all data backfill jobs
DataBackfillJobApip_ost_create_data_backfill_jobPOST /v1/uno/data-backfill/jobsCreate a new Data Backfil job
DataBackfillJobApip_ut_stop_data_backfill_job_by_idPUT /v1/uno/data-backfill/jobs/{jobId}Stop Data Backfill job by ID
DataLabelingApiget_data_labeling_jobGET /v1/multi-organizations/data-labeling-job/{job-id}Retrieve a data labeling job
DataLabelingApisubmit_data_labeling_jobPOST /v1/multi-organizations/data-labeling-jobSubmit a data labeling job
DataQueriesApidelete_data_query_jobDELETE /query/jobs/{job-id}Cancel a data query job
DataQueriesApiget_data_query_jobGET /query/jobs/{job-id}Retrieve a data query job
DataQueriesApiget_data_query_jobsGET /query/jobsList data query jobs
DataQueriesApipost_data_query_jobPOST /query/jobsSubmit a data query
DebitMemosApibulk_create_debit_memosPOST /v1/debit-memos/bulkCreate debit memos
DebitMemosApibulk_update_debit_memosPUT /v1/debit-memos/bulkUpdate debit memos
DebitMemosApicancel_async_debit_memoPUT /v1/debit-memos/{debitMemoKey}/cancel-asyncCancel a Debit Memo in async
DebitMemosApicancel_debit_memoPUT /v1/debit-memos/{debitMemoKey}/cancelCancel a debit memo
DebitMemosApicollect_debit_memoPOST /v1/debit-memos/{debitMemoKey}/collectCollect a posted debit memo
DebitMemosApicreate_debit_memo_from_chargePOST /v1/debit-memosCreate a debit memo from a charge
DebitMemosApicreate_debit_memo_from_invoicePOST /v1/debit-memos/invoice/{invoiceKey}Create a debit memo from an invoice
DebitMemosApicreate_taxation_items_for_debit_memoPOST /v1/debit-memos/{debitMemoKey}/taxation-itemsCreate taxation items for a debit memo
DebitMemosApidelete_debit_memoDELETE /v1/debit-memos/{debitMemoKey}Delete a debit memo
DebitMemosApiemail_debit_memoPOST /v1/debit-memos/{debitMemoKey}/emailsEmail a debit memo
DebitMemosApigenerate_debit_memo_pdfPOST /v1/debit-memos/{debitMemoKey}/pdfsGenerate a debit memo PDF file
DebitMemosApiget_debit_memoGET /v1/debit-memos/{debitMemoKey}Retrieve a debit memo
DebitMemosApiget_debit_memo_application_partsGET /v1/debit-memos/{debitMemoKey}/application-partsList all application parts of a debit memo
DebitMemosApiget_debit_memo_itemGET /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}Retrieve a debit memo item
DebitMemosApiget_debit_memo_itemsGET /v1/debit-memos/{debitMemoKey}/itemsList debit memo items
DebitMemosApiget_debit_memo_pdf_statusGET /v1/debit-memos/pdf-statusRetrieve PDF status of debit memos in a batch.
DebitMemosApiget_debit_memosGET /v1/debit-memosList debit memos
DebitMemosApiget_taxation_items_of_debit_memo_itemGET /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}/taxation-itemsList all taxation items of a debit memo item
DebitMemosApipost_async_debit_memoPUT /v1/debit-memos/{debitMemoKey}/post-asyncPost a Debit Memo in async
DebitMemosApipost_debit_memoPUT /v1/debit-memos/{debitMemoKey}/postPost a debit memo
DebitMemosApiunpost_debit_memoPUT /v1/debit-memos/{debitMemoKey}/unpostUnpost a debit memo
DebitMemosApiupdate_debit_memoPUT /v1/debit-memos/{debitMemoKey}Update a debit memo
DebitMemosApiupdate_debit_memos_due_datesPUT /v1/debit-memosUpdate due dates for debit memos
DebitMemosApiupload_file_for_debit_memoPOST /v1/debit-memos/{debitMemoKey}/filesUpload a file for a debit memo
DebitMemosApiwrite_off_debit_memoPUT /v1/debitmemos/{debitMemoKey}/write-offWrite off an debit memo
DeploymentApicompare_and_deploy_product_catalog_templatePOST /deployment-manager/deployments/template/product_catalogCompare and Deploy a template for product catalog to a target tenant
DeploymentApicompare_and_deploy_product_catalog_tenantPOST /deployment-manager/deployments/tenant/product_catalogCompare and Deploy product catalog between a source tenant and a target tenant
DeploymentApicompare_and_deploy_templatePOST /deployment-manager/deployments/templatesCompare and Deploy settings from a template to a target tenant
DeploymentApicompare_and_deploy_tenantPOST /deployment-manager/deployments/tenantsCompare and Deploy settings between a source tenant and a target tenant
DeploymentApiretrieve_deploymentGET /deployment-manager/deployments/{migrationId}Retrieves a deployment log.
DeploymentApirevert_deploymentPOST /deployment-manager/deployments/{migrationId}/revertReverts the deployment.
DeploymentConfigurationTemplatesApicompare_templatePOST /deployment-manager/deployment_artifacts/compareCompare settings between a source tenant and a target tenant
DeploymentConfigurationTemplatesApicreate_deployment_templatePOST /deployment-manager/deployment_templatesCreate a deployment template
DeploymentConfigurationTemplatesApidelete_deployment_templateDELETE /deployment-manager/deployment_templates/{id}Delete a template
DeploymentConfigurationTemplatesApidownload_deployment_templateGET /deployment-manager/deployment_artifactsDownload a template
DeploymentConfigurationTemplatesApiget_deployment_template_detailGET /deployment-manager/deployment_templates/{id}List all details of a template
DeploymentConfigurationTemplatesApiget_deployment_templatesGET /deployment-manager/deployment_templatesList all templates
DeploymentConfigurationTemplatesApiget_source_component_detailsGET /deployment-manager/deployment_artifacts/retrieve-settingsList all details of source components
DeploymentConfigurationTemplatesApimigrate_tenant_settingsPOST /deployment-manager/deployment_artifacts/deployMigrate settings from source tenant to target tenant
DescribeApiget_describeGET /v1/describe/{object}Describe an object
EInvoicingApidelete_business_regionDELETE /v1/e-invoice/business-regions/{key}Delete a Business Region
EInvoicingApidelete_service_providerDELETE /v1/e-invoice/service-providers/{key}Delete a Service Provider
EInvoicingApiget_business_regionGET /v1/e-invoice/business-regions/{key}Retrieve a Business Region
EInvoicingApiget_business_regionsGET /v1/e-invoice/business-regionsList business region
EInvoicingApiget_service_providerGET /v1/e-invoice/service-providers/{key}Retrieve a Service Provider
EInvoicingApiget_service_providersGET /v1/e-invoice/service-providersList Service Provider
EInvoicingApipost_business_regionPOST /v1/e-invoice/business-regionsPost a Business Region
EInvoicingApipost_service_providerPOST /v1/e-invoice/service-providersPost a Service Provider
EInvoicingApiupdate_business_regionPUT /v1/e-invoice/business-regions/{key}Update a Business Region
EInvoicingApiupdate_service_providerPUT /v1/e-invoice/service-providers/{key}Update a Service Provider
ElectronicPaymentsHealthApiget_system_health_payment_volume_summaryGET /system-health/payments/volume-summaryList payment volume summary records
FilesApiget_filesGET /v1/files/{file-id}Retrieve a file
FulfillmentsApicreate_fulfillmentPOST /v1/fulfillmentsCreate fulfillments
FulfillmentsApicreate_fulfillment_itemPOST /v1/fulfillment-itemsCreate fulfillment items
FulfillmentsApidelete_fulfillmentDELETE /v1/fulfillments/{key}Delete a fulfillment
FulfillmentsApidelete_fulfillment_itemDELETE /v1/fulfillment-items/{id}Delete a fulfillment item
FulfillmentsApiget_fulfillmentGET /v1/fulfillments/{key}Retrieve a fulfillment
FulfillmentsApiget_fulfillment_itemGET /v1/fulfillment-items/{id}Retrieve a fulfillment item
FulfillmentsApiupdate_fulfillmentPUT /v1/fulfillments/{key}Update a fulfillment
FulfillmentsApiupdate_fulfillment_itemPUT /v1/fulfillment-items/{id}Update a fulfillment item
HostedPagesApiget_hosted_pagesGET /v1/hostedpagesList hosted pages
ImportsApiobject_get_importGET /v1/object/import/{id}CRUD: Retrieve an import
ImportsApiobject_post_importPOST /v1/object/importCRUD: Create an import
InvoiceSchedulesApiattach_invoice_schedulePUT /v1/invoice-schedules/{scheduleKey}/attachAttach an invoice schedule
InvoiceSchedulesApicreate_invoice_schedulePOST /v1/invoice-schedulesCreate an invoice schedule
InvoiceSchedulesApidelete_invoice_scheduleDELETE /v1/invoice-schedules/{scheduleKey}Delete an invoice schedule
InvoiceSchedulesApidetach_invoice_schedulePUT /v1/invoice-schedules/{scheduleKey}/detachDetach an invoice schedule
InvoiceSchedulesApiexecute_invoice_schedulePOST /v1/invoice-schedules/{scheduleKey}/executeExecute an invoice schedule
InvoiceSchedulesApiget_invoice_scheduleGET /v1/invoice-schedules/{scheduleKey}Retrieve an invoice schedule
InvoiceSchedulesApipause_invoice_schedulePUT /v1/invoice-schedules/{scheduleKey}/pausePause an invoice schedule
InvoiceSchedulesApiresume_invoice_schedulePUT /v1/invoice-schedules/{scheduleKey}/resumeResume an invoice schedule
InvoiceSchedulesApiupdate_invoice_schedulePUT /v1/invoice-schedules/{scheduleKey}Update an invoice schedule
InvoicesApibulk_create_standalone_invoicesPOST /v1/invoices/batchCreate standalone invoices
InvoicesApibulk_post_invoicesPOST /v1/invoices/bulk-postPost invoices
InvoicesApibulk_update_invoicesPUT /v1/invoicesUpdate invoices
InvoicesApicancel_invoicePUT /v1/invoices/{invoiceKey}/cancelCancel an invoice
InvoicesApicreate_invoice_taxation_itemsPOST /v1/invoices/{invoiceKey}/taxation-itemsCreate taxation items for an invoice
InvoicesApicreate_standalone_invoicePOST /v1/invoicesCreate a standalone invoice
InvoicesApidelete_invoiceDELETE /v1/invoices/{invoiceKey}Delete an invoice
InvoicesApiemail_invoicePOST /v1/invoices/{invoiceKey}/emailsEmail an invoice
InvoicesApiget_invoiceGET /v1/invoices/{invoiceKey}Retrieve an invoice
InvoicesApiget_invoice_application_partsGET /v1/invoices/{invoiceKey}/application-partsList all application parts of an invoice
InvoicesApiget_invoice_filesGET /v1/invoices/{invoiceKey}/filesList all files of an invoice
InvoicesApiget_invoice_itemsGET /v1/invoices/{invoiceKey}/itemsList all items of an invoice
InvoicesApiget_invoice_pdf_statusGET /v1/invoices/pdf-statusRetrieve PDF status of invoices in a batch.
InvoicesApiget_taxation_items_of_invoice_itemGET /v1/invoices/{invoiceKey}/items/{itemId}/taxation-itemsList all taxation items of an invoice item
InvoicesApipost_invoicePUT /v1/invoices/{invoiceKey}/postCancel an invoice
InvoicesApireverse_invoicePUT /v1/invoices/{invoiceKey}/reverseReverse an invoice
InvoicesApiupdate_invoicePUT /v1/invoices/{invoiceKey}Update an invoice
InvoicesApiupload_file_for_invoicePOST /v1/invoices/{invoiceKey}/filesUpload a file for an invoice
InvoicesApiwrite_off_invoicePUT /v1/invoices/{invoiceKey}/write-offWrite off an invoice
JournalRunsApicancel_journal_runPUT /v1/journal-runs/{jr-number}/cancelCancel a journal run
JournalRunsApicreate_journal_runPOST /v1/journal-runsCreate a journal run
JournalRunsApidelete_journal_runDELETE /v1/journal-runs/{jr-number}Delete a journal run
JournalRunsApiget_journal_runGET /v1/journal-runs/{jr-number}Retrieve a journal run
MassUpdaterApicreate_mass_updaterPOST /v1/bulkPerform a mass action
MassUpdaterApiget_mass_updaterGET /v1/bulk/{bulk-key}List all results of a mass action
MassUpdaterApistop_mass_updaterPUT /v1/bulk/{bulk-key}/stopStop a mass action
NotificationsApicreate_notification_definitionPOST /notifications/notification-definitionsCreate a notification definition
NotificationsApicreate_or_update_email_templatesPOST /notifications/email-templates/importCreate or update email templates
NotificationsApidelete_email_templateDELETE /notifications/email-templates/{id}Delete an email template
NotificationsApidelete_notification_definitionDELETE /notifications/notification-definitions/{id}Delete a notification definition
NotificationsApidelete_notification_history_for_accountDELETE /notifications/historyDelete notification histories for an account
NotificationsApiget_callout_historyGET /v1/notification-history/calloutList callout notification histories
NotificationsApiget_email_historyGET /v1/notification-history/emailList email notification histories
NotificationsApiget_email_templateGET /notifications/email-templates/{id}Retrieve an email template
NotificationsApiget_notification_definitionGET /notifications/notification-definitions/{id}Retrieve a notification definition
NotificationsApiget_notification_history_deletion_taskGET /notifications/history/tasks/{id}Retrieve a notification history deletion task
NotificationsApipost_create_email_templatePOST /notifications/email-templatesCreate an email template
NotificationsApiquery_email_templatesGET /notifications/email-templatesList email templates
NotificationsApiquery_notification_definitionsGET /notifications/notification-definitionsList notification definitions
NotificationsApiresend_callout_notificationsPOST /notifications/callout-histories/resendResend callout notifications
NotificationsApiresend_email_notificationsPOST /notifications/email-histories/resendResend email notifications
NotificationsApiupdate_email_templatePUT /notifications/email-templates/{id}Update an email template
NotificationsApiupdate_notification_definitionPUT /notifications/notification-definitions/{id}Update a notification definition
OAuthApicreate_tokenPOST /oauth/tokenCreate an OAuth token
ObjectQueriesApiquery_account_by_keyGET /object-query/accounts/{key}Retrieve an account
ObjectQueriesApiquery_accountsGET /object-query/accountsList accounts
ObjectQueriesApiquery_amendment_by_keyGET /object-query/amendments/{key}Retrieve an amendment
ObjectQueriesApiquery_amendmentsGET /object-query/amendmentsList amendments
ObjectQueriesApiquery_billing_run_by_keyGET /object-query/billing-runs/{key}Retrieve a bill run
ObjectQueriesApiquery_billing_runsGET /object-query/billing-runsList bill runs
ObjectQueriesApiquery_contact_by_keyGET /object-query/contacts/{key}Retrieve a contact
ObjectQueriesApiquery_contactsGET /object-query/contactsList contacts
ObjectQueriesApiquery_credit_memo_application_by_keyGET /object-query/credit-memo-applications/{key}Retrieve a credit memo application
ObjectQueriesApiquery_credit_memo_applicationsGET /object-query/credit-memo-applicationsList credit memo applications
ObjectQueriesApiquery_credit_memo_by_keyGET /object-query/credit-memos/{key}Retrieve a credit memo
ObjectQueriesApiquery_credit_memo_item_by_keyGET /object-query/credit-memo-items/{key}Retrieve a credit memo item
ObjectQueriesApiquery_credit_memo_itemsGET /object-query/credit-memo-itemsList credit memo items
ObjectQueriesApiquery_credit_memosGET /object-query/credit-memosList credit memos
ObjectQueriesApiquery_custom_object_bykeyGET /object-query/{custom-object-name}/{key}Retrieve a custom object
ObjectQueriesApiquery_custom_objectsGET /object-query/{custom-object-name}List custom objects
ObjectQueriesApiquery_daily_consumption_summary_by_keyGET /object-query/daily-consumption-summaries/{key}Retrieve a daily consumption summary
ObjectQueriesApiquery_daily_consumption_summarysGET /object-query/daily-consumption-summariesList daily consumption summaries
ObjectQueriesApiquery_debit_memo_by_keyGET /object-query/debit-memos/{key}Retrieve a debit memo
ObjectQueriesApiquery_debit_memo_item_by_keyGET /object-query/debit-memo-items/{key}Retrieve a debit memo item
ObjectQueriesApiquery_debit_memo_itemsGET /object-query/debit-memo-itemsList debit memo items
ObjectQueriesApiquery_debit_memosGET /object-query/debit-memosList debit memos
ObjectQueriesApiquery_invoice_by_keyGET /object-query/invoices/{key}Retrieve an invoice
ObjectQueriesApiquery_invoice_item_by_keyGET /object-query/invoice-items/{key}Retrieve an invoice item
ObjectQueriesApiquery_invoice_itemsGET /object-query/invoice-itemsList invoice items
ObjectQueriesApiquery_invoicesGET /object-query/invoicesList invoices
ObjectQueriesApiquery_invoice_schedule_by_keyGET /object-query/invoice-schedules/{key}Retrieve an invoice schedule
ObjectQueriesApiquery_invoice_schedulesGET /object-query/invoice-schedulesList invoice schedules
ObjectQueriesApiquery_order_action_by_keyGET /object-query/order-actions/{key}Retrieve an order action
ObjectQueriesApiquery_order_actionsGET /object-query/order-actionsList order actions
ObjectQueriesApiquery_order_line_item_by_keyGET /object-query/order-line-items/{key}Retrieve an order line item
ObjectQueriesApiquery_order_line_itemsGET /object-query/order-line-itemsList order line items
ObjectQueriesApiquery_orders_by_keyGET /object-query/orders/{key}Retrieve an order
ObjectQueriesApiquery_orderssGET /object-query/ordersList orders
ObjectQueriesApiquery_payment_application_by_keyGET /object-query/payment-applications/{key}Retrieve a payment application
ObjectQueriesApiquery_payment_applicationsGET /object-query/payment-applicationsList payment applications
ObjectQueriesApiquery_payment_by_keyGET /object-query/payments/{key}Retrieve a payment
ObjectQueriesApiquery_payment_method_by_keyGET /object-query/payment-methods/{key}Retrieve a payment method
ObjectQueriesApiquery_payment_method_snapshot_by_keyGET /object-query/payment-method-snapshots/{key}Retrieve a payment method snapshot
ObjectQueriesApiquery_payment_method_snapshotsGET /object-query/payment-method-snapshotsList payment method snapshots
ObjectQueriesApiquery_payment_methodsGET /object-query/payment-methodsList payment methods
ObjectQueriesApiquery_payment_run_by_keyGET /object-query/payment-runs/{key}Retrieve a payment run
ObjectQueriesApiquery_payment_runsGET /object-query/payment-runsList payment runs
ObjectQueriesApiquery_payment_schedule_by_keyGET /object-query/payment-schedules/{key}Retrieve a payment schedule
ObjectQueriesApiquery_payment_schedule_item_by_keyGET /object-query/payment-schedule-items/{key}Retrieve a payment schedule item
ObjectQueriesApiquery_payment_schedule_itemsGET /object-query/payment-schedule-itemsList payment schedule items
ObjectQueriesApiquery_payment_schedulesGET /object-query/payment-schedulesList payment schedules
ObjectQueriesApiquery_paymentsGET /object-query/paymentsList payments
ObjectQueriesApiquery_prepaid_balance_by_keyGET /object-query/prepaid-balances/{key}Retrieve a prepaid balance
ObjectQueriesApiquery_prepaid_balance_fund_by_keyGET /object-query/prepaid-balance-funds/{key}Retrieve a prepaid balance fund
ObjectQueriesApiquery_prepaid_balance_fundsGET /object-query/prepaid-balance-fundsList prepaid balance funds
ObjectQueriesApiquery_prepaid_balance_transaction_by_keyGET /object-query/prepaid-balance-transactions/{key}Retrieve a prepaid balance transaction
ObjectQueriesApiquery_prepaid_balance_transactionsGET /object-query/prepaid-balance-transactionsList prepaid balance transactions
ObjectQueriesApiquery_prepaid_balancesGET /object-query/prepaid-balancesList prepaid balances
ObjectQueriesApiquery_processed_usage_by_keyGET /object-query/processed-usages/{key}Retrieve a processed usage record
ObjectQueriesApiquery_processed_usagesGET /object-query/processed-usagesList processed usage records
ObjectQueriesApiquery_product_by_keyGET /object-query/products/{key}Retrieve a product
ObjectQueriesApiquery_product_rate_plan_by_keyGET /object-query/product-rate-plans/{key}Retrieve a product rate plan
ObjectQueriesApiquery_product_rate_plan_charge_by_keyGET /object-query/product-rate-plan-charges/{key}Retrieve a product rate plan charge
ObjectQueriesApiquery_product_rate_plan_charge_tier_by_keyGET /object-query/product-rate-plan-charge-tiers/{key}Retrieve a product rate plan charge tier
ObjectQueriesApiquery_product_rate_plan_charge_tiersGET /object-query/product-rate-plan-charge-tiersList product rate plan charge tiers
ObjectQueriesApiquery_product_rate_plan_chargesGET /object-query/product-rate-plan-chargesList product rate plan charges
ObjectQueriesApiquery_product_rate_plansGET /object-query/product-rate-plansList product rate plans
ObjectQueriesApiquery_productsGET /object-query/productsList products
ObjectQueriesApiquery_rate_plan_by_keyGET /object-query/rate-plans/{key}Retrieve a rate plan
ObjectQueriesApiquery_rate_plan_charge_by_keyGET /object-query/rate-plan-charges/{key}Retrieve a rate plan charge
ObjectQueriesApiquery_rate_plan_charge_tier_by_keyGET /object-query/rate-plan-charge-tiers/{key}Retrieve a rate plan charge tier
ObjectQueriesApiquery_rate_plan_charge_tiersGET /object-query/rate-plan-charge-tiersList rate plan charge tiers
ObjectQueriesApiquery_rate_plan_chargesGET /object-query/rate-plan-chargesList rate plan charges
ObjectQueriesApiquery_rate_plansGET /object-query/rate-plansList rate plans
ObjectQueriesApiquery_rating_detail_by_keyGET /object-query/rating-details/{key}Retrieve a rating detail
ObjectQueriesApiquery_rating_detailsGET /object-query/rating-detailsList rating details
ObjectQueriesApiquery_rating_result_by_keyGET /object-query/rating-results/{key}Retrieve a rating result
ObjectQueriesApiquery_rating_resultsGET /object-query/rating-resultsList rating results
ObjectQueriesApiquery_refund_application_by_keyGET /object-query/refund-applications/{key}Retrieve a refund application
ObjectQueriesApiquery_refund_application_item_by_keyGET /object-query/refund-application-items/{key}Retrieve a refund application item
ObjectQueriesApiquery_refund_application_itemsGET /object-query/refund-application-itemsList refund application items
ObjectQueriesApiquery_refund_applicationsGET /object-query/refund-applicationsList refund applications
ObjectQueriesApiquery_refund_by_keyGET /object-query/refunds/{key}Retrieve a refund
ObjectQueriesApiquery_refundsGET /object-query/refundsList refunds
ObjectQueriesApiquery_subscription_by_keyGET /object-query/subscriptions/{key}Retrieve a subscription
ObjectQueriesApiquery_subscriptionsGET /object-query/subscriptionsList subscriptions
ObjectQueriesApiquery_summary_statement_by_keyGET /object-query/summarystatements/{key}Retrieve a summary statement
ObjectQueriesApiquery_summary_statement_run_by_keyGET /object-query/summarystatementruns/{key}Retrieve a summary statement run
ObjectQueriesApiquery_summary_statement_runsGET /object-query/summarystatementrunsList summary statement runs
ObjectQueriesApiquery_summary_statementsGET /object-query/summarystatementsList summary statements
ObjectQueriesApiquery_taxation_item_by_keyGET /object-query/taxation-items/{key}Retrieve a taxation item
ObjectQueriesApiquery_taxation_itemsGET /object-query/taxation-itemsList taxation items
ObjectQueriesApiquery_usage_by_keyGET /object-query/usages/{key}Retrieve a usage record
ObjectQueriesApiquery_usagesGET /object-query/usagesList usage records
ObjectQueriesApiquery_validity_period_summary_by_keyGET /object-query/validity-period-summaries/{key}Retrieve a validity period summary
ObjectQueriesApiquery_validity_period_summarysGET /object-query/validity-period-summariesList validity period summaries
OmniChannelSubscriptionsApicreate_omni_channel_subscriptionPOST /v1/omni-channel-subscriptionsCreate an omnichannel subscription
OmniChannelSubscriptionsApidelete_omni_channel_subscriptionDELETE /v1/omni-channel-subscriptions/{subscriptionKey}Delete an omnichannel subscription
OmniChannelSubscriptionsApiget_omni_channel_subscriptionGET /v1/omni-channel-subscriptions/{subscriptionKey}Retrieve an omnichannel subscription
OperationsApicreate_billing_previewPOST /v1/operations/billing-previewGenerate a billing preview
OperationsApicreate_bulk_pdfto_zip_generationPOST /v1/operations/bulk-pdfExport bulk PDF files
OperationsApicreate_invoice_collectPOST /v1/operations/invoice-collectInvoice and collect
OperationsApiget_bulk_pdfto_zip_generationGET /v1/operations/bulk-pdf/{jobId}Retrieve information of a bulk PDF file generation job
OperationsApiget_operation_jobGET /v1/operations/jobs/{jobId}Retrieve an operation job
OrderActionsApiupdate_order_actionPUT /v1/orderActions/{id}Update an order action
OrderLineItemsApiget_order_line_itemGET /v1/order-line-items/{itemId}Retrieve an order line item
OrderLineItemsApiupdate_order_line_itemPUT /v1/order-line-items/{itemId}Update an order line item
OrderLineItemsApiupdate_order_line_itemsPOST /v1/order-line-items/bulkUpdate order line items
OrdersApiactivate_orderPUT /v1/orders/{orderNumber}/activateActivate an order
OrdersApicancel_orderPUT /v1/orders/{orderNumber}/cancelCancel an order
OrdersApicreate_orderPOST /v1/ordersCreate an order
OrdersApicreate_order_asynchronouslyPOST /v1/async/ordersCreate an order asynchronously
OrdersApidelete_orderDELETE /v1/orders/{orderNumber}Delete an order
OrdersApidelete_order_asynchronouslyDELETE /v1/async/orders/{orderNumber}Async delete an order
OrdersApiget_job_status_and_responseGET /v1/async-jobs/{jobId}Retrieve the status and response of a job
OrdersApiget_orderGET /v1/orders/{orderNumber}Retrieve an order
OrdersApiget_ordersGET /v1/ordersList orders
OrdersApiget_orders_by_invoice_ownerGET /v1/orders/invoiceOwner/{accountNumber}List orders of an invoice owner
OrdersApiget_orders_by_subscription_numberGET /v1/orders/subscription/{subscriptionNumber}List orders by subscription number
OrdersApiget_orders_by_subscription_ownerGET /v1/orders/subscriptionOwner/{accountNumber}List orders of a subscription owner
OrdersApiget_pending_orders_by_subscription_numberGET /v1/orders/subscription/{subscription-key}/pendingList pending orders by subscription number
OrdersApipreview_orderPOST /v1/orders/previewPreview an order
OrdersApipreview_order_asynchronouslyPOST /v1/async/orders/previewPreview an order asynchronously
OrdersApirevert_orderPOST /v1/orders/{orderNumber}/revertRevert an order
OrdersApiupdate_orderPUT /v1/orders/{orderNumber}Update an order
OrdersApiupdate_order_custom_fieldsPUT /v1/orders/{orderNumber}/customFieldsUpdate order custom fields
OrdersApiupdate_order_trigger_datesPUT /v1/orders/{orderNumber}/triggerDatesUpdate order action trigger dates
OrdersApiupdate_subscription_custom_fieldsPUT /v1/subscriptions/{subscriptionNumber}/customFieldsUpdate subscription custom fields
PaymentAuthorizationApicancel_authorizationPOST /v1/payment-methods/{payment-method-id}/voidAuthorizeCancel authorization
PaymentAuthorizationApicreate_authorizationPOST /v1/payment-methods/{payment-method-id}/authorizeCreate authorization
PaymentGatewayReconciliationApireconcile_refundPOST /v1/refunds/{refund-key}/reconcileReconcile a refund
PaymentGatewayReconciliationApireject_paymentPOST /v1/gateway-settlement/payments/{payment-key}/rejectReject a payment
PaymentGatewayReconciliationApireverse_paymentPOST /v1/gateway-settlement/payments/{payment-key}/chargebackReverse a payment
PaymentGatewayReconciliationApisettle_paymentPOST /v1/gateway-settlement/payments/{payment-key}/settleSettle a payment
PaymentGatewaysApicreate_predebit_notificationPOST /v1/payment-gateways/pre-debit-notificationTrigger a pre-debit notification
PaymentGatewaysApiget_payment_gatewaysGET /v1/payment-gatewaysList all payment gateways
PaymentMethodSnapshotsApiget_payment_method_snapshotGET /v1/object/payment-method-snapshot/{id}CRUD: Retrieve a payment method snapshot
PaymentMethodTransactionLogsApiget_payment_method_transaction_logGET /v1/object/payment-method-transaction-log/{id}CRUD: Retrieve a payment method transaction log
PaymentMethodUpdaterApicreate_payment_method_updater_batchPOST /v1/payment-method-updaters/batchesCreate a payment method updater batch asynchronously
PaymentMethodUpdaterApiget_payment_method_updater_instancesGET /v1/payment-method-updatersList payment method updater instances
PaymentMethodsApicancel_stored_credential_profilePOST /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/cancelCancel a stored credential profile
PaymentMethodsApicreate_payment_methodPOST /v1/payment-methodsCreate a payment method
PaymentMethodsApicreate_payment_sessionPOST /web-payments/sessionsCreate a payment session
PaymentMethodsApicreate_stored_credential_profilePOST /v1/payment-methods/{payment-method-id}/profilesCreate a stored credential profile
PaymentMethodsApidecrypt_payment_methodPOST /v1/payment-methods/decryptionCreate an Apple Pay payment method
PaymentMethodsApidelete_payment_methodDELETE /v1/payment-methods/{payment-method-id}Delete a payment method
PaymentMethodsApiexpire_stored_credential_profilePOST /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/expireExpire a stored credential profile
PaymentMethodsApiget_payment_methodGET /v1/payment-methods/{payment-method-id}Retrieve a payment method
PaymentMethodsApiget_stored_credential_profilesGET /v1/payment-methods/{payment-method-id}/profilesList stored credential profiles of a payment method
PaymentMethodsApiscrub_payment_methodPUT /v1/payment-methods/{payment-method-id}/scrubScrub a payment method
PaymentMethodsApiupdate_payment_methodPUT /v1/payment-methods/{payment-method-id}Update a payment method
PaymentMethodsApiverify_payment_methodPUT /v1/payment-methods/{payment-method-id}/verifyVerify a payment method
PaymentRunsApicreate_payment_runPOST /v1/payment-runsCreate a payment run
PaymentRunsApidelete_payment_runDELETE /v1/payment-runs/{paymentRunKey}Delete a payment run
PaymentRunsApiget_payment_runGET /v1/payment-runs/{paymentRunKey}Retrieve a payment run
PaymentRunsApiget_payment_run_dataGET /v1/payment-runs/{paymentRunKey}/dataRetrieve payment run data
PaymentRunsApiget_payment_run_summaryGET /v1/payment-runs/{paymentRunKey}/summaryRetrieve a payment run summary
PaymentRunsApiget_payment_runsGET /v1/payment-runsList payment runs
PaymentRunsApiupdate_payment_runPUT /v1/payment-runs/{paymentRunKey}Update a payment run
PaymentSchedulesApiadd_items_to_custom_payment_schedulePOST /v1/payment-schedules/{paymentScheduleKey}/itemsAdd payment schedule items to a custom payment schedule
PaymentSchedulesApicancel_payment_schedulePUT /v1/payment-schedules/{paymentScheduleKey}/cancelCancel a payment schedule
PaymentSchedulesApicancel_payment_schedule_itemPUT /v1/payment-schedule-items/{item-id}/cancelCancel a payment schedule item
PaymentSchedulesApicreate_payment_schedulePOST /v1/payment-schedulesCreate a payment schedule
PaymentSchedulesApicreate_payment_schedulesPOST /v1/payment-schedules/batchCreate multiple payment schedules at once
PaymentSchedulesApiget_payment_scheduleGET /v1/payment-schedules/{paymentScheduleKey}Retrieve a payment schedule
PaymentSchedulesApiget_payment_schedule_itemGET /v1/payment-schedule-items/{item-id}Retrieve a payment schedule item
PaymentSchedulesApiget_payment_schedule_statisticGET /v1/payment-schedules/statistics/{yyyy-mm-dd}Retrieve payment schedule statistic of a date
PaymentSchedulesApiget_payment_schedulesGET /v1/payment-schedulesList payment schedules by customer account
PaymentSchedulesApiretry_payment_schedule_itemPOST /v1/payment-schedule-items/retry-paymentRetry failed payment schedule items
PaymentSchedulesApiskip_payment_schedule_itemPUT /v1/payment-schedule-items/{item-id}/skipSkip a payment schedule item
PaymentSchedulesApiupdate_payment_schedulePUT /v1/payment-schedules/{paymentScheduleKey}Update a payment schedule
PaymentSchedulesApiupdate_payment_schedule_itemPUT /v1/payment-schedule-items/{item-id}Update a payment schedule item
PaymentSchedulesApiupdate_payment_schedule_previewPUT /v1/payment-schedules/{paymentScheduleKey}/previewPreview the result of payment schedule updates
PaymentTransactionLogsApiget_payment_transaction_logGET /v1/object/payment-transaction-log/{id}CRUD: Retrieve a payment transaction log
PaymentsApiapply_paymentPUT /v1/payments/{paymentKey}/applyApply a payment
PaymentsApicancel_paymentPUT /v1/payments/{paymentKey}/cancelCancel a payment
PaymentsApicreate_paymentPOST /v1/paymentsCreate a payment
PaymentsApicreate_refund_paymentPOST /v1/payments/{paymentKey}/refundsRefund a payment
PaymentsApidelete_paymentDELETE /v1/payments/{paymentKey}Delete a payment
PaymentsApiget_paymentGET /v1/payments/{paymentKey}Retrieve a payment
PaymentsApiget_payment_item_partGET /v1/payments/{paymentKey}/parts/{partId}/item-parts/{itemPartId}Retrieve a payment part item
PaymentsApiget_payment_item_partsGET /v1/payments/{paymentKey}/parts/{partId}/item-partsList all payment part items
PaymentsApiget_payment_partGET /v1/payments/{paymentKey}/parts/{partId}Retrieve a payment part
PaymentsApiget_payment_partsGET /v1/payments/{paymentKey}/partsList all parts of a payment
PaymentsApiget_retrieve_all_paymentsGET /v1/paymentsList payments
PaymentsApirefund_paymentwith_auto_unapplyPOST /v1/payments/{paymentKey}/refunds/unapplyRefund a payment with auto-unapplying
PaymentsApitransfer_paymentPUT /v1/payments/{paymentKey}/transferTransfer a payment
PaymentsApiunapply_paymentPUT /v1/payments/{paymentKey}/unapplyUnapply a payment
PaymentsApiupdate_paymentPUT /v1/payments/{paymentId}Update a payment
ProductRatePlanChargeTiersApiget_product_rate_plan_charge_tierGET /v1/object/product-rate-plan-charge-tier/{id}CRUD: Retrieve a product rate plan charge tier
ProductRatePlanChargeTiersApiupdate_product_rate_plan_charge_tierPUT /v1/object/product-rate-plan-charge-tier/{id}CRUD: Update a product rate plan charge tier
ProductRatePlanChargesApicreate_product_rate_plan_chargePOST /v1/object/product-rate-plan-chargeCRUD: Create a product rate plan charge
ProductRatePlanChargesApidelete_product_rate_plan_chargeDELETE /v1/object/product-rate-plan-charge/{id}CRUD: Delete a product rate plan charge
ProductRatePlanChargesApiget_product_rate_plan_chargeGET /v1/object/product-rate-plan-charge/{id}CRUD: Retrieve a product rate plan charge
ProductRatePlanChargesApiupdate_product_rate_plan_chargePUT /v1/object/product-rate-plan-charge/{id}CRUD: Update a product rate plan charge
ProductRatePlanChargesApiupdate_product_rate_plan_charge_finance_informationPUT /v1/product-rate-plan-charges/{product-rate-plan-charge-key}/finance-informationUpdate a Zuora Revenue accounting code
ProductRatePlansApicreate_product_rate_planPOST /v1/object/product-rate-planCRUD: Create a product rate plan
ProductRatePlansApidelete_product_rate_planDELETE /v1/object/product-rate-plan/{id}CRUD: Delete a product rate plan
ProductRatePlansApiget_product_rate_planGET /v1/product-rate-plans/{id}Retrieve a product rate plan by ID
ProductRatePlansApiget_product_rate_plans_by_external_idGET /v1/product-rate-plans/external-id/{externalId}List product rate plans by external ID
ProductRatePlansApiget_rate_plans_by_productGET /v1/rateplan/{product-key}/productRatePlanList all product rate plans of a product
ProductRatePlansApiupdate_product_rate_planPUT /v1/object/product-rate-plan/{id}CRUD: Update a product rate plan
ProductsApicreate_productPOST /v1/object/productCreate a product
ProductsApidelete_productDELETE /v1/object/product/{id}CRUD: Delete a product
ProductsApiget_productGET /v1/catalog/product/{product-key}Retrieve a product
ProductsApiget_productsGET /v1/catalog/productsGet all products
ProductsApiupdate_productPUT /v1/object/product/{id}CRUD: Update a product
RSASignaturesApicreate_rsa_signaturePOST /v1/rsa-signaturesGenerate an RSA signature
RSASignaturesApidecrypt_rsa_signaturePOST /v1/rsa-signatures/decryptDecrypt an RSA signature
RampsApiget_ramp_by_numberGET /v1/ramps/{rampNumber}Retrieve a ramp
RampsApiget_ramp_metrics_by_numberGET /v1/ramps/{rampNumber}/ramp-metricsList all ramp metrics of a ramp
RampsApiget_ramp_metrics_by_order_numberGET /v1/orders/{orderNumber}/ramp-metricsList ramp metrics by order number
RampsApiget_ramp_metrics_by_subscription_keyGET /v1/subscriptions/{subscriptionKey}/ramp-metricsList ramp metrics by subscription key
RampsApiget_ramps_by_subscription_keyGET /v1/subscriptions/{subscriptionKey}/rampsRetrieve a ramp by subscription key
RatePlansApiget_rate_planGET /v1/rateplans/{ratePlanId}Retrieve a rate plan
RefundsApicancel_refundPUT /v1/refunds/{refundKey}/cancelCancel a refund
RefundsApidelete_refundDELETE /v1/refunds/{refundKey}Delete a refund
RefundsApiget_refundGET /v1/refunds/{refundKey}Retrieve a refund
RefundsApiget_refund_item_partGET /v1/refunds/{refundKey}/parts/{refundPartId}/item-parts/{itemPartId}Retrieve a refund part item
RefundsApiget_refund_item_partsGET /v1/refunds/{refundKey}/parts/{refundPartId}/item-partsList all refund part items
RefundsApiget_refund_partGET /v1/refunds/{refundKey}/parts/{refundPartId}Retrieve a refund part
RefundsApiget_refund_partsGET /v1/refunds/{refundKey}/partsList all parts of a refund
RefundsApiget_refundsGET /v1/refundsList refunds
RefundsApiupdate_refundPUT /v1/refunds/{refundId}Update a refund
RegenerateApip_ost_create_rev_rec_eventsPOST /v1/uno-regenerate/rev-rec-eventsRegenerate Rev Rec Event
RegenerateApip_ost_generate_rev_rec_events_for_daily_consumptionPOST /v1/uno-regenerate/rev-rec-events/daily-consumptionRegenerate Rev Rec Event
RegenerateApip_ost_regenerate_billing_transactionPOST /v1/uno-regenerate/billing-transactionRegenerate Billing Transaction
RegenerateApip_ost_regenerate_booking_transactionPOST /v1/uno-regenerate/booking-transactionRegenerate Booking Transaction
RevenueIntegrationApidescribe_view_columnsGET /integration/v2/biviews/{view_name}/describe-columns
RevenueIntegrationApidownload_reportGET /integration/v1/reports/download/{filename}
RevenueIntegrationApigenerate_jwt_tokenPOST /integration/v1/authenticate
RevenueIntegrationApiget_bi_view_countGET /integration/v2/biviews/count/{view_name}
RevenueIntegrationApiget_bi_view_statusGET /integration/v2/biviews-status
RevenueIntegrationApiget_bi_view_task_detailsGET /integration/v2/biviews-status/{task_id}
RevenueIntegrationApiget_bi_viewsGET /integration/v1/biviews/{view_name}
RevenueIntegrationApiget_bi_views_v2GET /integration/v2/biviews/{view_name}
RevenueIntegrationApiget_csv_upload_statusGET /integration/v1/csv/upload/status
RevenueIntegrationApiget_file_upload_status_by_request_idGET /integration/v1/fileupload/status/{file_request_id}
RevenueIntegrationApiget_reports_by_idGET /integration/v1/reports/{report_id}
RevenueIntegrationApiget_stage_errorGET /integration/v1/stage/error/{errortype}
RevenueIntegrationApiintegration_v2_reports_signedurl_report_id_getGET /integration/v2/reports/signedurl/{report_id}
RevenueIntegrationApilist_reportsGET /integration/v1/reports/list
RevenueIntegrationApiselect_bi_viewPOST /integration/v1/biviews/{view_name}
RevenueIntegrationApiupload_csvPOST /integration/v1/csv/upload
RevenueIntegrationApiupload_filePOST /integration/v1/upload/file
RevenueIntegrationApiupload_mappingPOST /integration/v1/upload/mapping
RevenueAccountingCodesApiput_rev_pro_accounting_codesPUT /v1/revpro-accounting-codesUpdate a Zuora Revenue accounting code
SequenceSetsApicreate_sequence_setsPOST /v1/sequence-setsCreate sequence sets
SequenceSetsApidelete_sequence_setDELETE /v1/sequence-sets/{id}Delete a sequence set
SequenceSetsApiget_sequence_setGET /v1/sequence-sets/{id}Retrieve a sequence set
SequenceSetsApiget_sequence_setsGET /v1/sequence-setsList sequence sets
SequenceSetsApiupdate_sequence_setPUT /v1/sequence-sets/{id}Update a sequence set
SettingsApiget_list_all_settingsGET /settings/listingList all settings
SettingsApipost_process_settings_batch_requestPOST /settings/batch-requestsSubmit settings requests
SignUpApipost_sign_upPOST /v1/sign-upSign up
SubscriptionChangeLogsApiget_subscription_change_logs_by_order_numberGET /subscription-change-logs/orders/{orderNumber}Retrieve change logs for a subscription
SubscriptionChangeLogsApiget_subscription_change_logs_by_subscription_numberGET /subscription-change-logs/{subscriptionNumber}Retrieve change logs for a subscription
SubscriptionChangeLogsApiget_subscription_change_logs_by_subscription_number_and_versionGET /subscription-change-logs/{subscriptionNumber}/versions/{version}Retrieve change logs for a subscription
SubscriptionsApicancel_subscriptionPUT /v1/subscriptions/{subscription-key}/cancelCancel a subscription
SubscriptionsApicreate_subscriptionPOST /v1/subscriptionsCreate a subscription
SubscriptionsApidelete_subscriptionPUT /v1/subscriptions/{subscription-key}/deleteDelete a subscription by number
SubscriptionsApiget_metrics_by_subscription_numbersGET /v1/subscriptions/subscription-metricsList subscriptions metrics by subscription numbers
SubscriptionsApiget_subscription_by_keyGET /v1/subscriptions/{subscription-key}Retrieve a subscription by key
SubscriptionsApiget_subscription_by_key_and_versionGET /v1/subscriptions/{subscription-key}/versions/{version}Retrieve a subscription by key and version
SubscriptionsApiget_subscriptions_by_accountGET /v1/subscriptions/accounts/{account-key}List subscriptions by account key
SubscriptionsApipreview_existing_subscriptionPOST /v1/subscriptions/{subscription-key}/previewPreview a subscription by key
SubscriptionsApipreview_subscriptionPOST /v1/subscriptions/previewPreview a subscription
SubscriptionsApirenew_subscriptionPUT /v1/subscriptions/{subscription-key}/renewRenew a subscription
SubscriptionsApiresume_subscriptionPUT /v1/subscriptions/{subscription-key}/resumeResume a subscription
SubscriptionsApisuspend_subscriptionPUT /v1/subscriptions/{subscription-key}/suspendSuspend a subscription
SubscriptionsApiupdate_subscriptionPUT /v1/subscriptions/{subscription-key}Update a subscription
SubscriptionsApiupdate_subscription_custom_fields_of_a_specified_versionPUT /v1/subscriptions/{subscriptionNumber}/versions/{version}/customFieldsUpdate subscription custom fields of a subscription version
SummaryJournalEntriesApicancel_summary_journal_entryPUT /v1/journal-entries/{je-number}/cancelCancel a summary journal entry
SummaryJournalEntriesApicreate_summary_journal_entryPOST /v1/journal-entriesCreate a summary journal entry
SummaryJournalEntriesApidelete_summary_journal_entryDELETE /v1/journal-entries/{je-number}Delete a summary journal entry
SummaryJournalEntriesApiget_all_summary_journal_entriesGET /v1/journal-entries/journal-runs/{jr-number}List all summary journal entries in a journal run
SummaryJournalEntriesApiget_summary_journal_entryGET /v1/journal-entries/{je-number}Retrieve a summary journal entry
SummaryJournalEntriesApiupdate_basic_summary_journal_entryPUT /v1/journal-entries/{je-number}/basic-informationUpdate a summary journal entry
TaxationItemsApicreate_taxation_itemPOST /v1/object/taxation-itemCRUD: Create a taxation item
TaxationItemsApidelete_taxation_itemDELETE /v1/taxation-items/{id}Delete a taxation item
TaxationItemsApiget_taxation_itemGET /v1/taxation-items/{id}Retrieve a taxation item
TaxationItemsApiput_taxation_itemPUT /v1/taxation-items/{id}Update a taxation item
UsageApicreate_usagePOST /v1/object/usageCRUD: Create a usage record
UsageApidelete_usageDELETE /v1/object/usage/{id}CRUD: Delete a usage record
UsageApiget_usageGET /v1/object/usage/{id}CRUD: Retrieve a usage record
UsageApiget_usage_rate_detail_by_invoice_itemGET /v1/invoices/invoice-item/{invoice-item-id}/usage-rate-detailRetrieve usage rate detail for an invoice item
UsageApiget_usages_by_accountGET /v1/usage/accounts/{account-key}Retrieve usage records by account
UsageApiupdate_usagePUT /v1/object/usage/{id}CRUD: Update a usage record
UsageApiupload_usage_filePOST /v1/usageUpload a usage file
WorkflowsApidelete_workflowDELETE /workflows/{workflow_id}Delete a workflow
WorkflowsApidelete_workflow_versionDELETE /workflows/versions/{version_id}Delete a workflow version
WorkflowsApiget_workflowGET /workflows/{workflow_id}Retrieve a workflow
WorkflowsApiget_workflow_exportGET /workflows/{workflow_id}/exportExport a workflow version
WorkflowsApiget_workflow_runGET /workflows/workflow_runs/{workflow_run_id}Retrieve a workflow run
WorkflowsApiget_workflow_versionsGET /workflows/{workflow_id}/versionsList all versions of a workflow definition
WorkflowsApiget_workflowsGET /workflowsList workflows
WorkflowsApiget_workflows_taskGET /workflows/tasks/{task_id}Retrieve a workflow task
WorkflowsApiget_workflows_tasksGET /workflows/tasksList workflow tasks
WorkflowsApiget_workflows_usagesGET /workflows/metrics.jsonRetrieve workflow task usage
WorkflowsApip_atch_update_workflowPATCH /workflows/{workflow_id}Update a workflow
WorkflowsApipost_run_workflowPOST /workflows/{workflow_id}/runRun a workflow
WorkflowsApipost_workflow_importPOST /workflows/importImport a workflow
WorkflowsApipost_workflow_versions_importPOST /workflows/{workflow_id}/versions/importImport a workflow version
WorkflowsApipost_workflows_task_rerunPOST /workflows/tasks/{task_id}/rerunRerun a workflow task
WorkflowsApiput_workflows_tasks_updatePUT /workflows/tasks/batch_updateUpdate workflow tasks