Secure Payments API GET Billing Card
General
Getting a billing credit card is one of the billing credit card options available through the Secure Payments (formerly PCI Wallet) API.
GET billing-card
Retrieve the billing card specified by the token. The card number will be masked except for the last four digits.
url -X GET --header 'Accept: application/json' --header 'authorization: YOUR AUTH' --header 'secret: YOUR SECRET' 'https://pciwallet.simnang.com/api/billing-card/YOUR-TOKEN'
Response:
{
"card_number": "XXXXXXXXXXXX1111",
"type": "VISA",
"address": "123 Sample Road",
"city": "Salt Lake City",
"state": "UT",
"zipcode": "84101",
"country": "USA",
"primary": true
}