v1
latestOpenAPI 3.1.02026-07-227350156.5 KBMerchant Action Triggers
Get card-level trigger status
Get the status and version of the latest merchant action trigger registration at the card scope.
Card-level triggers apply only to transactions for the specified card.
Important: Triggers are only applied to enrichment responses when the status is succeeded.
To learn more about action triggers, please read the Merchant Action Triggers Guide.
get/users/{userId}/cards/{cardId}/merchant-action-triggers
Response
Successful operation
Example response
{
"status": "succeeded",
"version": 1,
"merchantTriggers": [
{
"id": "merchant_123",
"action": {
"type": "REWARD",
"points": 200
}
}
],
"totalCount": 50000
}