Brazil
See all the information for the creation of an account for Brazil.
Flow

Flow for creation of Brazilian accounts.
To create a card, the account must be activated.
Mandatory parameters
Owner object
| Property | Type | Description | 
|---|---|---|
| first_name* | String | Owner's first name. Length: 50. | 
| last_names* | String | Owner's complete last names. Length: 50. | 
| birth_date* | String | Owner's birth date. YYYY-MM-DD. Users must be over 18 years old. Length: 10. | 
| email* | String | Owner's email. Length: 50. | 
| phone_number* | String | Owner's cellphone number. Area code (Format: 0XX) + Phone number ( 8 - 9 characters) Length: >=11 / <=12 | 
| document* | String | Owner’s CPF number. Length: 11. | 
| mother_name* | String | Mother full name. Length: 80. | 
| gender | Char | M or F. Length: 1. | 
| marital_status | Char | Check the marital status table below for more details. Length: 1. | 
| ip_address* | String | Owner's IP Address. Length: 40. | 
| terms_and_conditions_accepted* | Boolean | Account's terms and conditions. Length: 5. | 
| data_management_accepted* | Boolean | Account's data management. Length: 5. | 
| address* | Address Object | Owner's address. | 
Address object
Find more details of the state and city fields on Address Information.
| Property | Type | Description | 
|---|---|---|
| country* | String | Owner's country code. ISO 3166-1 alpha-2-code. (BR). Length: 2. | 
| city* | String | Owner's address city code. Length: 30. | 
| state* | String | Owner's address state code. Length: 2. | 
| street* | String | Owner's address street. Length: 40. | 
| street_number* | Integer | Owner's address street number. Length: >0 up to 8 chr. | 
| street2 | String | Additional information on street. Length: <=80. | 
| house_number | String | Owner's house number (floor, apartment). Length: 20. | 
| zip_code* | String | Owner's address ZIP code. Length: <=8. | 
| neighbourhood* | String | Neighbourhood or district. Length: >= 1 <= 40. | 
Example request
{
    "account_reference": "sTpadHr5M6",
    "owner": {
        "first_name": "Juan",
        "last_names": "Perez",
        "birth_date": "1957-11-05",
        "email": "[email protected]",
        "phone_number": "023123456789",
        "document": "64645052462",
        "mother_name": "ustlWWBw KCrSGERq",
        "address": {
            "country": "BR",
            "city": "1000",
            "state": "1",
            "street": "Rodovia Armando Calil Bulos tsuJtb",
            "street_number": "2567",
            "street2": "Carrera 74 EbXiEI",
            "house_number": "5940",
            "zip_code": "88058",
            "neighbourhood": "Casa"
        },
        "marital_status": "S",
        "gender": "M",
        "terms_and_conditions_accepted": true,
        "data_management_accepted": true,
        "ip_address": "123.198.222.231",
    },
    "description": "dLocal Wallet for vbVsZwAp eVRqghVa",
}
{
    "account_reference": "sTpadHr5M6",
    "description": "dLocal Wallet for vbVsZwAp eVRqghVa",
    "notification_url": "http://your-notification-url.com",
    "owner": {
        "first_name": "Juan",
        "last_names": "Perez",
        "birth_date": "1957-11-05",
        "email": "[email protected]",
        "phone_number": "023123456789",
        "document": "64645052462",
        "address": {
            "country": "BR",
            "city": "1000",
            "state": "1",
            "street": "Rodovia Armando Calil Bulos tsuJtb",
            "state_number": "2567",
            "street2": "Carrera 74 EbXiEI",
            "house_number": "5940",
            "zip_code": "88058",
            "neighbourhood": "Casa"
        },
        "mother_name": "ustlWWBw KCrSGERq",
        "marital_status": "S",
        "gender": "M",
        "ip_address": "123.198.222.231",
    },
    "account_id": "ISGA-4-bd2dd659d4f74816a9dc6a091d2d05c7",
    "currency": "BRL"
    "status": "WAITING_FOR_IMAGES",
    "status_code": "200",
    "status_detail": "Images are required.",
    "creation_date": "2021-11-24T15:49:19.823Z",
    "cards": []
}
Marital status
| Status | Description | 
|---|---|
| S | Single | 
| M | Married | 
| W | Widowed | 
| D | Divorced | 
Catalogues
Download the table in xlsx version:
Updated over 1 year ago
