Schema Documentation

PaymentTokenECheck

Description

A electronic check payment token

Fields
Field NameDescription
gateway - PaymentGateway Token payment gateway
id - ID! Token ID unique identifier
isDefault - Boolean Is token connected to user's preferred payment method
last4 - Int Last 4 digits of the stored account number
tokenId - Int! Token database ID.
type - String! Token type
Example
{"gateway":PaymentGateway,"id":"4","isDefault":false,"last4":123,"tokenId":123,"type":"abc123"}