Last update:
April 11, 2024
InitializePayment mutation¶
This mutation initiates the payment processing.
Arguments¶
The InputInitializePaymentType!
is a type used as an input for initializing a payment.
Field | Description |
---|---|
orderId String |
The Id of the order for which the payment initialization is requested. |
paymentId String |
The Id of the payment for which the initialization is requested. |
Possible returns¶
Possible return | Description |
---|---|
InitializePaymentResultType |
The result of initializing a payment. |