getClientSecret
Get client secret if necessary for frontend configuration.
getClientSecret(
gateway: ID!
paymentInformation: StripeClientPaymentData!
): GenericScalar
Arguments
getClientSecret.gateway ● ID! non-null scalar
ID of the gateway
getClientSecret.paymentInformation ● StripeClientPaymentData! non-null input
Payment data for client if required
Type
GenericScalar scalar
The GenericScalar scalar type represents a generic
GraphQL scalar value that could be:
String, Boolean, Int, Float, List or Object.