Create address
To add a new address to an account, use the Create new address endpoint.
Sample payload
{
"type": "RESIDENTIAL",
"address": "Some St.",
"number": 456,
"complementary_address": "string",
"neighborhood": "Random Estates",
"zip_code": "00000-000",
"city": "São Paulo",
"state": "SP",
"country": "Brazil",
"mailing_address": true,
"is_active": true
}
Mailing address
Only one address can have
mailing_address=true
.
Updated about 2 months ago