webhooks
Trigger webhook for a given transaction.
This endpoint will execute this webhook for a given transaction ID. This is an asynchronous operation, so you can't see the result. Refresh the webhook message and/or the webhook message attempts to see the results. This may take some time if the webhook receiver is slow.
post/v1/webhooks/{id}/trigger-transaction/{transactionId}
Path parameters
idstring required
Example:123
The webhook ID.
transactionIdstring required
Example:123
The transaction ID.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
Webhook triggered successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.