Skip to main content

CardInput Input Type

Card data used to check a payment balance.

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

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