Skip to main content
GET
/
api
/
action
/
card
/
{id}
Get card details
curl --request GET \
  --url https://sandbox.soleaspay.com/api/action/card/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sp-auth-token: <x-sp-auth-token>'
{
  "card_id": "<string>",
  "card_number": "<string>",
  "expiry": "<string>",
  "balance": "<string>",
  "currency": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-sp-auth-token
string
required

Path Parameters

id
string
required

Response

200 - application/json

Card details

card_id
string
card_number
string
expiry
string
balance
string
currency
string
status
string