Skip to content

Instantly share code, notes, and snippets.

@sarajmunjal
Created July 23, 2015 10:45
Show Gist options
  • Save sarajmunjal/ba2a22baec476335f6f4 to your computer and use it in GitHub Desktop.
Save sarajmunjal/ba2a22baec476335f6f4 to your computer and use it in GitHub Desktop.
Saved Cards JSON
{
"controlInfo": {
"operationName": "FetchSavedCards",
"customerType": "DSL",
"channel": "APP"
},
"statusCode": "0",
"businessOutput": {
"lobId": "2",
"loginId": "9818458257",
"savedCards": {
"cardDetails": [
{
"cardType": "credit",
"expiryYear": "17",
"cardCategory": "AMEX",
"cardNumber": "3456 - XXXXXX - X0007",
"expiryMonth": "5",
"cardRefNo": "1025",
"cardBankName": "American Express"
},
{
"cardType": "credit",
"expiryYear": "17",
"cardCategory": "MASTER",
"cardNumber": "3456 - XXXXXX - X0007",
"expiryMonth": "5",
"cardRefNo": "1025",
"cardBankName": "American Express"
},
{
"cardType": "credit",
"expiryYear": "17",
"cardCategory": "VISA",
"cardNumber": "3456 - XXXXXX - X0007",
"expiryMonth": "5",
"cardRefNo": "1025",
"cardBankName": "American Express"
},
{
"cardType": "credit",
"expiryYear": "17",
"cardCategory": "MAESTRO",
"cardNumber": "3456 - XXXXXX - X0007",
"expiryMonth": "5",
"cardRefNo": "1025",
"cardBankName": "American Express"
},
{
"cardType": "credit",
"expiryYear": "17",
"cardCategory": "RUPAY",
"cardNumber": "3456 - XXXXXX - X0007",
"expiryMonth": "5",
"cardRefNo": "1025",
"cardBankName": "American Express"
}
]
}
},
"errorInfo": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment