{
"id": "<string>",
"usd_amount": 6.9,
"authorization_method": "ecommerce",
"created_at": "2023-12-01T05:00:00.401Z",
"card_id": "<string>",
"cashback_usd_amount": 6.9,
"currency": "USD",
"declined_reason": "insufficient_funds",
"international": true,
"local_amount": 6.9,
"memo": "Team dinner",
"merchant_category": "Software",
"merchant_category_code": "5734",
"merchant_icon_url": "https://logo.clearbit.com/example.com",
"merchant_name": "Acme Corporation",
"posted_at": "2023-12-01T05:00:00.401Z",
"status": "pending",
"transaction_type": "spend"
}Documentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
A card transaction record.
The unique identifier for the card transaction.
The transaction amount in USD.
6.9
How the card was presented or authenticated for the purchase.
"ecommerce"
The datetime the card transaction was created.
"2023-12-01T05:00:00.401Z"
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "VXNlci0xMA==") or integer (such as 4) input value will be accepted as an ID.
The cashback reward amount earned on this transaction, in USD.
6.9
The ISO 4217 currency code for the transaction amount.
"USD"
The issuer-provided reason the transaction was declined.
"insufficient_funds"
Whether the transaction was made with a merchant outside the card's home country.
The transaction amount in the merchant's local currency before conversion.
6.9
A user-provided note attached to the transaction.
"Team dinner"
The enriched or raw category label for the merchant.
"Software"
The four-digit ISO 18245 merchant category code (MCC).
"5734"
A URL to the enriched merchant logo image.
"https://logo.clearbit.com/example.com"
The enriched or raw name of the merchant where the purchase was made.
"Acme Corporation"
When the transaction was settled by the card network.
"2023-12-01T05:00:00.401Z"
The current lifecycle status of the transaction.
pending, completed, reversed, declined The type of transaction.
"spend"
Was this page helpful?