triggerStandalonePaymentRequest
Trigger standalone payment request.
Arguments
Input fields for triggering standalone payment request.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-39100: Unable to find manual standalone method configuration to use.
- KT-CT-39101: Insufficient contact details provided for adhocRecipient.
- KT-CT-3998: Unauthorized.
- KT-CT-3999: Multiple recipient input.
- KT-CT-5463: Unauthorized.
- KT-CT-7899: An internal error occurred.
Allowed Viewers
Required Permissions
Can trigger standalone payment requestQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation TriggerStandalonePaymentRequest($input: TriggerStandalonePaymentRequestInput!) {
triggerStandalonePaymentRequest(input: $input) {
paymentNotification {
...PaymentNotificationFragment
}
}
}
Variables
{
"input": TriggerStandalonePaymentRequestInput
}
Response
{
"data": {
"triggerStandalonePaymentRequest": {
"paymentNotification": PaymentNotification
}
}
}