Skip to main content

Arguments

Input fields for triggering standalone payment request.

Returns

TriggerStandalonePaymentRequest

Trigger standalone payment request.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can trigger standalone payment request

Query Complexity

1

Examples

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.

Query

mutation TriggerStandalonePaymentRequest($input: TriggerStandalonePaymentRequestInput!) { triggerStandalonePaymentRequest(input: $input) { paymentNotification { ...PaymentNotificationFragment } } }

Variables

Response

{ "data": { "triggerStandalonePaymentRequest": { "paymentNotification": PaymentNotification } } }