For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction Alert Settings

Get transaction alert settings

get

Retrieve the current transaction alert settings configured for a merchant.

Responses
200

ok

Transaction alert configuration details.

payloadTypestringOptional

Type of payload returned.

get/rest/v2/settings/merchant/transaction-alert

Create transaction alert settings

post

Create a transaction alert controller settings for a merchant.

Body
merchantIdstringOptional

Merchant identifier associated with the alert settings.

terminalIdstringOptional

Terminal identifier associated with the alert settings.

emailsstringOptional

Email address to receive transaction alerts.

callbackUrlstringOptional

URL to which transaction result notifications are sent.

Responses
200

ok

Transaction alert configuration details.

payloadTypestringOptional

Type of payload returned.

post/rest/v2/settings/merchant/transaction-alert

Delete transaction alert settings

delete

Delete the current transaction alert settings configured for a merchant.

Responses
200

ok

Transaction alert configuration details.

payloadTypestringOptional

Type of payload returned.

delete/rest/v2/settings/merchant/transaction-alert

Last updated

Was this helpful?