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.

nameREQUIREDPix Director's full name. Example: name=Anthony Edward Stark.
taxIdREQUIREDPix Director's CPF (11 digits formatted or unformatted). Example: taxId=012.345.678-90.
phoneREQUIREDPix Director's phone number. Example: phone=+55-11998989898.
emailREQUIREDPix Director's email. Example: email=ned.stark@starkbank.com.
passwordREQUIREDPix Director's password, which must be informed in case Central Bank representatives get in touch. Must have exactly 8 digits. Example: password=abcd1234
teamEmailREQUIREDEmail of the team responsible for the Pix operations. Example: teamEmail=help@starkbank.com
teamPhonesREQUIREDPhone 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

KeyDatatypeRequiredDescription
Content-Typestring