This module contains endpoints for managing individual User Accounts. Unlike Partner API flows, these requests are focused on end-user data, including onboarding (KYC), individual balances, personal history, and internal transfers.User API is designed to manage the full customer lifecycle: from identity verification to user-level treasury operations.Core Endpoints#
Create User
Register a new end-user in the system.Add KYC File
Method A: Direct upload of identity documents.Initiate Verification
Method B: Start a guided KYC verification session.Redirect to Verification
Method B: Obtain the secure URL for redirecting users to KYC interface.KYC Status
Retrieve the current verification stage and result.Add Verification
Submit additional user verification data.Add POA File
Upload proof of address (POA) documents.Update User
Modify existing user profile information.Delete User
Permanently remove a user account.Suspend User
Temporarily block user account activity.Unsuspend User
Restore access to a suspended user account.Get User Balances
Check fiat and crypto balances for a specific user.User History
Retrieve detailed transaction history for an individual user.Retrieve Rate
Get real-time rates for user-specific exchange pairs.Create Lock
Lock a rate for user currency exchange.Finalize Exchange
Execute a swap using user balance.Exchange Details
Check status of a specific user exchange.SEPA Deposit Info
Retrieve dedicated user banking details for incoming SEPA.Contact List
Manage saved bank contacts for a specific user.Create SEPA Transfer
Initiate SEPA withdrawal from user balance.Transfer Details
Track status of a user outgoing bank transfer.Get Network Fee
Check current blockchain fee estimates for withdrawals.Create Withdrawal
Withdraw user crypto to an external blockchain address.Withdrawal Details
Track confirmations and status for user withdrawal.Update Travel Rule
Submit compliance data for user crypto deposits.Create Transfer
Move funds between Partner and User accounts.Transfer Details
Track status of internal fund movement.All Virtual Card services are temporarily suspended.The entire card module, including issuance, management, and transaction processing, is currently offline. All associated endpoints are disabled and return an error if called.
Typical Workflows#
Workflow: User Onboarding and KYC#
1.
Create User Account: Register user via Create User to get unique user identifier. 3.
Monitor Status: Use KYC Status or webhooks to detect verification completion. Workflow: Internal Transfers#
2.
Set Partner as source and User as destination for payout.
3.
Set User as source and Partner as destination for collection.
Direct user-to-user transfers are not supported. Transfers must be routed through Partner account.
Workflow: User Crypto Payout#