Format
pty_019cd34e27bf78399b4e75b327d2ab25
- Prefix: 2-4 character type indicator (e.g.,
pty_for party) - UUID: 32 hexadecimal characters (no hyphens)
ID types
| Prefix | Resource | Description |
|---|---|---|
pty_ | Party | Business or individual entity on the platform |
usr_ | User | Person who logs into a party |
agt_ | Agent | API client that acts on behalf of a party |
dlg_ | Delegation | Permission grant between two parties |
adl_ | Agent Delegation | Links an agent to a delegation |
din_ | Delegation Invitation | Pending invitation to create a delegation |
dlk_ | Delegation Link | Shareable URL to accept a delegation |
mbr_ | Party Membership | A user’s membership in a party |
ses_ | Session | Authenticated user session |
bno_ | Beneficial Owner | Ultimate beneficial owner on a business party |
apy_ | API Key | Credential for API access |
sk_ntl_ | API Key Secret | Secret value, format: sk_ntl_{env}_{secret} |
wal_ | Wallet | Holds funds for a party |
efs_ | External Funding Source | Linked bank account for deposits and withdrawals |
pay_ | Payment | A payment between two parties |
trf_ | Transfer | Fund movement between wallets |
txn_ | Transaction | Ledger entry returned by GET /transactions |
hld_ | Hold Request | Policy hold on a pending payment |
req_ | Request | Correlation ID for money movement operations |
esc_ | Escalation | Compliance review of a held payment |
Working with IDs
API requests
Always use the full prefixed ID in API requests:Validation
IDs are validated on every request. Invalid formats return a400 Bad Request: