Register merchant action triggers at the card scope.
Card-level triggers apply only to transactions for the specified card.
Field requirements:
id, merchantName, and action are always required for each triggerwebsite is requiredLimit: A maximum of 100 merchantTriggers can be submitted per request at the card scope. Requests exceeding this limit will receive a 400 error.
Important: Triggers are only applied to enrichment responses when the status is succeeded.
To learn more about action triggers, please read the Realtime Action Triggers Guide.
Your unique identifier for the user
Your unique identifier for the card
Request body for registering merchant action triggers.
List of merchant triggers to register for action matching. Each trigger must have a unique id.
Field requirements:
id, merchantName, and action are always requiredwebsite is requiredLimits: User-scope and card-scope registrations are limited to 100 triggers per request. Account-scope registrations with more than 100 triggers will be processed asynchronously as a batch job.
1 - 100000 elementsRegistration created successfully
Response containing the status of an action trigger registration.
The current status of the action trigger registration.
pending: Registration received, processing not yet startedrunning: Registration is being processed (for batch registrations with >100 triggers)succeeded: Registration complete, triggers are now activefailed: Registration failed, check your request and retrydeleted: Trigger scope has been cleared via DELETEpending, running, succeeded, failed, deleted "succeeded"
The version number of this registration. Increments with each PUT or DELETE request to this scope.
1