Skip to main content

CardInput Input Type

No description

input CardInput {
code: String!
cvc: String
money: MoneyInput!
}

Fields

code ● String!

Payment method nonce, a token returned by the appropriate provider's SDK.

cvc ● String

Card security code.

money ● MoneyInput!

Information about currency and amount.

Member Of

PaymentCheckBalanceInput input