Accounts
Get Request Signer
Get information on the status of the request to add a signer
post/ GetRequestSigner
Request body
Example request
{
"Method": "GetRequestSigner",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"USN": "IND0e3e03de-fb97-4a88-a21f-346714ac1318IND"
}Response
Ok
Example response
{
"RequestStatus": "Gerada",
"USN": "IND0e3e03de-fb97-4a88-a21f-346714ac1318IND",
"HolderData": {
"TaxNumber": "33.762.255/0001-40",
"TrandingName": "FitBank",
"ConstitutionDate": "2024-04-17T14:06:04.837Z"
},
"SignatoryData": {
"Name": "Contract Name",
"TaxNumber": "33.762.255/0001-40",
"BirthDate": "1992/20/02",
"PersonRoleType": "Associado"
}
}