cURL
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>" }
Get details for a specific virtual card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Card details