cURL
curl --request POST \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/individual-users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "activity": "<string>", "address": "<string>", "birthCountry": "<string>", "birthdate": "<string>", "city": "<string>", "country": "<string>", "documentNumber": "<string>", "documentType": "<unknown>", "email": "<string>", "employmentStatus": "<string>", "estimatedAnnualIncome": 123, "estimatedAnnualTransactionVolume": 123, "estimatedNetWorth": 123, "hasPepCloseAssociate": true, "isPublicOffice": true, "name": "<string>", "nationality": "<string>", "phoneNumber": "<string>", "phoneNumberCountry": "<string>", "postalCode": "<string>", "professionalSector": "<string>", "province": "<string>", "sourceOfFunds": "<string>", "surname": "<string>", "termsAndConditionsAccepted": true, "addressLine2": "<string>", "pepAssociateCountry": "<string>", "pepAssociateName": "<string>", "pepAssociatePosition": "<string>", "publicOfficeCountry": "<string>", "publicOfficePosition": "<string>" } '
{ "activity": { "id": 123, "name": "<string>", "slug": "<string>" }, "address": "<string>", "addressLine2": "<string>", "birthCountry": "<string>", "birthdate": "<string>", "city": "<string>", "country": "<string>", "documentNumber": "<string>", "documentType": "<string>", "email": "<string>", "employmentStatus": "<string>", "estimatedAnnualIncome": 123, "estimatedAnnualTransactionVolume": 123, "estimatedNetWorth": 123, "gender": "<string>", "hasPepCloseAssociate": true, "id": "<string>", "isPublicOffice": true, "name": "<string>", "nationality": "<string>", "pepAssociateCountry": "<string>", "pepAssociateName": "<string>", "pepAssociatePosition": "<string>", "phoneNumber": "<string>", "phoneNumberCountry": "<string>", "postalCode": "<string>", "professionalSector": "<string>", "province": "<string>", "publicOfficeCountry": "<string>", "publicOfficePosition": "<string>", "sourceOfFunds": "<string>", "surname": "<string>", "termsAndConditionsAccepted": true }
Create a new individual user account
API Key for accessing management endpoints
Language preference (es for Spanish, default: English)
User details
Created
Show child attributes