Last update:
April 11, 2024
AuthorizePayment mutation¶
This mutation finalizes the first step of payment processing.
Arguments¶
The InputAuthorizePaymentType!
is a type that represents the input object for authorizing a payment. It provides the necessary context and data for performing the payment authorization action.
Field | Description |
---|---|
orderId String |
The Id of the order for which the payment is being authorized. |
paymentId String |
The Id of the payment for which the authorization is being performed. |
parameters [InputKeyValueType] |
Additional parameters required for the authorization process. |
Possible returns¶
Possible return | Description |
---|---|
AuthorizePaymentResultType |
The result of authorizing a payment for an order. |