Last update:
April 11, 2024
ProcessOrderPayment mutation¶
This mutation processes the order payment.
Arguments¶
The InputProcessOrderPaymentType!
represents the input object for processing a payment for an order.
Field | Description |
---|---|
orderId String |
The Id of the order for which the payment is being processed. |
paymentId String |
The Id of the payment that needs to be processed. |
bankCardInfo InputOrderBankCardInfoType |
An input object containing the bank card information required for processing the payment. |
Possible returns¶
Possible return | Description |
---|---|
ProcessPaymentRequestResultType |
The result of processing a payment request. |