POST /v1/payment-runs
Creates a payment run. You can create a payment run to be executed immediately after it is created, or a scheduled payment run to be executed in future.
To filter the payments to be collected for a payment run, you can use either of the following methods but not both:
- Use the
accountId
,batch
,billCycleDay
,currency
,paymentGatewayId
, andbillingRunId
fields to define the billing documents to be collected. - Use the
data
field to specify the records of accounts and billing documents to be collected, in a more flexible manner. See Create custom payment runs through Zuora REST API for more information.
If no filter criteria are specified in the request body, the payment run collects payments for all accounts.
Servers
- https://rest.test.zuora.com
- https://rest.sandbox.na.zuora.com
- https://rest.apisandbox.zuora.com
- https://rest.na.zuora.com
- https://rest.zuora.com
- https://rest.test.eu.zuora.com
- https://rest.sandbox.eu.zuora.com
- https://rest.eu.zuora.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Content-Encoding |
String | No |
Include the |
Zuora-Track-Id |
String | No |
A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Authorization |
String | No |
The value is in the |
Idempotency-Key |
String | No |
Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident. |
Zuora-Entity-Ids |
String | No |
An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header. |
Zuora-Org-Ids |
String | No |
Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs. |
Accept-Encoding |
String | No |
Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
accountId |
String | No |
The ID of the customer account associated with the payment run. This field conflicts with each of the |
paymentGatewayId |
String | No |
The ID of the gateway instance that processes the payment. This field conflicts with the |
billCycleDay |
String | No |
The billing cycle day (BCD), the day of the month when a bill run generates invoices for the account. The value must be equal to or less then 31, and 31 is mean the EOM. This field conflicts with the |
currency |
String | No |
A currency defined in the web-based UI administrative settings. This field conflicts with the |
targetDate |
String | No |
The target date used to determine which receivables to be paid in the payment run. The payments are collected for all receivables with the due date no later than the target date. You must specify either the |
billingRunId |
String | No |
The ID of a bill run. This field conflicts with the |
data[] |
Array | No |
The array of data for specifying records of accounts and invoices/debit memos that will be collected and processed by a payment run. When you specify the data array, ensure that at least one record is passed in. If an empty array is specified, A maximum of 50K records are allowed to be passed into the Here is an example:
Here is another example for a standalone payment:
|
data[].accountNumber |
String | No |
The number of the customer account associated with the payment run, such as You can specify either If |
data[].comment |
String | No |
Additional comments. |
data[].paymentMethodId |
String | No |
The ID of the payment method for collecting invoices/debit memos. The specified payment method must be a valid non-system payment method. If it is not specified, the default payment method of the account is used regardless of the If If the payment retry rules are enabled, the payment method must meet the rules. If |
data[].accountId |
String | No |
A valid account ID associated with the payment run. If |
data[].documentId |
String | No |
The ID of a billing document associated with the payment run. You must either specify both If neither of |
data[].paymentGatewayId |
String | No |
The ID of the payment gateway for collecting invoices/debit memos. The specified payment gateway must be valid and active. If Payment Gateway Routing is enabled:
If Payment Gateway Routing is disabled:
If |
data[].amount |
Number | No |
The amount to be collected for the specified invoice/debit memo. This field is only available when |
data[].standalone |
Boolean | No |
Note: This field is only available if support for standalone payments is enabled. Specify
Default value: false |
data[].dataItems |
Object | No |
The array of data for each Invoice if you want to collect payment for particular items through one payment method. The grouped items are sent as one data record. This field is available if the Invoice Item Settlement permission is enabled. Here is another example for a data item:
|
data[].dataItems.documentItemId |
String | No |
The ID of a billing document of the invoice item or debit memo item. |
data[].dataItems.amount |
Number | No |
The total amount to be collected for the specified invoice/debit memo item. The sum of the item amount should be equal to document amount. |
data[].dataItems.taxItemId |
String | No |
The tax ID of the invoice item or debit memo item. |
data[].documentType |
String | No |
The type of a billing document associated with the payment run. The value can be You must either specify both If neither of Possible values:
|
data[].documentNumber |
String | No |
The number of a billing document associated with the payment run. You must either specify both If neither of |
data[].currency |
String | No |
Note: This field is only available if support for standalone payments is enabled. The currency of the standalone payment. Specify this field only if the |
applyCreditBalance |
Boolean | No |
If |
organizationLabels[] |
Array | No |
The organizations that the run is created for. For each item in the array, either the This field is only required when you have already turned on Multi-Org feature. |
organizationLabels[].organizationName |
String | No |
The organization name. |
organizationLabels[].organizationId |
String | No |
The organization ID. |
runDate |
String | No |
The date and time when the scheduled payment run is to be executed, in You must specify either the |
consolidatedPayment |
Boolean | No |
Note: The Process Electronic Payment permission also needs to be allowed for a Manage Payment Runs role to work. See Payments Roles for more information. Whether to process a single payment for all receivables that are due on an account. |
processPaymentWithClosedPM |
Boolean | No |
Note: The Process Electronic Payment permission also needs to be allowed for a Manage Payment Runs role to work. See Payments Roles for more information. Whether to process payments even if the default payment method is closed. |
autoApplyUnappliedPayment |
Boolean | No |
Note: This field is only available if you have Invoice Settlement enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see Invoice Settlement Enablement and Checklist Guide for more information. Whether to automatically apply unapplied payments to one or more receivables in the payment run. |
autoApplyCreditMemo |
Boolean | No |
Note: This field is only available if you have Invoice Settlement enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see Invoice Settlement Enablement and Checklist Guide for more information. Whether to automatically apply a posted credit memo to one or more receivables in the payment run. |
batch |
String | No |
The alias name given to a batch. The batch name is a string of 50 characters or less. This field conflicts with the Note: By default, you have 50 configurable account batches. To increase the limit to 200 batches, you must have the Performance Booster Elite package. |
collectPayment |
Boolean | No |
Whether to process electronic payments during the execution of payment runs. If the Payment user permission "Process Electronic Payment" is disabled, this field will be ignored. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.