Update Travel Rule Configuration

PUT {{baseUrl}}/screening/travel_rule/policy_configuration

Updates bypass screening, inbound delay, or outbound delay configurations for Travel Rule.

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Acceptstring

RESPONSES

status: OK

{"bypassScreeningDuringServiceOutages":"\u003cboolean\u003e","inboundTransactionDelay":"\u003cnumber\u003e","outboundTransactionDelay":"\u003cnumber\u003e"}