List all the Motive Card transactions (v2)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Purpose: The Motive Cards – List all transactions (v2) endpoint returns a paginated collection of card transactions across your fleet, enabling finance and operations teams to audit spend, reconcile charges, and monitor usage in real time.

Supported product_types

The order_items[].product_type field on Motive Card transactions may return any of the values below. This reference applies to both the v1 and v2 transaction endpoints. The Category column is for readability only — it is not returned by the API; only the individual Product Type value is.

Category Product Type It Includes
Fuel Gasoline E85 (Ethanol 85%), Ethanol Regular Leaded, Ethanol Unleaded Mid Grade (88 or 89 octane), Ethanol Unleaded Premium (90 or 91 octane), Ethanol Unleaded Regular (86 or 87 octane), Ethanol Unleaded Super (92 to 94 octane), Gasohol, Methanol Regular Leaded, Methanol Unleaded Mid Grade (88 or 89 octane), Methanol Unleaded Premium (90 or 91 octane), Methanol Unleaded Regular (86 or 87 octane), Methanol Unleaded Super (92 to 94 octane), Regular Leaded Gasoline, Unleaded Mid Grade (88 or 89 octane), Unleaded Mid Grade Reformulated (88 or 89 octane), Unleaded Premium (90 or 91 octane), Unleaded Reformulated (86 or 87 octane), Unleaded Regular (85 to 87 octane), Unleaded Super (92 to 94 octane)
DieselBiodiesel, Diesel, Diesel Premium, Ultralow Sulfur Diesel (ULSD)
Reefer fuelDyed Diesel, Reefer
DEFDiesel Exhaust Fluid (DEF), Diesel exhaust fluid (DEF) Dispensed
Misc fuelAviation 100 Octane, Aviation Fuel, Biodiesel (Non-Taxable), Compressed Natural Gas, Jet Fuel, Kerosene, Liquid Natural Gas, Liquid Propane Gas (LPG), M85 (Methanol 85%), Marine Fuel, Racing Fuel, White Gas. Also returned as "misc. fuel" / "misc_fuel" — same category, normalized.
Electric vehicle chargingElectric Vehicle Charge Level 1: 110V, Electric Vehicle Charge Level 2: 240V, Electric Vehicle Charge Level 3: 480V.
Fuel station purchases
Fuel apps
Fleet services Maintenance Automotive Glass, Aviation Maintenance, Brake Fluid, De-icing, Miscellaneous Labor, Miscellaneous Parts, Miscellaneous Repairs, Motor Oil, Solvent, TBA (tire batteries accessories), Transmission Service
Tires
Car washes
Parking & tollsTiedown and Hangar
Towing
Travel Travel
Air travel
Car rentals
Lodging
Taxis and rideshares
Travel expenses
Buses and trains
Business & office Business & professional services
Internet & phone services
Office supplies
Computer hardware and software
Advertising
Utilities
Insurance
Gifts
Rent
Merchandise & services Food Aviation Catering, Beer/Wine, Milk/Juice, Miscellaneous Beverage, Miscellaneous food/Grocery, Restaurant, Soda
Supermarkets & general merchandise
Hardware stores
Books & newspapers
Medical
Training and education
Entertainment
Clubs & memberships
Government services
Misc / fallback Misc
Misc. (non-fuel)
CashCash Advance
OtherAPU or Aircraft Jump Start, Aircraft Cleaning, Automotive Accessories, Aviation Accessories, Batteries, Boat Service, Call Out Fee, Cargo Handling, Charter Fees, Cigarettes/Tobacco, Communications Fees, Driver Rewards Promo, Engine Service, Flight Planning/Weather Fees, Ground Handling, Health/Beauty Aid, Instruction Fee, Landing Fee, Miscellaneous Aviation, Miscellaneous Other, Oil Change, Plane Rental, Ramp Fee
Adjustments & fees Merchant discount
Promo Rebate
Monthly Fee
Late Fee
Shipping Fee
Foreign Transaction Fee

Note: This category set may evolve over time as new product_type values are added. There is currently no change-log or versioning mechanism for these additions, and filtering transactions by product_type is currently not supported on the public APIs.



Response Parameters

company_id

  • Type: Integer

  • Description: Unique identifier of the company.

transactions

  • Type: Array of Objects

  • Description: List of transactions associated with the account.

id

  • Type: String

  • Description: Unique identifier for the transaction.

transaction_status

  • Type: String

  • Description: Status of the transaction (e.g., "posted").

transaction_type

  • Type: String

  • Description: Type of the transaction — value can be one of: purchase, fee, credit, or adjustment.

transaction_time

  • Type: String (Date-Time)

  • Description: Timestamp when the transaction occurred.

posted_at

  • Type: String (Date-Time)

  • Description: Timestamp when the transaction was posted.

updated_at

  • Type: String (Date-Time)

  • Description: Timestamp when the transaction was last updated.

transaction_reversed_time

  • Type: String (Date-Time)

  • Description: Timestamp when the transaction was reversed, if applicable.

driver_id

  • Type: Integer

  • Description: ID of the driver associated with the transaction.

vehicle_id

  • Type: Integer

  • Description: ID of the vehicle associated with the transaction (null if not applicable).

last_four_digits

  • Type: String

  • Description: Last four digits of the card used in the transaction.

card_id

  • Type: String

  • Description: Unique identifier of the card used in the transaction.

invoice_number

  • Type: String

  • Description: Invoice number for the transaction.

authorized_amount

  • Type: Float

  • Description: Authorized amount in dollars.

total_rebate

  • Type: Float

  • Description: Total rebate amount applied to the transaction in dollars.

total_amount_before_rebate

  • Type: Float

  • Description: Total amount before applying the rebate, in dollars.

total_amount

  • Type: Float

  • Description: Total amount after applying the rebate, in dollars. In the case of a fee, credit, or adjustment, the impacted amount is surfaced in this field.

decline_reason_code

  • Type: String

  • Description: Code indicating the reason for transaction decline, if applicable.

decline_reason

  • Type: String

  • Description: Description of the reason for transaction decline, if applicable.

currency

  • Type: String

  • Description: Currency used in the transaction (e.g., "USD").

order_items

  • Type: Array of Objects

  • Description: List of items involved in the transaction.

quantity

  • Type: Float

  • Description: Quantity of the item.

unit_price

  • Type: Float

  • Description: Unit price of the item.

gross_amount

  • Type: Float

  • Description: Gross amount of the item in dollars.

product_type

  • Type: String

  • Description: Type of the product (e.g., "Cash", "ATM fee").

unit_of_measure

  • Type: String

  • Description: Unit of measurement for the item.

rebate_amount

  • Type: Float

  • Description: Rebate amount applied to the item in dollars.

merchant_info

  • Type: Object

  • Description: Information about the merchant where the transaction occurred.

Merchant Info object details

name

  • Type: String

  • Description: Name of the merchant (e.g., "Marqeta Storefront").

city

  • Type: String

  • Description: City where the merchant is located (e.g., "St. Petersburg").

state

  • Type: String

  • Description: State where the merchant is located (e.g., "CA").

street

  • Type: String

  • Description: Street address of the merchant.

country

  • Type: String

  • Description: Country where the merchant is located (e.g., "USA").

zip_code

  • Type: String

  • Description: ZIP code of the merchant's location (e.g., "33705").

address

  • Type: String

  • Description: Full address of the merchant.

full_address

  • Type: String

  • Description: Full formatted address of the merchant.

pre_transaction_metadata

  • Type: Object

  • Description: Metadata before the transaction occurred.

odometer_reading

  • Type: Integer

  • Description: Odometer reading before the transaction.

odometer_unit

  • Type: String

  • Description: Unit of the odometer reading (e.g., "km").

custom_info

  • Type: Array of Objects
  • Description: A collection of custom data fields (like Project IDs or Notes) associated with the transaction.

name

  • Type: String
  • Description: The label or identifier for the custom field (e.g., "project_id_1", "optional_note").

value_type

  • Type: String
  • Description: Defines the format of the data. Common values include:
    • free_text: Allows for any alphanumeric input.
    • single_select: Provides a pre-defined list of options for the user to choose from.

values

  • Type: Array or Null
  • Description: If the value_type is single_select, this contains an array of valid options (e.g., [123, 234]). For free_text, this usually returns null.

current_value

  • Type: String
  • Description: The actual data entered or selected for this specific transaction (e.g., "random value" or "123").

post_transaction_metadata

  • Type: Object

  • Description: Metadata after the transaction occurred.

receipt_available

  • Type: Boolean

  • Description: Whether a receipt is available for the transaction.

comment

  • Type: String

  • Description: Additional comments related to the transaction.

transaction_dispute

  • Type: Object

  • Description: Dispute details.


Query Params
driver_ids[]
array of int32s

Specify the driver IDs for whom you want to fetch the Motive card transactions.

driver_ids[]
vehicle_ids[]
array of int32s

Specify a list of the vehicles for which you are checking the Motive card transactions.

vehicle_ids[]
string

Narrow your search range by specifying either the date range or a transaction time. Allowed values are transaction_time, or posted_at.

date

Specify the start date from which you want to list out the transactions. Default: 1 Week ago.

date

Specify an end date before which you want to check the transactions. Default: Current date. NOTE: Start Date and End Date are optional. If using, enter both the values. Else, leave them both blank.

string

Specify the Motive card's last 4 digits to fetch the details pertaining to that particular card.

string

Specify the ID of the card for which you want to view all the transactions.

transaction_status_list
array of strings

Filter by a specific transaction that you want to check for the Motive card transactions. Allowed values are

  • posted
  • pending
  • reversed
  • refunded
  • declined
  • disputed_opened
  • disputed_closed

transaction_status_list
string
Defaults to desc

Sort the Motive card transactions either in an ascending order or a descending order based on the date range filter type. Default Value: Descending. Allowed values are: asc, desc.

string
Defaults to 1

Specify the page number to view the transactions.

string
Defaults to 1000

Denotes the number of results per page. Default is 1000 per page.

Headers
string
required

Specify the timezone for formatting the timestamps.

string
required

Specify the API key of the company for which you are using this endpoint.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json