payment gateway card object response data
Name | Type | Description |
---|
id | String | The id of the retrieved payment gateway card |
payment_gateway_reference_number | String | The card's reference number as provided by the payment gateway. This number is used to submit transactions on the payment gateway that will be processed using that card |
card_holder_name | String | The card holders name, as provided during the registration of the card |
brand | String | The card's brand, as provided by the payment gateway provider. The supported brands by the payment gateways are the following - Stripe: VISA, AMERICAN_EXPRESS, MASTER_CARD, DISCOVER, JCB, DINERS_CLUB, UNKNOWN
- Braintree: VISA, AMERICAN_EXPRESS, MAESTRO, MASTER_CARD, DISCOVER, JCB, DINERS_CLUB
- Payeezy: VISA, AMERICAN_EXPRESS, MASTER_CARD, DISCOVER
- Swedbank: VISA, MAESTRO, MASTER_CARD
|
expiration_month | Number | The card's expiration month, which can be from 1 to 12 |
expiration_year | Number | The card's expiration year which is a 4 digits number |
type | String | The type of the card, as provided by the payment gateway provider. The supported types by the payment gateway are the following: - Stripe: CREDIT, DEBIT, PREPAID, UNKNOWN
|
last_digits | String | The last 4 digits of the card as provided by the payment gateway provider. Those digits are masked with 12 asterisk characters for example **** ***** ***** 4242 |