---
title: "Create authorization"
method: POST
path: "/v1/payment-methods/{payment-method-id}/authorize"
tags: ["Payment Authorization"]
---

# Create authorization

`POST /v1/payment-methods/{payment-method-id}/authorize`

Enables you to authorize the availability of funds for a transaction but delay the capture of funds until a later time. Subsequently, use [Create a payment](https://developer.zuora.com/api-references/api/operation/POST_CreatePayment) or [Create an order](https://developer.zuora.com/api-references/api/operation/POST_Order/) to capture the authorized funds, or use [Cancel authorization](https://developer.zuora.com/api-references/api/operation/POST_CancelAuthorization) to cancel the authorization. 

For gateway integrations that support this operation, see <a href="https://docs.zuora.com?resourceId=payments-delayed-capture" target="_blank">Delayed Capture</a>.

## Path parameters

- `payment-method-id` string, required

## Headers

- `Idempotency-Key` string
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Request body

- POSTDelayAuthorizeCapture
  - `accountId` string — The ID of the customer account. Either `accountId` or `accountNumber` is required.
  - `accountNumber` string — The number of the customer account. Either `accountNumber` or `accountId` is required.
  - `amount` number, required — The amount of the transaction.
  - `gatewayOptions` object — The field used to pass gateway-specific parameters and parameter values. The fields supported by gateways vary. For more information, see the Overview topic of each gateway integration in [Zuora Knowledge Center](https://docs.zuora.com?resourceId=payments-supported-payment-gateways). Zuora sends all the information that you specified to the gateway. If you specify any unsupported gateway option parameters, they will be ignored without error prompts.
    - `key` string — The name of a gateway-specific parameter.
    - `value` string — The value of the gateway-specific parameter.
  - `gatewayOrderId` string, required — The order ID for the specific gateway. The specified order ID will be used in transaction authorization. If you specify an empty value for this field, Zuora will generate an ID and you will have to associate this ID with your order ID by yourself if needed. It is recommended to specify an ID for this field.
  - `mitTransactionSource` 'C_Unscheduled' | 'M_Recurring' | 'M_Unscheduled' | 'M_MOTO' — Payment transaction source used to differentiate the transaction source in Stored Credential Transaction framework. - `C_Unscheduled`: Cardholder-initiated transaction (CIT) that does not occur on scheduled or regularly occurring dates. - `M_Recurring`: Merchant-initiated transaction (MIT) that occurs at regular intervals. - `M_Unscheduled`: Merchant-initiated transaction (MIT) that does not occur on scheduled or regularly occurring dates. - `M_MOTO`: Mail Order Telephone Order (MOTO) payment transaction. This option is only available for credit card payments on Stripe v2. See [Overview of Stripe payment gateway integration](https://docs.zuora.com?resourceId=payments-stripe-gateway-integration) for more information.
  - `paymentGatewayId` string — The ID of the payment gateway instance. If <a href="https://docs.zuora.com?resourceId=payments-gateway-routing" target="_blank">Payment Gateway Routing</a> is enabled: - If this field is not specified, gateway routing rules will be invoked. - If this field is specified, the specified gateway will be used to authorize the payment. If Payment Gateway Routing is disabled: - If this field is not specified, the default payment gateway will be used to authorize the payment. The default gateway of the customer account takes precedence over the default gateway of the tenant. - If this field is specified, the specified gateway will be used to authorize the payment.
  - `softDescriptor` string — A text, rendered on a cardholder’s statement, describing a particular product or service purchased by the cardholder.
  - `softDescriptorPhone` string — The phone number that relates to the soft descriptor, usually the phone number of customer service.

## Response `200`

OK

- POSTAuthorizeResponse
  - `gatewayOrderId` string — The order ID for the specific gateway. The specified order ID will be used in transaction authorization. If you specify an empty value for this field, Zuora will generate an ID and you will have to associate this ID with your order ID by yourself if needed. It is recommended to specify an ID for this field.
  - `paymentGatewayResponse` object — The response data returned from the gateway. This field is available only if the `success` field is `false` and the support for returning additional error information from the gateway is enabled.
    - `additionalInfo` object — The additional information returned from the gateway. The returned fields vary for gateways. Here is an example. ``` "additionalInfo": { "ProcessorName": "MasterCard Saferpay Test", "ProcessorResult": "51", "ProcessorMessage": "Insufficient funds", "ErrorName": "TRANSACTION_DECLINED" } ```
    - `gatewayResponseCode` string — The HTTP response code.
    - `gatewayResponseMessage` string — The error message returned from the gateway.
    - `gatewayType` string — The gateway type.
    - `gatewayVersion` string — The gateway version.
  - `processId` string — The ID of the running process when the exception occurs. This field is available only if the `success` field is `false`.
  - `reasons` object[] — The container of the error code and message. This field is available only if the `success` field is `false`.
    - `code` string — Error code.
    - `message` string — Error message. It usually contains a combination of gateway response code and response message.
  - `requestId` string — The ID of the request. This field is available only if the `success` field is `false`
  - `resultCode` string — The result code of the request. 0 indicates that the request succeeded, and the following values indicate that the request failed: - 1: The request is declined. - 7: The field format is not correct. - 10: Client connection has timed out. - 11: Host connection has timed out. - 12: Processor connection has timed out. - 13: Gateway server is busy. - 20: The card type is not supported. - 21: The merchant account information is invalid. - 22: A generic error occurred on the processor. - 40: The card type has not been set up yet. - 41: The limit for a single transaction is exceeded. - 42: Address checking failed. - 43: Card security code checking failed. - 44: Failed due to the gateway security setting. - 45: Fraud protection is declined. - 46: Address checking or card security code checking failed (for Authorize.net gateway only). - 47: The maximum amount is exceeded (for Authorize.net gateway only). - 48: The IP address is blocked by the gateway (for Authorize.net gateway only). - 49: Card security code checking failed (for Authorize.net gateway only). - 60: User authentication failed. - 61: The currency code is invalid. - 62: The transaction ID is invalid. - 63: The credit card number is invalid. - 64: The card expiration date is invalid. - 65: The transaction is duplicated. - 66: Credit transaction error. - 67: Void transaction error. - 90: A valid amount is required. - 91: The BA code is invalid. - 92: The account number is invalid. - 93: The ACH transaction is not accepted by the merchant. - 94: An error occurred for the ACH transaction. - 95: The version parameter is invalid. - 96: The transaction type is invalid. - 97: The transaction method is invalid. - 98: The bank account type is invalid. - 99: The authorization code is invalid. - 200: General transaction error. - 500: The transaction is queued for submission. - 999: Unknown error. - -1: An error occurred in gateway communication. - -2: Idempotency is not supported. - -3: Inquiry call is not supported.
  - `resultMessage` string — The corresponding request ID.
  - `success` boolean — Indicates whether the call succeeded.
  - `transactionId` string — The ID of the transaction.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
