Transaction Alert Settings

Get Transaction Alert Controller Settings

get

Retrieve the current transaction alert settings configured for a merchant.

Responses
chevron-right
200

ok

Transaction alert configuration details.

payloadTypestringOptional

Type of payload returned.

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

Create Transaction Alert Controller 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
chevron-right
200

ok

Transaction alert configuration details.

payloadTypestringOptional

Type of payload returned.

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

Delete Transaction Alert Controller Settings

delete

Delete the current transaction alert settings configured for a merchant.

Responses
chevron-right
200

ok

Transaction alert configuration details.

payloadTypestringOptional

Type of payload returned.

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

Last updated

Was this helpful?