Payment Method Fields Reference

Fields Specification

Field NameDescriptionData Type
IdThe Payment Method's unique identifierstring
TypeThe Payment Gateway typeenumerate:
Stripe,
AuthorizeNet,
PayPal,
Braintree,
CyberSource,
Nmi,
PayaV1,
TrustCommerce,
Gpg,
Square,
Sage
GatewayCustomerIdThe Customer's unique identifier in the Payment Gatewaystring
GatewayPaymentIdThe Customer's Payment Method unique identifier in the Payment Gatewaystring
ExpirationDate of expiration in the MMYY format. e.g. 1022char(4)
ExpirationDateDate of expirationdatetime
LastFourDigitsLast four digits of the Payment Method cardchar(4)
BillingFirstNameThe Billing First Namestring
BillingLastNameThe Billing Last Namestring
BillingStreet1The Billing Address Line 1string
BillingStreet2The Billing Address Line 2string
BillingCityThe Billing Citystring
BillingStateThe Billing Statestring
BillingPostcodeThe Billing Postal Codestring
CreatedUtcA UTC Datetime that specifies when the Customer was createddatetime
UpdatedUtcA UTC Datetime that specifies when the Customer was last updateddatetime
IsDefaultIndicates if the Payment Method is the default Payment Methodboolean