createKonbiniPaymentMethod
Creates a new Stripe Konbini payment method in kraken.
Arguments
Returns
CreateKonbiniPaymentMethodResponse!Returned when a customer creates a Konbini Payment method from their MyPage.
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.
mutation CreateKonbiniPaymentMethod($input: CreateKonbiniPaymentMethodInput!) {
createKonbiniPaymentMethod(input: $input) {
... on CommonError {
...CommonErrorFragment
}
... on KonbiniPaymentMethodCreated {
...KonbiniPaymentMethodCreatedFragment
}
}
}
Variables
{
"input": CreateKonbiniPaymentMethodInput
}
Response
{
"data": {
"createKonbiniPaymentMethod": CommonError
}
}