externalUserId field. Attempts to reuse an existing ID will result in an error. All new users must accept P100 Terms and Conditions by setting hasAcceptedP100Tc to true during creation.proof of address (POA), the response will include the field:"poaRequiredForExtended": true⚠️ Important: The Proof of Address (POA) requirement is currently suspended. You are not required to provide POA documents at this time, even if the API returns "poaRequiredForExtended": true. Please proceed with the standard KYC flow.
curl --location --request POST 'https://partner-api-stage.p100.io/v1/user/balances/crypto-and-fiat' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "f47ac10b-58cc-4372-a567-0e02b23d479",
"email": "jan.kowalski@example.pl",
"phone": "486012334567",
"firstName": "Jan",
"lastName": "Kowalski",
"street": "ul. Marszałkowska",
"number": "123/5",
"city": "Warszawa",
"postCode": "00-001",
"country": "PL",
"citizenship": "PL",
"nationality": "PL",
"birthCountry": "PL",
"birthDate": "1990-05-15",
"userIdentificationNumber": "123456789"
}'{
"userId": "f63064b1-c26b-4c9e-af22-0b483262751f",
"poaRequiredForExtended": false
}