List User's Cards

Get a list of the logged in user's saved cards

Get Cards

GET https://a1pay.net/api/transactions/cards/:UserId

This endpoint allows you to list cards belonging to logged in user.

Query Parameters

NameTypeDescription

UserId

integer

UserId of the loggedin user

{
  "Id": "1",
  "CardNumber": "xxxx xxxx xxxx 1234",
  "CardClass": "",
  "CountryOfIssue": "NIGERIA",
  "CountryOfIssueISO": "",
  "Issuer": "",
  "CardType": "",
  "IsForeign": "0",
  "CardBrand": "",
  "DateCreated": "2018-09-04T09:21:42.910",
  "CardFirstname": "John",
  "CardLastname": "Doe",
  "ExpiryYear": "2029",
  "ExpiryMonth": "3",
  "CVV": "000",
  "UserId": "99",
  "IsValid": "1"
}

Last updated