Crossborder | Clients
📄️ Create Client
Create a new crossborder client. The client will be associated with the specified user and wallet.
📄️ Get All Clients
Paginated clients: id, name, document, country, type, status, risk, created_at, updated_at, optional client_verifications (id, type, provider, status). Filters: created_at_start/end (YYYY-MM-DD, both required to apply).
📄️ Get Client by ID
Returns id, name, document, country, type, status, risk, email, link_url (externalUrl), created_at, updated_at, and client_verifications (id, type, provider, status, field_props, created_at, updated_at).
📄️ Update Client
Update an existing crossborder client. Only provided fields will be updated. Note: type, document, and document_type cannot be updated. Status may only be set to ACTIVE or INACTIVE when the client is already in one of those states (toggle between them).
📄️ Delete Client
Delete a crossborder client. The client will be permanently removed from the system.
📄️ Create Client by Link
Create a new crossborder client by link. The client will be associated with the specified user and wallet.