Skip to main content

Arguments

Input fields for initiating an unauthenticated standalone payment.

Returns

InitiateUnauthenticatedStandalonePayment

Initiate an unauthenticated standalone payment and return the client secret required to complete it.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Rate Limits

Key Steps
ip ['10/m', '5/m', '1/m', '1/h', '5/d', '1/d']

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 InitiateUnauthenticatedStandalonePayment($input: InitiateUnauthenticatedStandalonePaymentInput!) { initiateUnauthenticatedStandalonePayment(input: $input) { payment { ...InitiateUnauthenticatedStandalonePaymentOutputFragment } } }

Response

{ "data": { "initiateUnauthenticatedStandalonePayment": { "payment": InitiateUnauthenticatedStandalonePaymentOutput } } }