Create a payment

Creates a new payment object.

SecuritybearerAuth
Request
query Parameters
fields[]
Array of strings

Allows you to specify which fields are returned in the response.

Accepted values custom_fields, created_by_id, updated_by_id, created_time, id, updated_time, payment_number, payment_date, gateway_id, payment_method_id, payout_id, reference_id, second_reference_id, statement_descriptor_phone, state, statement_descriptor, account_id, amount, amount_applied, amount_refunded, remaining_balance, currency, description, authorization_id, external, gateway_order_id, gateway_reconciliation_status, gateway_reconciliation_reason, gateway_response, gateway_response_code, gateway_state, state_transitions, gateway_state_transitions

Example: fields[]=id,created_time
payment.fields[]
Array of strings
Deprecated

Allows you to specify which fields are returned in the response.

Accepted values custom_fields, created_by_id, updated_by_id, created_time, id, updated_time, payment_number, payment_date, gateway_id, payment_method_id, payout_id, reference_id, second_reference_id, statement_descriptor_phone, state, statement_descriptor, account_id, amount, amount_applied, amount_refunded, remaining_balance, currency, description, authorization_id, external, gateway_order_id, gateway_reconciliation_status, gateway_reconciliation_reason, gateway_response, gateway_response_code, gateway_state, state_transitions, gateway_state_transitions

Example: payment.fields[]=id,created_time
account.fields[]
Array of strings

Allows you to specify which fields are returned in the response.

Accepted values custom_fields, created_by_id, updated_by_id, created_time, id, updated_time, auto_pay, account_number, bill_to_id, sold_to_id, billing_document_settings, communication_profile_id, crm_id, sales_rep, parent_account_id, payment_gateway, payment_terms, remaining_credit_memo_balance, remaining_debit_memo_balance, remaining_invoice_balance, remaining_payment_balance, sequence_set_id, tax_certificate, batch, tax_identifier, bill_cycle_day, description, name, currency, default_payment_method_id, enabled

Example: account.fields[]=id,created_time
payment_method.fields[]
Array of strings

Allows you to specify which fields are returned in the response.

Accepted values custom_fields, created_by_id, updated_by_id, created_time, id, updated_time, type, account_id, bank_identification_number, device_session_id, ip_address, maximum_payment_attempts, payment_retry_interval, state, use_default_retry_rule, existing_mandate, last_failed_sale_transaction_time, last_transaction_time, last_transaction_status, number_of_consecutive_failures, total_number_of_processed_payments, total_number_of_error_payments, billing_details, card, apple_pay, google_pay, ach_debit, cc_ref, paypal_adaptive, paypal_express_native, paypal_express, sepa_debit, betalings_debit, autogiro_debit, bacs_debit, au_becs_debit, nz_becs_debit, pad_debit

Example: payment_method.fields[]=id,created_time
payment_applied_to.fields[]
Array of strings

Allows you to specify which fields are returned in the response.

Accepted values amount, billing_document_id, billing_document_type, id, state

Example: payment_applied_to.fields[]=id,created_time
payment_applied_to_items.fields[]
Array of strings

Allows you to specify which fields are returned in the response.

Accepted values id, amount, billing_document_item_id

Example: payment_applied_to_items.fields[]=id,created_time
expand[]
Array of strings

Allows you to expand responses by including related object information in a single call. See the Expand responses section of the Quickstart API Tutorials for detailed instructions.

filter[]
Array of strings

A case-sensitive filter on the list. See the Filter lists section of the Quickstart API Tutorial for detailed instructions.
Note that the filters on this operation are only applicable to the related objects. For example, when you are calling the "Retrieve a billing document" operation, you can use the filter[] parameter on the related objects such as filter[]=items[account_id].EQ:8ad09e208858b5cf0188595208151c63

page_size
integer [ 1 .. 99 ]

The maximum number of results to return in a single page. If the specified page_size is less than 1 or greater than 99, Zuora will return a 400 error.

header Parameters
zuora-track-id
string

A custom identifier for tracking API requests. If you set a value for this header, Zuora returns the same value in the response header. This header enables you to track your 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 (:), semicolon (;), double quote ("), or quote (').

async
boolean
Default: false

Making asynchronous requests allows you to scale your applications more efficiently by leveraging Zuora's infrastructure to enqueue and execute requests for you without blocking. These requests also use built-in retry semantics, which makes them much less likely to fail for non-deterministic reasons, even in extreme high-throughput scenarios. Meanwhile, when you send a request to one of these endpoints, you can expect to receive a response in less than 150 milliseconds and these calls are unlikely to trigger rate limit errors. If set to true, Zuora returns a 202 Accepted response, and the response body contains only a request ID.

zuora-entity-ids
string

An entity ID. If you have Multi-entity enabled and the authorization token is valid for more than one entity, you must use this header to specify which entity to perform the operation on. If the authorization token is only valid for a single entity or you do not have Multi-entity enabled, you do not need to set this header.

idempotency-key
string

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. This idempotency key should be a unique value, and the Zuora server identifies subsequent retries of the same request using this value. For more information, see Idempotent Requests.

accept-encoding
string

Include a accept-encoding: gzip header to compress responses, which can reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes. For more information about this header, see Request and Response Compression.

content-encoding
string

Include a content-encoding: gzip header to compress a request. Upload a gzipped file for the payload if you specify this header. For more information, see Request and Response Compression.

Request Body schema: application/json
required
object (CustomFields)

Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format.

description
string

An arbitrary string attached to the object. Often useful for displaying to users.

reference_id
string

Transaction identifier returned by the payment gateway. You may use this field to reconcile payments between your payment gateway and Zuora Payments.

account_id
string

Identifier of the customer account associated with this payment.

account_number
string

Human-readable identifier of the account associated with this payment. It can be user-supplied.

amount
required
number

The total amount of the payment.

authorization_id
string

Identifier of the authorization transaction from the payment gateway.

payment_date
required
string <date>

The date and time when the payment takes effect.

payment_method_id
required
string

Identifier of the payment method used to create this payment.

gateway_id
string

Identifier of the payment gateway that Zuora will use to authorize this payment.

gateway_order_id
string

A merchant-specified natural key value that can be passed to the payment gateway when a payment is created. If not specified, the payment number will be passed in instead.

second_reference_id
string

A second transaction identifier returned by the payment gateway if there is an additional transaction for the refunds. You may use this field to reconcile payments between your payment gateway and Zuora Payments.

object
statement_descriptor
string

A payment gateway-specific field used by Orbital, Vantiv and Verifi.

statement_descriptor_phone
string

A payment gateway-specific field used by Orbital, Vantiv and Verifi.

external
boolean

If true, indicates that this payment is not handled by Zuora.

currency
required
string

3-letter ISO 4217 currency code.

Array of objects (BillingDocumentPaymentApplicationRequest)

Indicates to which billing documents (invoices or debit memos) are the payment applied.

Responses
201

Default Response

400

Bad Request

401

Unauthorized

404

Not Found

405

Method Not Allowed

429

Too Many Requests

500

Internal Server Error

502

Bad Gateway

503

Service Unavailable

504

Gateway Timeout

post/payments
Request samples
application/json
{
  • "amount": 100,
  • "currency": "USD",
  • "payment_date": "2022-09-09",
  • "account_id": "2c92c0f96abc17de016abd62bd0c5854",
  • "payment_method_id": "2c92c0f9710b79bd01711219e3ed2d9a",
  • "gateway_id": "2c92c0f86a8dd422016a941ee0d82c7f",
  • "gateway_options": {
    }
}
Response samples
application/json
{
  • "id": "8ad09b7d8322303e0183231cc3e24df5",
  • "updated_by_id": "2c92c0946a6dffc0016a7faab604299b",
  • "updated_time": "2022-09-09T09:37:12-07:00",
  • "created_by_id": "2c92c0946a6dffc0016a7faab604299b",
  • "created_time": "2022-09-09T09:37:11-07:00",
  • "custom_fields": {
    },
  • "reference_id": "8884632.901643027",
  • "payment_number": "P-00002718",
  • "account_id": "2c92c0f96abc17de016abd62bd0c5854",
  • "amount": 100,
  • "payment_date": "2022-09-09",
  • "payment_method_id": "2c92c0f9710b79bd01711219e3ed2d9a",
  • "gateway_id": "Test Gateway",
  • "external": false,
  • "currency": "USD",
  • "amount_applied": 0,
  • "remaining_balance": 100,
  • "amount_refunded": 0,
  • "state": "processed",
  • "gateway_response_code": "approve",
  • "gateway_response": "This transaction has been approved by Test gateway.",
  • "gateway_state": "submitted",
  • "state_transitions": { },
  • "gateway_state_transitions": {
    }
}