Card
Get card authorization events
Fetch card events for a single card by card ID
GET
/
card
/
{cardId}
/
events
This endpoint returns events from Visa for a single card, including authorizations, reversals, and verifications. One use for this endpoint is to determine if a merchant attempted to charge a card.
Authorizations
X-API-Key
string
headerrequiredAuthentication from public API requests
Path Parameters
cardId
string
requiredQuery Parameters
cursor
string
A cursor string to fetch the next page of results
filter:messageType
enum<string>
Returns all card events matching the messageType passed in.
Available options:
authorisations
, verifications
, financials
, reversals
Response
200 - application/json
items
object[]
requiredmetadata
object
Response sent when requesting a list of data