simulation
List simulated card transactions
Returns a list of simulated card transactions, in descending order of creation time.
To retrieve more details of a transaction, use the get card transaction by ID endpoint.
get/v2/simulation/spend/profiles/{profileId}/cards/{cardToken}/transactions
Path parameters
profileIdinteger required
The profile ID.
cardTokenstring uuid required
The card token.
Query parameters
limitinteger
The maximum number of transactions to return. The default value is 10.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
List of simulated card transactions.
Changes
No recorded changes to this endpoint across all 5 revisions of this API.