Create account restriction
Accounts
Create account restriction
Creates a restriction for an account without changing its lifecycle status. Returns 202 Accepted when the request is queued for processing.
POST
Create account restriction
Headers
Client-provided idempotency key. UUID v4 suggested, max 255 characters.
Maximum string length:
255Pattern:
\SPath Parameters
Account ID
Pattern:
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}Body
application/json
Request to create a restriction for an account
Restriction type
Available options:
REJECT_OUTBOUND, REJECT_INBOUND, HOLD_INBOUND Example:
"REJECT_OUTBOUND"
Restriction source
Available options:
CLIENT, PLAIS Example:
"PLAIS"
Free-text reason for the restriction
Example:
"PLAIS restriction"
External reference associated with the restriction
Example:
"PLAIS-2026-12345"
Response
Account restriction request accepted
Response for accepted asynchronous requests
Correlation identifier for tracking the request through events
Example:
"550e8400-e29b-41d4-a716-446655440000"
Last modified on July 20, 2026