Update Fraud Settings
Update fraud protection settings for an account.
Fraud rules are evaluated after card tokenization to determine if a card should be blocked based on its properties (country, brand, type, etc.) and the transaction amount.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Request
This endpoint expects an object.
enabled
Whether fraud protection is enabled
custom_message
Custom message shown to customer when card is blocked
Response
Successful Response
enabled
Whether fraud protection is enabled
custom_message
Custom message shown to customer when card is blocked (overrides rule reason)
Errors
422
Unprocessable Entity Error