Get reloadable card by id with secure data

Here are able to get static url that will be valid until end of card or url that will be valid for 15 minutes

URL

GET /api/v1/reloadable/cards/{id}/secure

Response:

{
  "id": 1,
  "maskCardPan": "XXXXXXXXXXXX9286",
  "activationDate": "2025-07-17T13:44:39",
  "bin": "486555",
  "cardStatus": "ACTIVE",
  "cardholderName": "Will Dorty",
  "expirationDate": "2028-07-31",
  "createdAt": "2024-01-01T00:00:00.000Z",
  "cardBalance": "1000.50",
  "currency": "USD",
  "maxBalance": "5000.00",
  "dailySpendLimit": "500.00",
  "monthlySpendLimit": "2000.00",
  "recipientFirstName": "John",
  "recipientLastName": "Doe",
  "recipientEmail": "[email protected]",
  "recipientPhoneNumber": "+1234567890",
  "recipientCountry": "US",
  "recipientAddress": "123 Main St",
  "recipientCity": "New York",
  "recipientState": "NY",
  "recipientPostalCode": "10001",
  "cardNumber": "4865550048989286",
  "cvx2": "233",
  "staticPortalUrl": "https://prepaid.example.com/verification?token=eyJ...xyz&brand=TANGO",
  "directAccessUrl": "https://prepaid.example.com/verification?token=eyJ...abc&brand=TANGO",
  "directAccessToken": "eyJ...abc"
}