Create a Pix director
POST {{baseInfraUrl}}/{{version}}/pix-director
Register Pix Director information at the Central Bank. This route can only be used by direct participants.
name | REQUIRED | Pix Director's full name. Example: name=Anthony Edward Stark. |
taxId | REQUIRED | Pix Director's CPF (11 digits formatted or unformatted). Example: taxId=012.345.678-90. |
phone | REQUIRED | Pix Director's phone number. Example: phone=+55-11998989898. |
REQUIRED | Pix Director's email. Example: email=ned.stark@starkbank.com. | |
password | REQUIRED | Pix Director's password, which must be informed in case Central Bank representatives get in touch. Must have exactly 8 digits. Example: password=abcd1234 |
teamEmail | REQUIRED | Email of the team responsible for the Pix operations. Example: teamEmail=help@starkbank.com |
teamPhones | REQUIRED | Phone numbers of the team's participants responsible for the Pix operations. Example: teamPhones=[+55-11988889999, +55-11988889998] |
Request Body
{"email"=>"edward@starkbank.com", "name"=>"Anthony Edward Stark", "taxId"=>"012.345.678-90", "password"=>"abcd1234", "phone"=>"+55-11999999999", "teamEmail"=>"family@starkbank.com", "teamPhones"=>["+55-11997979797"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |