Get all your cards detail and balance
GET/account/card/
Get all your cards detail and balance
Request
Responses
- 200
- 204
- 400
- 500
Return a list of cards
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id number
id
codeShop string
codeShop
balance string
Card balance in euro cents
name string
name
cardNumber string
cardNumber
cardExpiration datetime
cardExpiration
cardLevelingPeriod string
cardLevelingPeriod
cardLevelingAmount number
cardLevelingAmount
cardBlocked string
cardBlocked
[
  {
    "id": "201",
    "codeShop": "01000000049",
    "balance": "50000",
    "name": "HOMOLOGATION OLKY PRO",
    "cardNumber": "542514XXXXXX1577",
    "cardExpiration": "12/2026",
    "cardLevelingPeriod": "2",
    "cardLevelingAmount": "5016490",
    "cardBlocked": "2"
  }
]
No transaction data found with this codeShop
We need a codeShop to found the transaction data or use the '/' endpoint
ERROR Request
Loading...