Skip to main content
GET
Retrieve KYC Requirements
KYC requirements are determined by the country your account is configured for — you do not need to filter by country, the response is already scoped to it. For example, an account operating in Argentina returns the fields and document types required by Argentine regulations, while a Brazil account additionally requires the net_income field (income bracket).For Mexico and Brazil, the state field is returned as a CHOICE — an enumerated list of the country’s federal entities. Submit the exact value from the returned choices (for example MX.JA for Jalisco, BR.SP for São Paulo), not a free-text state name.
For Brazil, identity documents (ID front/back and selfie) are collected through the KYC provider’s document-upload flow, not submitted as inline base64 fields in the KYC request.

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Response

Successfully retrieved KYC requirements.

kycRequiredFields
object[]
required