User Management
Partner API key for authentication. Required for all partner account endpoints.
Authentication successful
Indicates if the request was successful
trueUnauthorized - invalid or missing API key
Partner API key for authentication. Required for all partner account endpoints.
Partner's unique user ID (usually primary key or UUID)
partner_unique_id_123User already exists
Indicates if the request was successful
trueSuccessfully created user
Bad Request
Unauthorized (missing or invalid X-API-Key)
Internal Server Error
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users. Partners can only access their own users.
550e8400-e29b-41d4-a716-446655440000User found
Indicates if the request was successful
trueUnauthorized
User not found
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users. Partners can only access their own users.
550e8400-e29b-41d4-a716-446655440000KYC submitted successfully
Indicates if the request was successful
trueBad Request - invalid method or missing required data
Unauthorized
User not found
Internal Server Error
Method 1: File Upload
POST /api/v1/partner/users/{user_uuid}/kyc/documents
Content-Type: multipart/form-data
document: <file>
document_type: identity_frontMethod 2: Single URL Upload
{
"upload_method": "url_link",
"document_type": "identity_front",
"url": "https://example.com/id-front.jpg"
}Method 3: Batch URL Upload
Partner API key for authentication. Required for all partner account endpoints.
Public UUID of the user
550e8400-e29b-41d4-a716-446655440000Document uploaded successfully
trueBad Request - invalid file type, missing document, or user not ready for uploads
Unauthorized
User not found or no active KYC session
Internal Server Error
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users.
550e8400-e29b-41d4-a716-446655440000Street address
Svitrigailos g 29City
Vilnius032291990-01-01E.164 format
+37012345678KYC data updated successfully
trueBad request (no valid fields, or trying to change required fields)
Unauthorized
User not found
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users. Partners can only access their own users.
550e8400-e29b-41d4-a716-446655440000Optional verification session ID. If not provided, the latest verification session for the user will be checked.
a1b2c3d4-e5f6-7890-abcd-ef1234567890Successfully retrieved verification status
Indicates if the request was successful
trueUnauthorized
User not found
Internal Server Error
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users. Partners can only access their own users.
550e8400-e29b-41d4-a716-446655440000Successfully retrieved payment details
Indicates if the request was successful
trueUnauthorized
User not found
Internal Server Error
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users. Partners can only access their own users.
550e8400-e29b-41d4-a716-446655440000Conditional request schema for partner payment details. institution_id may be omitted only for iban-sepa and nip-nigeria.
Payment details created successfully
Bad Request - invalid payment details or unsupported combination
Unauthorized
User not found
Internal Server Error
Delete payment details for a partner user
Partner API key for authentication. Required for all partner account endpoints.
The user_uuid returned by POST /partner/users. Partners can only access their own users.
550e8400-e29b-41d4-a716-446655440000The payment_details_id returned when creating payment details.
987Payment details deleted successfully
trueUnauthorized
User not found or payment details not found
Conflict - payment details linked to active offers
Internal Server Error
Last updated
