Register merchant action triggers at the account scope.
Account-level triggers apply to all transactions for all users in your account.
Field requirements:
id, merchantName, and action are always required for each triggerwebsite is requiredBatch processing: Registrations with more than 100 triggers are processed asynchronously as a batch job. Poll the GET endpoint to monitor completion.
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.
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