For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get customer information

Validate Customer KYC

post

This endpoint allows you to validate your customer's KYC information. The feature must be enabled for your account before use.

Header parameters
Content-TypestringRequired

Media type of the request.

Default: application/json
X-Datestring · date-timeRequired

ISO8601 Datetime with Timezone: YYYY-MM-dd'T'HH:mm:ssZ

X-LoginstringRequired

Merchant X-Login Deposits API Key.

AuthorizationstringRequired

Authorization control hash.

Body
countrystring · max: 2Required

Country of the user (ISO 3166-1 alpha-2).

documentstring · max: 30Optional

Document of identity of the user.

document_typestring · max: 10Optional

Type of the document specified.

first_namestring · max: 255Optional

First name of the user.

last_namestring · max: 255Optional

Last name of the user.

phonestring · max: 255Optional

Phone number of the user.

emailstring · email · max: 255Optional

Email address of the user.

user_ipstring · max: 255Optional

IP Address of the user (IPv4 or IPv6).

Responses
200

OK Success. The provided information is valid.

application/json
descriptionstringOptionalExample: Valid account
userobjectOptional
fraud_statisticsobjectOptional
errorsobject[]Optional
post/kyc

Was this helpful?