CardInput
No description
input CardInput {
code: String!
cvc: String
money: MoneyInput!
}
Fields
CardInput.code ● String! non-null scalar
Payment method nonce, a token returned by the appropriate provider's SDK.
CardInput.cvc ● String scalar
Card security code.
CardInput.money ● MoneyInput! non-null input
Information about currency and amount.
Member of
PaymentCheckBalanceInput input
Was this page helpful?