v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Fetch the details of a Motive Card

get/motive_card/v1/cards/{card_id}

Path parameters

card_idstring required

Specify the Public Card ID of the Motive Card (UUID), for which you want to view a detailed info.

Response

200

idstring
last_four_digitsstring
display_card_idstring
name_line_1string
name_line_2string
statusstring
last_transaction_performed_atstring
number_of_transactionsinteger

Example response

{
  "id": "478304bb-d1b0-4ec9-95b0-71942c493d9d",
  "last_four_digits": "2039",
  "display_card_id": "93",
  "name_line_1": "Driver 93",
  "name_line_2": "Motive Internal  Engineering Fleet",
  "status": "active",
  "last_transaction_performed_at": "2024-09-26T18:06:13.785Z",
  "number_of_transactions": 27,
  "assigned_to": {
    "entity_type": "driver",
    "entity_id": 3800458,
    "entity_name": "Anant Urala"
  },
  "security_settings": {
    "status": "active",
    "is_locked": true
  },
  "spend_control_profile": {
    "id": "761097c1-cfe7-4f04-b519-d6a7ef939021",
    "name": "Time limits setup test",
    "created_at": "2024-01-02T12:01:26.578Z",
    "updated_at": "2024-12-19T09:23:25.576Z",
    "spend_limits": {
      "daily_limit_in_cents": 350000,
      "weekly_limit_in_cents": 400000,
      "daily_withdrawal_limit_in_cents": 3000,
      "weekly_withdrawal_limit_in_cents": 4000,
      "atm_withdrawal_enabled": true,
      "enable_days": [
        "mon"
      ],
      "enable_start_time": "00:00",
      "enable_end_time": "23:59",
      "created_by": 2428787
    },
    "spend_categories": [
      "Fuel pump"
    ]
  }
}