Skip to content

Java client library reference

The latest Java client library version is 3.15.0.

Requirements

Java 11 or a later version.

Installation

See Zuora Client Libraries.

Note that in your code, you should use the com.zuora.ZuoraClient package instead of com.zuora.sdk.ZuoraClient. com.zuora.sdk.ZuoraClient is a legacy package and is added only for backward compatibility.

Classes and methods

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

ClassMethodHTTP requestDescription
AccountingCodesApiactivateAccountingCodePUT /v1/accounting-codes/{ac-id}/activateActivate an accounting code
AccountingCodesApicreateAccountingCodePOST /v1/accounting-codesCreate an accounting code
AccountingCodesApideactivateAccountingCodePUT /v1/accounting-codes/{ac-id}/deactivateDeactivate an accounting code
AccountingCodesApideleteAccountingCodeDELETE /v1/accounting-codes/{ac-id}Delete an accounting code
AccountingCodesApigetAccountingCodeGET /v1/accounting-codes/{ac-id}Retrieve an accounting code
AccountingCodesApigetAllAccountingCodesGET /v1/accounting-codesList all accounting codes
AccountingCodesApiupdateAccountingCodePUT /v1/accounting-codes/{ac-id}Update an accounting code
AccountingPeriodsApicloseAccountingPeriodPUT /v1/accounting-periods/{ap-id}/closeClose an accounting period
AccountingPeriodsApicreateAccountingPeriodPOST /v1/accounting-periodsCreate an accounting period
AccountingPeriodsApideleteAccountingPeriodDELETE /v1/accounting-periods/{ap-id}Delete an accounting period
AccountingPeriodsApigetAccountingPeriodGET /v1/accounting-periods/{ap-id}Retrieve an accounting period
AccountingPeriodsApigetAllAccountingPeriodsGET /v1/accounting-periodsList all accounting periods
AccountingPeriodsApipendingCloseAccountingPeriodPUT /v1/accounting-periods/{ap-id}/pending-closeSet an accounting period to pending close
AccountingPeriodsApireopenAccountingPeriodPUT /v1/accounting-periods/{ap-id}/reopenReopen an accounting period
AccountingPeriodsApirunTrialBalancePUT /v1/accounting-periods/{ap-id}/run-trial-balanceRun trial balance
AccountingPeriodsApiupdateAccountingPeriodPUT /v1/accounting-periods/{ap-id}Update an accounting period
AccountsApicreateAccountPOST /v1/accountsCreate an account
AccountsApideleteAccountDELETE /v1/accounts/{account-key}Delete an account
AccountsApigetAccountGET /v1/accounts/{account-key}Retrieve an account
AccountsApigetAccountDefaultPaymentMethodGET /v1/accounts/{account-key}/payment-methods/defaultRetrieve the default payment method of an account
AccountsApigetAccountPaymentMethodsGET /v1/accounts/{account-key}/payment-methodsList payment methods of an account
AccountsApigetAccountSummaryGET /v1/accounts/{account-key}/summaryRetrieve an account summary
AccountsApiupdateAccountPUT /v1/accounts/{account-key}Update an account
ActionsApiactionPostCreatePOST /v1/action/createCreate
ActionsApiactionPostDeletePOST /v1/action/deleteDelete
ActionsApiactionPostQueryPOST /v1/action/queryQuery
ActionsApiactionPostqueryMorePOST /v1/action/queryMoreQueryMore
ActionsApiactionPostupdatePOST /v1/action/updateUpdate
AdjustmentsApicancelBillingAdjustmentPUT /v1/adjustments/{adjustmentId}/cancelCancel an adjustment
AdjustmentsApicreateBillingAdjustmentPOST /v1/adjustmentsCreate an adjustment
AdjustmentsApigetBillingAdjustmentGET /v1/adjustments/{adjustment-key}Retrieve an adjustment
AdjustmentsApigetSubscriptionAdjustmentsGET /v1/adjustmentsList all adjustments of the latest version subscription
AdjustmentsApipreviewBillingAdjustmentPOST /v1/adjustments/previewPreview an adjustment
AggregateQueriesApicreateBatchQueryPOST /v1/batch-query/Submit an aggregate query job
AggregateQueriesApideleteBatchQueryJobDELETE /v1/batch-query/jobs/{jobid}Cancel a running aggregate query job
AggregateQueriesApigetBatchQueryJobGET /v1/batch-query/jobs/{jobid}Retrieve an aggregate query job
ApiHealthApigetSystemHealthApiVolumeSummaryGET /system-health/api-requests/volume-summaryList API volume summary records
AttachmentsApideleteAttachmentsDELETE /v1/attachments/{attachment-id}Delete an attachment
AttachmentsApigetAttachmentsGET /v1/attachments/{attachment-id}Retrieve an attachment
AttachmentsApigetAttachmentsListGET /v1/attachments/{object-type}/{object-key}List attachments by object type and key
AttachmentsApipostAttachmentsPOST /v1/attachmentsCreate an attachment
AttachmentsApiputAttachmentsPUT /v1/attachments/{attachment-id}Update an attachment
BillRunApicancelBillRunPUT /v1/bill-runs/{billRunId}/cancelCancel a bill run
BillRunApicreateBillRunPOST /v1/bill-runsCreate a bill run
BillRunApideleteBillRunDELETE /v1/bill-runs/{billRunId}Delete a bill run
BillRunApiemailBillRunPOST /v1/bill-runs/{billRunKey}/emailsEmail billing documents generated from a bill run
BillRunApigetBillRunGET /v1/bill-runs/{billRunId}Retrieve a bill run
BillRunApipostBillRunPUT /v1/bill-runs/{billRunId}/postPost a bill run
BillRunHealthApigetSystemHealthBillingDocVolumeSummaryGET /system-health/billing-documents/volume-summaryList billing document volume summary records
BillingDocumentsApicreateBillingDocumentFilesDeletionJobPOST /v1/accounts/billing-documents/files/deletion-jobsCreate a job to hard delete billing document files
BillingDocumentsApigenerateBillingDocumentsPOST /v1/accounts/{key}/billing-documents/generateGenerate billing documents by account ID
BillingDocumentsApigetBillingDocumentFilesDeletionJobGET /v1/accounts/billing-documents/files/deletion-jobs/{jobId}Retrieve a job of hard deleting billing document files
BillingDocumentsApigetBillingDocumentsGET /v1/billing-documentsList billing documents for an account
BillingPreviewRunApicreateBillingPreviewRunPOST /v1/billing-preview-runsCreate a billing preview run
BillingPreviewRunApigetBillingPreviewRunGET /v1/billing-preview-runs/{billingPreviewRunId}Retrieve a billing preview run
BookingDateBackfillJobApigETBookingDateBackfillJobByIdGET /v1/uno/data-backfill/bookingdate/jobs/{jobId}Find BookingDate Backfill job by ID
BookingDateBackfillJobApigETListBookingDateBackfillJobsGET /v1/uno/data-backfill/bookingdate/jobsQuery all Booking Date Backfill Jobs
BookingDateBackfillJobApipOSTCreateBookingDateBackfillJobPOST /v1/uno/data-backfill/bookingdate/jobsCreate a new BookingDate Backfil job
BookingDateBackfillJobApipUTStopBookingDateBackfillJobByIdPUT /v1/uno/data-backfill/bookingdate/jobs/{jobId}Stop BookingDate Backfill job by ID
CatalogGroupsApicreateCatalogGroupPOST /v1/catalog-groupsCreate a catalog group
CatalogGroupsApideleteCatalogGroupDELETE /v1/catalog-groups/{catalog-group-key}Delete a catalog group
CatalogGroupsApigetCatalogGroupGET /v1/catalog-groups/{catalog-group-key}Retrieve a catalog group
CatalogGroupsApigetCatalogGroupsGET /v1/catalog-groupsList all catalog groups
CatalogGroupsApiupdateCatalogGroupPUT /v1/catalog-groups/{catalog-group-key}Update a catalog group
ContactSnapshotsApigetContactSnapshotGET /v1/contact-snapshots/{contact-snapshot-id}Retrieve a contact snapshot
ContactsApicreateContactPOST /v1/contactsCreate a contact
ContactsApideleteContactDELETE /v1/contacts/{contactId}Delete a contact
ContactsApigetContactGET /v1/contacts/{contactId}Retrieve a contact
ContactsApiscrubContactPUT /v1/contacts/{contactId}/scrubScrub a contact
ContactsApitransferContactPUT /v1/contacts/{contactId}/transferTransfer a contact
ContactsApiupdateContactPUT /v1/contacts/{contactId}Update a contact
CreditMemosApiapplyCreditMemoPUT /v1/credit-memos/{creditMemoKey}/applyApply a credit memo
CreditMemosApiapplyCreditMemoAsyncPUT /v1/credit-memos/{creditMemoKey}/apply-asyncAsync Apply a credit memo
CreditMemosApibulkCreateCreditMemosPOST /v1/credit-memos/bulkCreate credit memos
CreditMemosApibulkUpdateCreditMemosPUT /v1/credit-memos/bulkUpdate credit memos
CreditMemosApicancelAsyncCreditMemoPUT /v1/credit-memos/{creditMemoKey}/cancel-asyncCancel a Credit Memo in async
CreditMemosApicancelCreditMemoPUT /v1/credit-memos/{creditMemoKey}/cancelCancel a credit memo
CreditMemosApicreateCreditMemoFromChargePOST /v1/credit-memosCreate a credit memo from a charge
CreditMemosApicreateCreditMemoFromInvoicePOST /v1/credit-memos/invoice/{invoiceKey}Create a credit memo from an invoice
CreditMemosApicreateCreditMemoTaxationItemsPOST /v1/credit-memos/{creditMemoKey}/taxation-itemsCreate taxation items for a credit memo
CreditMemosApideleteCreditMemoDELETE /v1/credit-memos/{creditMemoKey}Delete a credit memo
CreditMemosApiemailCreditMemoPOST /v1/credit-memos/{creditMemoKey}/emailsEmail a credit memo
CreditMemosApigenerateCreditMemoPdfPOST /v1/credit-memos/{creditMemoKey}/pdfsGenerate a credit memo PDF file
CreditMemosApigetApplyCreditMemoAsyncJobGET /v1/credit-memos/apply-async-jobs/{applyAsyncJobId}Get Async Apply Credit Memo Job by Id
CreditMemosApigetCreditMemoGET /v1/credit-memos/{creditMemoKey}Retrieve a credit memo
CreditMemosApigetCreditMemoItemGET /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}Retrieve a credit memo item
CreditMemosApigetCreditMemoItemPartGET /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-parts/{itemPartId}Retrieve a credit memo part item
CreditMemosApigetCreditMemoItemPartsGET /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-partsList all credit memo part items
CreditMemosApigetCreditMemoItemsGET /v1/credit-memos/{creditMemoKey}/itemsList credit memo items
CreditMemosApigetCreditMemoPartGET /v1/credit-memos/{creditMemoKey}/parts/{partId}Retrieve a credit memo part
CreditMemosApigetCreditMemoPartsGET /v1/credit-memos/{creditMemoKey}/partsList all parts of a credit memo
CreditMemosApigetCreditMemoPdfStatusGET /v1/credit-memos/pdf-statusRetrieve PDF status of credit memos in a batch.
CreditMemosApigetCreditMemosGET /v1/credit-memosList credit memos
CreditMemosApigetTaxationItemsOfCreditMemoItemGET /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}/taxation-itemsList all taxation items of a credit memo item
CreditMemosApigetUnapplyCreditMemoAsyncJobGET /v1/credit-memos/unapply-async-jobs/{unapplyAsyncJobId}Get Async Unapply Credit Memo Job by Id
CreditMemosApipostAsyncCreditMemoPUT /v1/credit-memos/{creditMemoKey}/post-asyncPost a Credit Memo in async
CreditMemosApipostCreditMemoPUT /v1/credit-memos/{creditMemoKey}/postPost a credit memo
CreditMemosApirefundCreditMemoPOST /v1/credit-memos/{creditMemoKey}/refundRefund a credit memo
CreditMemosApireverseCreditMemoPUT /v1/credit-memos/{creditMemoKey}/reverseReverse a credit memo
CreditMemosApiunapplyCreditMemoPUT /v1/credit-memos/{creditMemoKey}/unapplyUnapply a credit memo
CreditMemosApiunapplyCreditMemoAsyncPUT /v1/credit-memos/{creditMemoKey}/unapply-asyncAsync Unapply a credit memo
CreditMemosApiunpostCreditMemoPUT /v1/credit-memos/{creditMemoKey}/unpostUnpost a credit memo
CreditMemosApiupdateCreditMemoPUT /v1/credit-memos/{creditMemoKey}Update a credit memo
CreditMemosApiuploadFileForCreditMemoPOST /v1/credit-memos/{creditMemoKey}/filesUpload a file for a credit memo
CreditMemosApiwriteOffCreditMemoPUT /v1/credit-memos/{creditMemoKey}/write-offWrite off a credit memo
CustomEventTriggersApideleteEventTriggerDELETE /events/event-triggers/{id}Delete an event trigger
CustomEventTriggersApigetEventTriggerGET /events/event-triggers/{id}Retrieve an event trigger
CustomEventTriggersApigetEventTriggersGET /events/event-triggersList event triggers
CustomEventTriggersApipostEventTriggerPOST /events/event-triggersCreate an event trigger
CustomEventTriggersApiputEventTriggerPUT /events/event-triggers/{id}Update an event trigger
CustomExchangeRatesApigetCustomExchangeRatesGET /v1/custom-exchange-rates/{currency}List custom exchange rates by currency
CustomObjectDefinitionsApideleteCustomObjectDefinitionByTypeDELETE /objects/definitions/default/{object}Delete a custom object definition
CustomObjectDefinitionsApigetAllCustomObjectDefinitionsInNamespaceGET /objects/definitions/defaultList custom object definitions
CustomObjectDefinitionsApigetCustomObjectDefinitionByTypeGET /objects/definitions/default/{object}Retrieve a custom object definition
CustomObjectDefinitionsApipostCustomObjectDefinitionsPOST /objects/definitions/defaultCreate custom object definitions
CustomObjectDefinitionsApipostUpdateCustomObjectDefinitionPOST /objects/migrationsUpdate a custom object definition
CustomObjectJobsApigetAllCustomObjectBulkJobsGET /objects/jobsList all custom object bulk jobs
CustomObjectJobsApigetCustomObjectBulkJobGET /objects/jobs/{id}Retrieve a custom object bulk job
CustomObjectJobsApigetCustomObjectBulkJobErrorsGET /objects/jobs/{id}/errorsList all errors for a custom object bulk job
CustomObjectJobsApipATCHCustomObjectBulkJobPATCH /objects/jobs/{id}/cancelCancel a custom object bulk job
CustomObjectJobsApipostCustomObjectBulkJobPOST /objects/jobsSubmit a custom object bulk job
CustomObjectJobsApipostUploadFileForCustomObjectBulkJobPOST /objects/jobs/{id}/filesUpload a file for a custom object bulk job
CustomObjectRecordsApideleteCustomObjectRecordByIDDELETE /objects/records/default/{object}/{id}Delete a custom object record
CustomObjectRecordsApigetAllRecordsForCustomObjectTypeGET /objects/records/default/{object}List records for a custom object
CustomObjectRecordsApigetCustomObjectRecordByIDGET /objects/records/default/{object}/{id}Retrieve a custom object record
CustomObjectRecordsApipatchPartialUpdateCustomObjectRecordPATCH /objects/records/default/{object}/{id}Partially update a custom object record
CustomObjectRecordsApipostCustomObjectRecordsPOST /objects/records/default/{object}Create custom object records
CustomObjectRecordsApipostCustomObjectRecordsBatchUpdateOrDeletePOST /objects/batch/default/{object}Update or delete custom object records
CustomObjectRecordsApiputCustomObjectRecordPUT /objects/records/default/{object}/{id}Update a custom object record
CustomPaymentMethodTypesApicreateOpenPaymentMethodTypePOST /open-payment-method-typesCreate a draft custom payment method type
CustomPaymentMethodTypesApigetOpenPaymentMethodTypeRevisionGET /open-payment-method-types/{paymentMethodTypeName}/draft/{revisionNumber}Retrieve a specific draft revision of a custom payment method type
CustomPaymentMethodTypesApigetPublishedOpenPaymentMethodTypeGET /open-payment-method-types/{paymentMethodTypeName}/publishedRetrieve a published custom payment method type
CustomPaymentMethodTypesApipublishOpenPaymentMethodTypePUT /open-payment-method-types/publish/{paymentMethodTypeName}Publish a custom payment method type
CustomPaymentMethodTypesApiupdateOpenPaymentMethodTypePUT /open-payment-method-types/{paymentMethodTypeName}Update a custom payment method type
CustomScheduledEventsApideleteScheduledEventByIDDELETE /events/scheduled-events/{id}Delete a scheduled event by ID
CustomScheduledEventsApigetScheduledEventByIDGET /events/scheduled-events/{id}Retrieve a scheduled event by ID
CustomScheduledEventsApigetScheduledEventsGET /events/scheduled-eventsList all scheduled events
CustomScheduledEventsApipostScheduledEventPOST /events/scheduled-eventsCreate a scheduled event
CustomScheduledEventsApiupdateScheduledEventByIDPUT /events/scheduled-events/{id}Update a scheduled event by ID
DataBackfillJobApigETDataBackfillJobByIdGET /v1/uno/data-backfill/jobs/{jobId}Find Data Backfill job by ID
DataBackfillJobApigETDataBackfillTemplateGET /v1/uno/data-backfill/jobs/{type}/templateDownload a Data Backfill template file
DataBackfillJobApigETListDataBackfillJobsGET /v1/uno/date-backfill/listjobsQuery all data backfill jobs
DataBackfillJobApipOSTCreateDataBackfillJobPOST /v1/uno/data-backfill/jobsCreate a new Data Backfil job
DataBackfillJobApipUTStopDataBackfillJobByIdPUT /v1/uno/data-backfill/jobs/{jobId}Stop Data Backfill job by ID
DataLabelingApigetDataLabelingJobGET /v1/multi-organizations/data-labeling-job/{job-id}Retrieve a data labeling job
DataLabelingApisubmitDataLabelingJobPOST /v1/multi-organizations/data-labeling-jobSubmit a data labeling job
DataQueriesApideleteDataQueryJobDELETE /query/jobs/{job-id}Cancel a data query job
DataQueriesApigetDataQueryJobGET /query/jobs/{job-id}Retrieve a data query job
DataQueriesApigetDataQueryJobsGET /query/jobsList data query jobs
DataQueriesApipostDataQueryJobPOST /query/jobsSubmit a data query
DebitMemosApibulkCreateDebitMemosPOST /v1/debit-memos/bulkCreate debit memos
DebitMemosApibulkUpdateDebitMemosPUT /v1/debit-memos/bulkUpdate debit memos
DebitMemosApicancelAsyncDebitMemoPUT /v1/debit-memos/{debitMemoKey}/cancel-asyncCancel a debit memo in async
DebitMemosApicancelDebitMemoPUT /v1/debit-memos/{debitMemoKey}/cancelCancel a debit memo
DebitMemosApicollectDebitMemoPOST /v1/debit-memos/{debitMemoKey}/collectCollect a posted debit memo
DebitMemosApicreateDebitMemoFromChargePOST /v1/debit-memosCreate a debit memo from a charge
DebitMemosApicreateDebitMemoFromInvoicePOST /v1/debit-memos/invoice/{invoiceKey}Create a debit memo from an invoice
DebitMemosApicreateTaxationItemsForDebitMemoPOST /v1/debit-memos/{debitMemoKey}/taxation-itemsCreate taxation items for a debit memo
DebitMemosApideleteDebitMemoDELETE /v1/debit-memos/{debitMemoKey}Delete a debit memo
DebitMemosApiemailDebitMemoPOST /v1/debit-memos/{debitMemoKey}/emailsEmail a debit memo
DebitMemosApigenerateDebitMemoPdfPOST /v1/debit-memos/{debitMemoKey}/pdfsGenerate a debit memo PDF file
DebitMemosApigetDebitMemoGET /v1/debit-memos/{debitMemoKey}Retrieve a debit memo
DebitMemosApigetDebitMemoApplicationPartsGET /v1/debit-memos/{debitMemoKey}/application-partsList all application parts of a debit memo
DebitMemosApigetDebitMemoItemGET /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}Retrieve a debit memo item
DebitMemosApigetDebitMemoItemsGET /v1/debit-memos/{debitMemoKey}/itemsList debit memo items
DebitMemosApigetDebitMemoPdfStatusGET /v1/debit-memos/pdf-statusRetrieve PDF status of debit memos in a batch.
DebitMemosApigetDebitMemosGET /v1/debit-memosList debit memos
DebitMemosApigetTaxationItemsOfDebitMemoItemGET /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}/taxation-itemsList all taxation items of a debit memo item
DebitMemosApipostAsyncDebitMemoPUT /v1/debit-memos/{debitMemoKey}/post-asyncPost a debit memo in async
DebitMemosApipostDebitMemoPUT /v1/debit-memos/{debitMemoKey}/postPost a debit memo
DebitMemosApiunpostDebitMemoPUT /v1/debit-memos/{debitMemoKey}/unpostUnpost a debit memo
DebitMemosApiupdateDebitMemoPUT /v1/debit-memos/{debitMemoKey}Update a debit memo
DebitMemosApiupdateDebitMemosDueDatesPUT /v1/debit-memosUpdate due dates for debit memos
DebitMemosApiuploadFileForDebitMemoPOST /v1/debit-memos/{debitMemoKey}/filesUpload a file for a debit memo
DebitMemosApiwriteOffDebitMemoPUT /v1/debitmemos/{debitMemoKey}/write-offWrite off an debit memo
DeploymentApicompareAndDeployProductCatalogTemplatePOST /deployment-manager/deployments/template/product_catalogCompare and deploy a template for product catalog to a target tenant
DeploymentApicompareAndDeployProductCatalogTenantPOST /deployment-manager/deployments/tenant/product_catalogCompare and deploy product catalog between a source tenant and a target tenant
DeploymentApicompareAndDeployTemplatePOST /deployment-manager/deployments/templatesCompare and deploy settings from a template to a target tenant
DeploymentApicompareAndDeployTenantPOST /deployment-manager/deployments/tenantsCompare and deploy settings between a source tenant and a target tenant
DeploymentApiretrieveDeploymentGET /deployment-manager/deployments/{migrationId}Retrieve a deployment log
DeploymentApirevertDeploymentPOST /deployment-manager/deployments/{migrationId}/revertRevert the deployment
DeploymentConfigurationTemplatesApicompareTemplatePOST /deployment-manager/deployment_artifacts/compareCompare settings between a source tenant and a target tenant
DeploymentConfigurationTemplatesApicreateDeploymentTemplatePOST /deployment-manager/deployment_templatesCreate a deployment template
DeploymentConfigurationTemplatesApideleteDeploymentTemplateDELETE /deployment-manager/deployment_templates/{id}Delete a template
DeploymentConfigurationTemplatesApidownloadDeploymentTemplateGET /deployment-manager/deployment_artifactsDownload a template
DeploymentConfigurationTemplatesApigetDeploymentTemplateDetailGET /deployment-manager/deployment_templates/{id}List all details of a template
DeploymentConfigurationTemplatesApigetDeploymentTemplatesGET /deployment-manager/deployment_templatesList all templates
DeploymentConfigurationTemplatesApigetSourceComponentDetailsGET /deployment-manager/deployment_artifacts/retrieve-settingsList all details of source components
DeploymentConfigurationTemplatesApimigrateTenantSettingsPOST /deployment-manager/deployment_artifacts/deployMigrate settings from source tenant to target tenant
DescribeApigetDescribeGET /v1/describe/{object}Describe an object
EInvoicingApideleteBusinessRegionDELETE /v1/e-invoice/business-regions/{key}Delete a Business Region
EInvoicingApideleteServiceProviderDELETE /v1/e-invoice/service-providers/{key}Delete a Service Provider
EInvoicingApigetBusinessRegionGET /v1/e-invoice/business-regions/{key}Retrieve a Business Region
EInvoicingApigetBusinessRegionsGET /v1/e-invoice/business-regionsList business region
EInvoicingApigetServiceProviderGET /v1/e-invoice/service-providers/{key}Retrieve a service provider
EInvoicingApigetServiceProvidersGET /v1/e-invoice/service-providersList service providers
EInvoicingApipostBusinessRegionPOST /v1/e-invoice/business-regionsPost a business region
EInvoicingApipostServiceProviderPOST /v1/e-invoice/service-providersPost a service provider
EInvoicingApiupdateBusinessRegionPUT /v1/e-invoice/business-regions/{key}Update a business region
EInvoicingApiupdateServiceProviderPUT /v1/e-invoice/service-providers/{key}Update a service provider
ElectronicPaymentsHealthApigetSystemHealthPaymentVolumeSummaryGET /system-health/payments/volume-summaryList payment volume summary records
FilesApigetFilesGET /v1/files/{file-id}Retrieve a file
FulfillmentsApicreateFulfillmentPOST /v1/fulfillmentsCreate fulfillments
FulfillmentsApicreateFulfillmentItemPOST /v1/fulfillment-itemsCreate fulfillment items
FulfillmentsApideleteFulfillmentDELETE /v1/fulfillments/{key}Delete a fulfillment
FulfillmentsApideleteFulfillmentItemDELETE /v1/fulfillment-items/{id}Delete a fulfillment item
FulfillmentsApigetFulfillmentGET /v1/fulfillments/{key}Retrieve a fulfillment
FulfillmentsApigetFulfillmentItemGET /v1/fulfillment-items/{id}Retrieve a fulfillment item
FulfillmentsApiupdateFulfillmentPUT /v1/fulfillments/{key}Update a fulfillment
FulfillmentsApiupdateFulfillmentItemPUT /v1/fulfillment-items/{id}Update a fulfillment item
HostedPagesApigetHostedPagesGET /v1/hostedpagesList hosted pages
ImportsApiobjectGetImportGET /v1/object/import/{id}CRUD: Retrieve an import
ImportsApiobjectPostImportPOST /v1/object/importCRUD: Create an import
InvoiceSchedulesApiattachInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/attachAttach an invoice schedule
InvoiceSchedulesApicreateInvoiceSchedulePOST /v1/invoice-schedulesCreate an invoice schedule
InvoiceSchedulesApideleteInvoiceScheduleDELETE /v1/invoice-schedules/{scheduleKey}Delete an invoice schedule
InvoiceSchedulesApidetachInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/detachDetach an invoice schedule
InvoiceSchedulesApiexecuteInvoiceSchedulePOST /v1/invoice-schedules/{scheduleKey}/executeExecute an invoice schedule
InvoiceSchedulesApigetInvoiceScheduleGET /v1/invoice-schedules/{scheduleKey}Retrieve an invoice schedule
InvoiceSchedulesApipauseInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/pausePause an invoice schedule
InvoiceSchedulesApiresumeInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/resumeResume an invoice schedule
InvoiceSchedulesApiupdateInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}Update an invoice schedule
InvoicesApibulkCreateStandaloneInvoicesPOST /v1/invoices/batchCreate standalone invoices
InvoicesApibulkPostInvoicesPOST /v1/invoices/bulk-postPost invoices
InvoicesApibulkUpdateInvoicesPUT /v1/invoicesUpdate invoices
InvoicesApicancelInvoicePUT /v1/invoices/{invoiceKey}/cancelCancel an invoice
InvoicesApicreateInvoiceTaxationItemsPOST /v1/invoices/{invoiceKey}/taxation-itemsCreate taxation items for an invoice
InvoicesApicreateStandaloneInvoicePOST /v1/invoicesCreate a standalone invoice
InvoicesApideleteInvoiceDELETE /v1/invoices/{invoiceKey}Delete an invoice
InvoicesApiemailInvoicePOST /v1/invoices/{invoiceKey}/emailsEmail an invoice
InvoicesApigetInvoiceGET /v1/invoices/{invoiceKey}Retrieve an invoice
InvoicesApigetInvoiceApplicationPartsGET /v1/invoices/{invoiceKey}/application-partsList all application parts of an invoice
InvoicesApigetInvoiceFilesGET /v1/invoices/{invoiceKey}/filesList all files of an invoice
InvoicesApigetInvoiceItemsGET /v1/invoices/{invoiceKey}/itemsList all items of an invoice
InvoicesApigetInvoicePdfStatusGET /v1/invoices/pdf-statusRetrieve PDF status of invoices in a batch.
InvoicesApigetTaxationItemsOfInvoiceItemGET /v1/invoices/{invoiceKey}/items/{itemId}/taxation-itemsList all taxation items of an invoice item
InvoicesApipostInvoicePUT /v1/invoices/{invoiceKey}/postCancel an invoice
InvoicesApireverseInvoicePUT /v1/invoices/{invoiceKey}/reverseReverse an invoice
InvoicesApiupdateInvoicePUT /v1/invoices/{invoiceKey}Update an invoice
InvoicesApiuploadFileForInvoicePOST /v1/invoices/{invoiceKey}/filesUpload a file for an invoice
InvoicesApiwriteOffInvoicePUT /v1/invoices/{invoiceKey}/write-offWrite off an invoice
JournalRunsApicancelJournalRunPUT /v1/journal-runs/{jr-number}/cancelCancel a journal run
JournalRunsApicreateJournalRunPOST /v1/journal-runsCreate a journal run
JournalRunsApideleteJournalRunDELETE /v1/journal-runs/{jr-number}Delete a journal run
JournalRunsApigetJournalRunGET /v1/journal-runs/{jr-number}Retrieve a journal run
MassUpdaterApicreateMassUpdaterPOST /v1/bulkPerform a mass action
MassUpdaterApigetMassUpdaterGET /v1/bulk/{bulk-key}List all results of a mass action
MassUpdaterApistopMassUpdaterPUT /v1/bulk/{bulk-key}/stopStop a mass action
NotificationsApicreateNotificationDefinitionPOST /notifications/notification-definitionsCreate a notification definition
NotificationsApicreateOrUpdateEmailTemplatesPOST /notifications/email-templates/importCreate or update email templates
NotificationsApideleteEmailTemplateDELETE /notifications/email-templates/{id}Delete an email template
NotificationsApideleteNotificationDefinitionDELETE /notifications/notification-definitions/{id}Delete a notification definition
NotificationsApideleteNotificationHistoryForAccountDELETE /notifications/historyDelete notification histories for an account
NotificationsApigetCalloutHistoryGET /v1/notification-history/calloutList callout notification histories
NotificationsApigetEmailHistoryGET /v1/notification-history/emailList email notification histories
NotificationsApigetEmailTemplateGET /notifications/email-templates/{id}Retrieve an email template
NotificationsApigetNotificationDefinitionGET /notifications/notification-definitions/{id}Retrieve a notification definition
NotificationsApigetNotificationHistoryDeletionTaskGET /notifications/history/tasks/{id}Retrieve a notification history deletion task
NotificationsApipostCreateEmailTemplatePOST /notifications/email-templatesCreate an email template
NotificationsApiqueryEmailTemplatesGET /notifications/email-templatesList email templates
NotificationsApiqueryNotificationDefinitionsGET /notifications/notification-definitionsList notification definitions
NotificationsApiresendCalloutNotificationsPOST /notifications/callout-histories/resendResend callout notifications
NotificationsApiresendEmailNotificationsPOST /notifications/email-histories/resendResend email notifications
NotificationsApiupdateEmailTemplatePUT /notifications/email-templates/{id}Update an email template
NotificationsApiupdateNotificationDefinitionPUT /notifications/notification-definitions/{id}Update a notification definition
OAuthApicreateTokenPOST /oauth/tokenCreate an OAuth token
ObjectQueriesApiqueryAccountByKeyGET /object-query/accounts/{key}Retrieve an account
ObjectQueriesApiqueryAccountsGET /object-query/accountsList accounts
ObjectQueriesApiqueryAmendmentByKeyGET /object-query/amendments/{key}Retrieve an amendment
ObjectQueriesApiqueryAmendmentsGET /object-query/amendmentsList amendments
ObjectQueriesApiqueryBillingRunByKeyGET /object-query/billing-runs/{key}Retrieve a bill run
ObjectQueriesApiqueryBillingRunsGET /object-query/billing-runsList bill runs
ObjectQueriesApiqueryContactByKeyGET /object-query/contacts/{key}Retrieve a contact
ObjectQueriesApiqueryContactsGET /object-query/contactsList contacts
ObjectQueriesApiqueryCreditMemoApplicationByKeyGET /object-query/credit-memo-applications/{key}Retrieve a credit memo application
ObjectQueriesApiqueryCreditMemoApplicationsGET /object-query/credit-memo-applicationsList credit memo applications
ObjectQueriesApiqueryCreditMemoByKeyGET /object-query/credit-memos/{key}Retrieve a credit memo
ObjectQueriesApiqueryCreditMemoItemByKeyGET /object-query/credit-memo-items/{key}Retrieve a credit memo item
ObjectQueriesApiqueryCreditMemoItemsGET /object-query/credit-memo-itemsList credit memo items
ObjectQueriesApiqueryCreditMemosGET /object-query/credit-memosList credit memos
ObjectQueriesApiqueryCustomObjectBykeyGET /object-query/{custom-object-name}/{key}Retrieve a custom object
ObjectQueriesApiqueryCustomObjectsGET /object-query/{custom-object-name}List custom objects
ObjectQueriesApiqueryDailyConsumptionSummaryByKeyGET /object-query/daily-consumption-summaries/{key}Retrieve a daily consumption summary
ObjectQueriesApiqueryDailyConsumptionSummarysGET /object-query/daily-consumption-summariesList daily consumption summaries
ObjectQueriesApiqueryDebitMemoByKeyGET /object-query/debit-memos/{key}Retrieve a debit memo
ObjectQueriesApiqueryDebitMemoItemByKeyGET /object-query/debit-memo-items/{key}Retrieve a debit memo item
ObjectQueriesApiqueryDebitMemoItemsGET /object-query/debit-memo-itemsList debit memo items
ObjectQueriesApiqueryDebitMemosGET /object-query/debit-memosList debit memos
ObjectQueriesApiqueryInvoiceByKeyGET /object-query/invoices/{key}Retrieve an invoice
ObjectQueriesApiqueryInvoiceItemByKeyGET /object-query/invoice-items/{key}Retrieve an invoice item
ObjectQueriesApiqueryInvoiceItemsGET /object-query/invoice-itemsList invoice items
ObjectQueriesApiqueryInvoicesGET /object-query/invoicesList invoices
ObjectQueriesApiqueryInvoiceScheduleByKeyGET /object-query/invoice-schedules/{key}Retrieve an invoice schedule
ObjectQueriesApiqueryInvoiceSchedulesGET /object-query/invoice-schedulesList invoice schedules
ObjectQueriesApiqueryOrderActionByKeyGET /object-query/order-actions/{key}Retrieve an order action
ObjectQueriesApiqueryOrderActionsGET /object-query/order-actionsList order actions
ObjectQueriesApiqueryOrderLineItemByKeyGET /object-query/order-line-items/{key}Retrieve an order line item
ObjectQueriesApiqueryOrderLineItemsGET /object-query/order-line-itemsList order line items
ObjectQueriesApiqueryOrdersByKeyGET /object-query/orders/{key}Retrieve an order
ObjectQueriesApiqueryOrderssGET /object-query/ordersList orders
ObjectQueriesApiqueryPaymentApplicationByKeyGET /object-query/payment-applications/{key}Retrieve a payment application
ObjectQueriesApiqueryPaymentApplicationsGET /object-query/payment-applicationsList payment applications
ObjectQueriesApiqueryPaymentByKeyGET /object-query/payments/{key}Retrieve a payment
ObjectQueriesApiqueryPaymentMethodByKeyGET /object-query/payment-methods/{key}Retrieve a payment method
ObjectQueriesApiqueryPaymentMethodSnapshotByKeyGET /object-query/payment-method-snapshots/{key}Retrieve a payment method snapshot
ObjectQueriesApiqueryPaymentMethodSnapshotsGET /object-query/payment-method-snapshotsList payment method snapshots
ObjectQueriesApiqueryPaymentMethodsGET /object-query/payment-methodsList payment methods
ObjectQueriesApiqueryPaymentRunByKeyGET /object-query/payment-runs/{key}Retrieve a payment run
ObjectQueriesApiqueryPaymentRunsGET /object-query/payment-runsList payment runs
ObjectQueriesApiqueryPaymentScheduleByKeyGET /object-query/payment-schedules/{key}Retrieve a payment schedule
ObjectQueriesApiqueryPaymentScheduleItemByKeyGET /object-query/payment-schedule-items/{key}Retrieve a payment schedule item
ObjectQueriesApiqueryPaymentScheduleItemsGET /object-query/payment-schedule-itemsList payment schedule items
ObjectQueriesApiqueryPaymentSchedulesGET /object-query/payment-schedulesList payment schedules
ObjectQueriesApiqueryPaymentsGET /object-query/paymentsList payments
ObjectQueriesApiqueryPrepaidBalanceByKeyGET /object-query/prepaid-balances/{key}Retrieve a prepaid balance
ObjectQueriesApiqueryPrepaidBalanceFundByKeyGET /object-query/prepaid-balance-funds/{key}Retrieve a prepaid balance fund
ObjectQueriesApiqueryPrepaidBalanceFundsGET /object-query/prepaid-balance-fundsList prepaid balance funds
ObjectQueriesApiqueryPrepaidBalanceTransactionByKeyGET /object-query/prepaid-balance-transactions/{key}Retrieve a prepaid balance transaction
ObjectQueriesApiqueryPrepaidBalanceTransactionsGET /object-query/prepaid-balance-transactionsList prepaid balance transactions
ObjectQueriesApiqueryPrepaidBalancesGET /object-query/prepaid-balancesList prepaid balances
ObjectQueriesApiqueryProcessedUsageByKeyGET /object-query/processed-usages/{key}Retrieve a processed usage record
ObjectQueriesApiqueryProcessedUsagesGET /object-query/processed-usagesList processed usage records
ObjectQueriesApiqueryProductByKeyGET /object-query/products/{key}Retrieve a product
ObjectQueriesApiqueryProductRatePlanByKeyGET /object-query/product-rate-plans/{key}Retrieve a product rate plan
ObjectQueriesApiqueryProductRatePlanChargeByKeyGET /object-query/product-rate-plan-charges/{key}Retrieve a product rate plan charge
ObjectQueriesApiqueryProductRatePlanChargeTierByKeyGET /object-query/product-rate-plan-charge-tiers/{key}Retrieve a product rate plan charge tier
ObjectQueriesApiqueryProductRatePlanChargeTiersGET /object-query/product-rate-plan-charge-tiersList product rate plan charge tiers
ObjectQueriesApiqueryProductRatePlanChargesGET /object-query/product-rate-plan-chargesList product rate plan charges
ObjectQueriesApiqueryProductRatePlansGET /object-query/product-rate-plansList product rate plans
ObjectQueriesApiqueryProductsGET /object-query/productsList products
ObjectQueriesApiqueryRatePlanByKeyGET /object-query/rate-plans/{key}Retrieve a rate plan
ObjectQueriesApiqueryRatePlanChargeByKeyGET /object-query/rate-plan-charges/{key}Retrieve a rate plan charge
ObjectQueriesApiqueryRatePlanChargeTierByKeyGET /object-query/rate-plan-charge-tiers/{key}Retrieve a rate plan charge tier
ObjectQueriesApiqueryRatePlanChargeTiersGET /object-query/rate-plan-charge-tiersList rate plan charge tiers
ObjectQueriesApiqueryRatePlanChargesGET /object-query/rate-plan-chargesList rate plan charges
ObjectQueriesApiqueryRatePlansGET /object-query/rate-plansList rate plans
ObjectQueriesApiqueryRatingDetailByKeyGET /object-query/rating-details/{key}Retrieve a rating detail
ObjectQueriesApiqueryRatingDetailsGET /object-query/rating-detailsList rating details
ObjectQueriesApiqueryRatingResultByKeyGET /object-query/rating-results/{key}Retrieve a rating result
ObjectQueriesApiqueryRatingResultsGET /object-query/rating-resultsList rating results
ObjectQueriesApiqueryRefundApplicationByKeyGET /object-query/refund-applications/{key}Retrieve a refund application
ObjectQueriesApiqueryRefundApplicationItemByKeyGET /object-query/refund-application-items/{key}Retrieve a refund application item
ObjectQueriesApiqueryRefundApplicationItemsGET /object-query/refund-application-itemsList refund application items
ObjectQueriesApiqueryRefundApplicationsGET /object-query/refund-applicationsList refund applications
ObjectQueriesApiqueryRefundByKeyGET /object-query/refunds/{key}Retrieve a refund
ObjectQueriesApiqueryRefundsGET /object-query/refundsList refunds
ObjectQueriesApiquerySubscriptionByKeyGET /object-query/subscriptions/{key}Retrieve a subscription
ObjectQueriesApiquerySubscriptionsGET /object-query/subscriptionsList subscriptions
ObjectQueriesApiquerySummaryStatementByKeyGET /object-query/summarystatements/{key}Retrieve a summary statement
ObjectQueriesApiquerySummaryStatementRunByKeyGET /object-query/summarystatementruns/{key}Retrieve a summary statement run
ObjectQueriesApiquerySummaryStatementRunsGET /object-query/summarystatementrunsList summary statement runs
ObjectQueriesApiquerySummaryStatementsGET /object-query/summarystatementsList summary statements
ObjectQueriesApiqueryTaxationItemByKeyGET /object-query/taxation-items/{key}Retrieve a taxation item
ObjectQueriesApiqueryTaxationItemsGET /object-query/taxation-itemsList taxation items
ObjectQueriesApiqueryUsageByKeyGET /object-query/usages/{key}Retrieve a usage record
ObjectQueriesApiqueryUsagesGET /object-query/usagesList usage records
ObjectQueriesApiqueryValidityPeriodSummaryByKeyGET /object-query/validity-period-summaries/{key}Retrieve a validity period summary
ObjectQueriesApiqueryValidityPeriodSummarysGET /object-query/validity-period-summariesList validity period summaries
OmniChannelSubscriptionsApicreateOmniChannelSubscriptionPOST /v1/omni-channel-subscriptionsCreate a subscription
OmniChannelSubscriptionsApideleteOmniChannelSubscriptionDELETE /v1/omni-channel-subscriptions/{subscriptionKey}Delete an Omni Channel Subscription
OmniChannelSubscriptionsApigetOmniChannelSubscriptionGET /v1/omni-channel-subscriptions/{subscriptionKey}Retrieve an Omni Channel Subscription
OperationsApicreateBillingPreviewPOST /v1/operations/billing-previewGenerate a billing preview
OperationsApicreateBulkPDFToZIPGenerationPOST /v1/operations/bulk-pdfExport bulk PDF files
OperationsApicreateInvoiceCollectPOST /v1/operations/invoice-collectInvoice and collect
OperationsApigetBulkPDFToZIPGenerationGET /v1/operations/bulk-pdf/{jobId}Retrieve information of a bulk PDF file generation job
OperationsApigetOperationJobGET /v1/operations/jobs/{jobId}Retrieve an operation job
OrderActionsApiupdateOrderActionPUT /v1/orderActions/{id}Update an order action
OrderLineItemsApigetOrderLineItemGET /v1/order-line-items/{itemId}Retrieve an order line item
OrderLineItemsApiupdateOrderLineItemPUT /v1/order-line-items/{itemId}Update an order line item
OrderLineItemsApiupdateOrderLineItemsPOST /v1/order-line-items/bulkUpdate order line items
OrdersApiactivateOrderPUT /v1/orders/{orderNumber}/activateActivate an order
OrdersApicancelOrderPUT /v1/orders/{orderNumber}/cancelCancel an order
OrdersApicreateOrderPOST /v1/ordersCreate an order
OrdersApicreateOrderAsynchronouslyPOST /v1/async/ordersCreate an order asynchronously
OrdersApideleteOrderDELETE /v1/orders/{orderNumber}Delete an order
OrdersApideleteOrderAsynchronouslyDELETE /v1/async/orders/{orderNumber}Async delete an order
OrdersApigetJobStatusAndResponseGET /v1/async-jobs/{jobId}Retrieve the status and response of a job
OrdersApigetOrderGET /v1/orders/{orderNumber}Retrieve an order
OrdersApigetOrdersGET /v1/ordersList orders
OrdersApigetOrdersByInvoiceOwnerGET /v1/orders/invoiceOwner/{accountNumber}List orders of an invoice owner
OrdersApigetOrdersBySubscriptionNumberGET /v1/orders/subscription/{subscriptionNumber}List orders by subscription number
OrdersApigetOrdersBySubscriptionOwnerGET /v1/orders/subscriptionOwner/{accountNumber}List orders of a subscription owner
OrdersApigetPendingOrdersBySubscriptionNumberGET /v1/orders/subscription/{subscription-key}/pendingList pending orders by subscription number
OrdersApipreviewOrderPOST /v1/orders/previewPreview an order
OrdersApipreviewOrderAsynchronouslyPOST /v1/async/orders/previewPreview an order asynchronously
OrdersApirevertOrderPOST /v1/orders/{orderNumber}/revertRevert an order
OrdersApiupdateOrderPUT /v1/orders/{orderNumber}Update an order
OrdersApiupdateOrderCustomFieldsPUT /v1/orders/{orderNumber}/customFieldsUpdate order custom fields
OrdersApiupdateOrderTriggerDatesPUT /v1/orders/{orderNumber}/triggerDatesUpdate order action trigger dates
OrdersApiupdateSubscriptionCustomFieldsPUT /v1/subscriptions/{subscriptionNumber}/customFieldsUpdate subscription custom fields
PaymentAuthorizationApicancelAuthorizationPOST /v1/payment-methods/{payment-method-id}/voidAuthorizeCancel authorization
PaymentAuthorizationApicreateAuthorizationPOST /v1/payment-methods/{payment-method-id}/authorizeCreate authorization
PaymentGatewayReconciliationApireconcileRefundPOST /v1/refunds/{refund-key}/reconcileReconcile a refund
PaymentGatewayReconciliationApirejectPaymentPOST /v1/gateway-settlement/payments/{payment-key}/rejectReject a payment
PaymentGatewayReconciliationApireversePaymentPOST /v1/gateway-settlement/payments/{payment-key}/chargebackReverse a payment
PaymentGatewayReconciliationApisettlePaymentPOST /v1/gateway-settlement/payments/{payment-key}/settleSettle a payment
PaymentGatewaysApicreatePredebitNotificationPOST /v1/payment-gateways/pre-debit-notificationTrigger a pre-debit notification
PaymentGatewaysApigetPaymentGatewaysGET /v1/payment-gatewaysList all payment gateways
PaymentMethodSnapshotsApigetPaymentMethodSnapshotGET /v1/object/payment-method-snapshot/{id}CRUD: Retrieve a payment method snapshot
PaymentMethodTransactionLogsApigetPaymentMethodTransactionLogGET /v1/object/payment-method-transaction-log/{id}CRUD: Retrieve a payment method transaction log
PaymentMethodUpdaterApicreatePaymentMethodUpdaterBatchPOST /v1/payment-method-updaters/batchesCreate a Payment Method Updater batch asynchronously
PaymentMethodUpdaterApigetPaymentMethodUpdaterInstancesGET /v1/payment-method-updatersList payment method updater instances
PaymentMethodsApicancelStoredCredentialProfilePOST /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/cancelCancel a stored credential profile
PaymentMethodsApicreatePaymentMethodPOST /v1/payment-methodsCreate a payment method
PaymentMethodsApicreatePaymentSessionPOST /web-payments/sessionsCreate a payment session
PaymentMethodsApicreateStoredCredentialProfilePOST /v1/payment-methods/{payment-method-id}/profilesCreate a stored credential profile
PaymentMethodsApidecryptPaymentMethodPOST /v1/payment-methods/decryptionCreate an Apple Pay payment method
PaymentMethodsApideletePaymentMethodDELETE /v1/payment-methods/{payment-method-id}Delete a payment method
PaymentMethodsApiexpireStoredCredentialProfilePOST /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/expireExpire a stored credential profile
PaymentMethodsApigetPaymentMethodGET /v1/payment-methods/{payment-method-id}Retrieve a payment method
PaymentMethodsApigetStoredCredentialProfilesGET /v1/payment-methods/{payment-method-id}/profilesList stored credential profiles of a payment method
PaymentMethodsApiscrubPaymentMethodPUT /v1/payment-methods/{payment-method-id}/scrubScrub a payment method
PaymentMethodsApiupdatePaymentMethodPUT /v1/payment-methods/{payment-method-id}Update a payment method
PaymentMethodsApiverifyPaymentMethodPUT /v1/payment-methods/{payment-method-id}/verifyVerify a payment method
PaymentRunsApicreatePaymentRunPOST /v1/payment-runsCreate a payment run
PaymentRunsApideletePaymentRunDELETE /v1/payment-runs/{paymentRunKey}Delete a payment run
PaymentRunsApigetPaymentRunGET /v1/payment-runs/{paymentRunKey}Retrieve a payment run
PaymentRunsApigetPaymentRunDataGET /v1/payment-runs/{paymentRunKey}/dataRetrieve payment run data
PaymentRunsApigetPaymentRunSummaryGET /v1/payment-runs/{paymentRunKey}/summaryRetrieve a payment run summary
PaymentRunsApigetPaymentRunsGET /v1/payment-runsList payment runs
PaymentRunsApiupdatePaymentRunPUT /v1/payment-runs/{paymentRunKey}Update a payment run
PaymentSchedulesApiaddItemsToCustomPaymentSchedulePOST /v1/payment-schedules/{paymentScheduleKey}/itemsAdd payment schedule items to a custom payment schedule
PaymentSchedulesApicancelPaymentSchedulePUT /v1/payment-schedules/{paymentScheduleKey}/cancelCancel a payment schedule
PaymentSchedulesApicancelPaymentScheduleItemPUT /v1/payment-schedule-items/{item-id}/cancelCancel a payment schedule item
PaymentSchedulesApicreatePaymentSchedulePOST /v1/payment-schedulesCreate a payment schedule
PaymentSchedulesApicreatePaymentSchedulesPOST /v1/payment-schedules/batchCreate multiple payment schedules at once
PaymentSchedulesApigetPaymentScheduleGET /v1/payment-schedules/{paymentScheduleKey}Retrieve a payment schedule
PaymentSchedulesApigetPaymentScheduleItemGET /v1/payment-schedule-items/{item-id}Retrieve a payment schedule item
PaymentSchedulesApigetPaymentScheduleStatisticGET /v1/payment-schedules/statistics/{yyyy-mm-dd}Retrieve payment schedule statistic of a date
PaymentSchedulesApigetPaymentSchedulesGET /v1/payment-schedulesList payment schedules by customer account
PaymentSchedulesApiretryPaymentScheduleItemPOST /v1/payment-schedule-items/retry-paymentRetry failed payment schedule items
PaymentSchedulesApiskipPaymentScheduleItemPUT /v1/payment-schedule-items/{item-id}/skipSkip a payment schedule item
PaymentSchedulesApiupdatePaymentSchedulePUT /v1/payment-schedules/{paymentScheduleKey}Update a payment schedule
PaymentSchedulesApiupdatePaymentScheduleItemPUT /v1/payment-schedule-items/{item-id}Update a payment schedule item
PaymentSchedulesApiupdatePaymentSchedulePreviewPUT /v1/payment-schedules/{paymentScheduleKey}/previewPreview the result of payment schedule updates
PaymentTransactionLogsApigetPaymentTransactionLogGET /v1/object/payment-transaction-log/{id}CRUD: Retrieve a payment transaction log
PaymentsApiapplyPaymentPUT /v1/payments/{paymentKey}/applyApply a payment
PaymentsApicancelPaymentPUT /v1/payments/{paymentKey}/cancelCancel a payment
PaymentsApicreatePaymentPOST /v1/paymentsCreate a payment
PaymentsApicreateRefundPaymentPOST /v1/payments/{paymentKey}/refundsRefund a payment
PaymentsApideletePaymentDELETE /v1/payments/{paymentKey}Delete a payment
PaymentsApigetPaymentGET /v1/payments/{paymentKey}Retrieve a payment
PaymentsApigetPaymentItemPartGET /v1/payments/{paymentKey}/parts/{partId}/item-parts/{itemPartId}Retrieve a payment part item
PaymentsApigetPaymentItemPartsGET /v1/payments/{paymentKey}/parts/{partId}/item-partsList all payment part items
PaymentsApigetPaymentPartGET /v1/payments/{paymentKey}/parts/{partId}Retrieve a payment part
PaymentsApigetPaymentPartsGET /v1/payments/{paymentKey}/partsList all parts of a payment
PaymentsApigetRetrieveAllPaymentsGET /v1/paymentsList payments
PaymentsApirefundPaymentwithAutoUnapplyPOST /v1/payments/{paymentKey}/refunds/unapplyRefund a payment with auto-unapplying
PaymentsApitransferPaymentPUT /v1/payments/{paymentKey}/transferTransfer a payment
PaymentsApiunapplyPaymentPUT /v1/payments/{paymentKey}/unapplyUnapply a payment
PaymentsApiupdatePaymentPUT /v1/payments/{paymentId}Update a payment
ProductRatePlanChargeTiersApigetProductRatePlanChargeTierGET /v1/object/product-rate-plan-charge-tier/{id}CRUD: Retrieve a product rate plan charge tier
ProductRatePlanChargeTiersApiupdateProductRatePlanChargeTierPUT /v1/object/product-rate-plan-charge-tier/{id}CRUD: Update a product rate plan charge tier
ProductRatePlanChargesApicreateProductRatePlanChargePOST /v1/object/product-rate-plan-chargeCRUD: Create a product rate plan charge
ProductRatePlanChargesApideleteProductRatePlanChargeDELETE /v1/object/product-rate-plan-charge/{id}CRUD: Delete a product rate plan charge
ProductRatePlanChargesApigetProductRatePlanChargeGET /v1/object/product-rate-plan-charge/{id}CRUD: Retrieve a product rate plan charge
ProductRatePlanChargesApiupdateProductRatePlanChargePUT /v1/object/product-rate-plan-charge/{id}CRUD: Update a product rate plan charge
ProductRatePlanChargesApiupdateProductRatePlanChargeFinanceInformationPUT /v1/product-rate-plan-charges/{product-rate-plan-charge-key}/finance-informationUpdate a Zuora Revenue accounting code
ProductRatePlansApicreateProductRatePlanPOST /v1/object/product-rate-planCRUD: Create a product rate plan
ProductRatePlansApideleteProductRatePlanDELETE /v1/object/product-rate-plan/{id}CRUD: Delete a product rate plan
ProductRatePlansApigetProductRatePlanGET /v1/product-rate-plans/{id}Retrieve a product rate plan by ID
ProductRatePlansApigetProductRatePlansByExternalIDGET /v1/product-rate-plans/external-id/{externalId}List product rate plans by external ID
ProductRatePlansApigetRatePlansByProductGET /v1/rateplan/{product-key}/productRatePlanList all product rate plans of a product
ProductRatePlansApiupdateProductRatePlanPUT /v1/object/product-rate-plan/{id}CRUD: Update a product rate plan
ProductsApicreateProductPOST /v1/object/productCreate a product
ProductsApideleteProductDELETE /v1/object/product/{id}CRUD: Delete a product
ProductsApigetProductGET /v1/catalog/product/{product-key}Retrieve a product
ProductsApigetProductsGET /v1/catalog/productsGet all products
ProductsApiupdateProductPUT /v1/object/product/{id}CRUD: Update a product
RampsApigetRampByNumberGET /v1/ramps/{rampNumber}Retrieve a ramp
RampsApigetRampMetricsByNumberGET /v1/ramps/{rampNumber}/ramp-metricsList all ramp metrics of a ramp
RampsApigetRampMetricsByOrderNumberGET /v1/orders/{orderNumber}/ramp-metricsList ramp metrics by order number
RampsApigetRampMetricsBySubscriptionKeyGET /v1/subscriptions/{subscriptionKey}/ramp-metricsList ramp metrics by subscription key
RampsApigetRampsBySubscriptionKeyGET /v1/subscriptions/{subscriptionKey}/rampsRetrieve a ramp by subscription key
RatePlansApigetRatePlanGET /v1/rateplans/{ratePlanId}Retrieve a rate plan
RefundsApicancelRefundPUT /v1/refunds/{refundKey}/cancelCancel a refund
RefundsApideleteRefundDELETE /v1/refunds/{refundKey}Delete a refund
RefundsApigetRefundGET /v1/refunds/{refundKey}Retrieve a refund
RefundsApigetRefundItemPartGET /v1/refunds/{refundKey}/parts/{refundPartId}/item-parts/{itemPartId}Retrieve a refund part item
RefundsApigetRefundItemPartsGET /v1/refunds/{refundKey}/parts/{refundPartId}/item-partsList all refund part items
RefundsApigetRefundPartGET /v1/refunds/{refundKey}/parts/{refundPartId}Retrieve a refund part
RefundsApigetRefundPartsGET /v1/refunds/{refundKey}/partsList all parts of a refund
RefundsApigetRefundsGET /v1/refundsList refunds
RefundsApiupdateRefundPUT /v1/refunds/{refundId}Update a refund
RegenerateApipOSTCreateRevRecEventsPOST /v1/uno-regenerate/rev-rec-eventsRegenerate Rev Rec Event
RegenerateApipOSTGenerateRevRecEventsForDailyConsumptionPOST /v1/uno-regenerate/rev-rec-events/daily-consumptionRegenerate Rev Rec Event
RegenerateApipOSTRegenerateBillingTransactionPOST /v1/uno-regenerate/billing-transactionRegenerate Billing Transaction
RegenerateApipOSTRegenerateBookingTransactionPOST /v1/uno-regenerate/booking-transactionRegenerate Booking Transaction
RevenueAccountingCodesApiputRevProAccountingCodesPUT /v1/revpro-accounting-codesUpdate a Zuora Revenue accounting code
RevenueIntegrationApidescribeViewColumnsGET /integration/v2/biviews/{view_name}/describe-columns
RevenueIntegrationApidownloadReportGET /integration/v1/reports/download/{filename}
RevenueIntegrationApigenerateJWTTokenPOST /integration/v1/authenticate
RevenueIntegrationApigetBIViewCountGET /integration/v2/biviews/count/{view_name}
RevenueIntegrationApigetBIViewStatusGET /integration/v2/biviews-status
RevenueIntegrationApigetBIViewTaskDetailsGET /integration/v2/biviews-status/{task_id}
RevenueIntegrationApigetBIViewsGET /integration/v1/biviews/{view_name}
RevenueIntegrationApigetBIViewsV2GET /integration/v2/biviews/{view_name}
RevenueIntegrationApigetCsvUploadStatusGET /integration/v1/csv/upload/status
RevenueIntegrationApigetFileUploadStatusByRequestIdGET /integration/v1/fileupload/status/{file_request_id}
RevenueIntegrationApigetReportsByIdGET /integration/v1/reports/{report_id}
RevenueIntegrationApigetStageErrorGET /integration/v1/stage/error/{errortype}
RevenueIntegrationApiintegrationV2ReportsSignedurlReportIdGetGET /integration/v2/reports/signedurl/{report_id}
RevenueIntegrationApilistReportsGET /integration/v1/reports/list
RevenueIntegrationApiselectBIViewPOST /integration/v1/biviews/{view_name}
RevenueIntegrationApiuploadCsvPOST /integration/v1/csv/upload
RevenueIntegrationApiuploadFilePOST /integration/v1/upload/file
RevenueIntegrationApiuploadMappingPOST /integration/v1/upload/mapping
RsaSignaturesApicreateRSASignaturePOST /v1/rsa-signaturesGenerate an RSA signature
RsaSignaturesApidecryptRSASignaturePOST /v1/rsa-signatures/decryptDecrypt an RSA signature
SequenceSetsApicreateSequenceSetsPOST /v1/sequence-setsCreate sequence sets
SequenceSetsApideleteSequenceSetDELETE /v1/sequence-sets/{id}Delete a sequence set
SequenceSetsApigetSequenceSetGET /v1/sequence-sets/{id}Retrieve a sequence set
SequenceSetsApigetSequenceSetsGET /v1/sequence-setsList sequence sets
SequenceSetsApiupdateSequenceSetPUT /v1/sequence-sets/{id}Update a sequence set
SettingsApigetListAllSettingsGET /settings/listingList all settings
SettingsApipostProcessSettingsBatchRequestPOST /settings/batch-requestsSubmit settings requests
SignUpApipostSignUpPOST /v1/sign-upSign up
SubscriptionChangeLogsApigetSubscriptionChangeLogsByOrderNumberGET /subscription-change-logs/orders/{orderNumber}Retrieve change logs for a subscription
SubscriptionChangeLogsApigetSubscriptionChangeLogsBySubscriptionNumberGET /subscription-change-logs/{subscriptionNumber}Retrieve change logs for a subscription
SubscriptionChangeLogsApigetSubscriptionChangeLogsBySubscriptionNumberAndVersionGET /subscription-change-logs/{subscriptionNumber}/versions/{version}Retrieve change logs for a subscription
SubscriptionsApicancelSubscriptionPUT /v1/subscriptions/{subscription-key}/cancelCancel a subscription
SubscriptionsApicreateSubscriptionPOST /v1/subscriptionsCreate a subscription
SubscriptionsApideleteSubscriptionPUT /v1/subscriptions/{subscription-key}/deleteDelete a subscription by number
SubscriptionsApigetMetricsBySubscriptionNumbersGET /v1/subscriptions/subscription-metricsList subscriptions metrics by subscription numbers
SubscriptionsApigetSubscriptionByKeyGET /v1/subscriptions/{subscription-key}Retrieve a subscription by key
SubscriptionsApigetSubscriptionByKeyAndVersionGET /v1/subscriptions/{subscription-key}/versions/{version}Retrieve a subscription by key and version
SubscriptionsApigetSubscriptionsByAccountGET /v1/subscriptions/accounts/{account-key}List subscriptions by account key
SubscriptionsApipreviewExistingSubscriptionPOST /v1/subscriptions/{subscription-key}/previewPreview a subscription by key
SubscriptionsApipreviewSubscriptionPOST /v1/subscriptions/previewPreview a subscription
SubscriptionsApirenewSubscriptionPUT /v1/subscriptions/{subscription-key}/renewRenew a subscription
SubscriptionsApiresumeSubscriptionPUT /v1/subscriptions/{subscription-key}/resumeResume a subscription
SubscriptionsApisuspendSubscriptionPUT /v1/subscriptions/{subscription-key}/suspendSuspend a subscription
SubscriptionsApiupdateSubscriptionPUT /v1/subscriptions/{subscription-key}Update a subscription
SubscriptionsApiupdateSubscriptionCustomFieldsOfASpecifiedVersionPUT /v1/subscriptions/{subscriptionNumber}/versions/{version}/customFieldsUpdate subscription custom fields of a subscription version
SummaryJournalEntriesApicancelSummaryJournalEntryPUT /v1/journal-entries/{je-number}/cancelCancel a summary journal entry
SummaryJournalEntriesApicreateSummaryJournalEntryPOST /v1/journal-entriesCreate a summary journal entry
SummaryJournalEntriesApideleteSummaryJournalEntryDELETE /v1/journal-entries/{je-number}Delete a summary journal entry
SummaryJournalEntriesApigetAllSummaryJournalEntriesGET /v1/journal-entries/journal-runs/{jr-number}List all summary journal entries in a journal run
SummaryJournalEntriesApigetSummaryJournalEntryGET /v1/journal-entries/{je-number}Retrieve a summary journal entry
SummaryJournalEntriesApiupdateBasicSummaryJournalEntryPUT /v1/journal-entries/{je-number}/basic-informationUpdate a summary journal entry
TaxationItemsApicreateTaxationItemPOST /v1/object/taxation-itemCRUD: Create a taxation item
TaxationItemsApideleteTaxationItemDELETE /v1/taxation-items/{id}Delete a taxation item
TaxationItemsApigetTaxationItemGET /v1/taxation-items/{id}Retrieve a taxation item
TaxationItemsApiputTaxationItemPUT /v1/taxation-items/{id}Update a taxation item
UsageApicreateUsagePOST /v1/object/usageCRUD: Create a usage record
UsageApideleteUsageDELETE /v1/object/usage/{id}CRUD: Delete a usage record
UsageApigetUsageGET /v1/object/usage/{id}CRUD: Retrieve a usage record
UsageApigetUsageRateDetailByInvoiceItemGET /v1/invoices/invoice-item/{invoice-item-id}/usage-rate-detailRetrieve usage rate detail for an invoice item
UsageApigetUsagesByAccountGET /v1/usage/accounts/{account-key}Retrieve usage records by account
UsageApiupdateUsagePUT /v1/object/usage/{id}CRUD: Update a usage record
UsageApiuploadUsageFilePOST /v1/usageUpload a usage file
WorkflowsApideleteWorkflowDELETE /workflows/{workflow_id}Delete a workflow
WorkflowsApideleteWorkflowVersionDELETE /workflows/versions/{version_id}Delete a workflow version
WorkflowsApigetWorkflowGET /workflows/{workflow_id}Retrieve a workflow
WorkflowsApigetWorkflowExportGET /workflows/{workflow_id}/exportExport a workflow version
WorkflowsApigetWorkflowRunGET /workflows/workflow_runs/{workflow_run_id}Retrieve a workflow run
WorkflowsApigetWorkflowVersionsGET /workflows/{workflow_id}/versionsList all versions of a workflow definition
WorkflowsApigetWorkflowsGET /workflowsList workflows
WorkflowsApigetWorkflowsTaskGET /workflows/tasks/{task_id}Retrieve a workflow task
WorkflowsApigetWorkflowsTasksGET /workflows/tasksList workflow tasks
WorkflowsApigetWorkflowsUsagesGET /workflows/metrics.jsonRetrieve workflow task usage
WorkflowsApipATCHUpdateWorkflowPATCH /workflows/{workflow_id}Update a workflow
WorkflowsApipostRunWorkflowPOST /workflows/{workflow_id}/runRun a workflow
WorkflowsApipostWorkflowImportPOST /workflows/importImport a workflow
WorkflowsApipostWorkflowVersionsImportPOST /workflows/{workflow_id}/versions/importImport a workflow version
WorkflowsApipostWorkflowsTaskRerunPOST /workflows/tasks/{task_id}/rerunRerun a workflow task
WorkflowsApiputWorkflowsTasksUpdatePUT /workflows/tasks/batch_updateUpdate workflow tasks