Payment Method Fields Reference
Fields Specification
| Field Name | Description | Data Type |
|---|---|---|
| Id | The Payment Method's unique identifier | string |
| Type | The Payment Gateway type | enumerate: Stripe, AuthorizeNet, PayPal, Braintree, CyberSource, Nmi, PayaV1, TrustCommerce, Gpg, Square, Sage |
| GatewayCustomerId | The Customer's unique identifier in the Payment Gateway | string |
| GatewayPaymentId | The Customer's Payment Method unique identifier in the Payment Gateway | string |
| Expiration | Date of expiration in the MMYY format. e.g. 1022 | char(4) |
| ExpirationDate | Date of expiration | datetime |
| LastFourDigits | Last four digits of the Payment Method card | char(4) |
| BillingFirstName | The Billing First Name | string |
| BillingLastName | The Billing Last Name | string |
| BillingStreet1 | The Billing Address Line 1 | string |
| BillingStreet2 | The Billing Address Line 2 | string |
| BillingCity | The Billing City | string |
| BillingState | The Billing State | string |
| BillingPostcode | The Billing Postal Code | string |
| CreatedUtc | A UTC Datetime that specifies when the Customer was created | datetime |
| UpdatedUtc | A UTC Datetime that specifies when the Customer was last updated | datetime |
| IsDefault | Indicates if the Payment Method is the default Payment Method | boolean |
Updated about 5 years ago
