initiateUnauthenticatedStandalonePayment
Initiate an unauthenticated standalone payment and return the client secret required to complete it.
Arguments
Input fields for initiating an unauthenticated standalone payment.
Returns
InitiateUnauthenticatedStandalonePaymentInitiate an unauthenticated standalone payment and return the client secret required to complete it.
Possible Errors
Allowed Viewers
Required Permissions
(No)Rate Limits
| Key | Steps |
|---|---|
ip |
['10/m', '5/m', '1/m', '1/h', '5/d', '1/d'] |
Query 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 InitiateUnauthenticatedStandalonePayment($input: InitiateUnauthenticatedStandalonePaymentInput!) {
initiateUnauthenticatedStandalonePayment(input: $input) {
payment {
...InitiateUnauthenticatedStandalonePaymentOutputFragment
}
}
}
Variables
{
"input": InitiateUnauthenticatedStandalonePaymentInput
}
Response
{
"data": {
"initiateUnauthenticatedStandalonePayment": {
"payment": InitiateUnauthenticatedStandalonePaymentOutput
}
}
}