/check-document/bank_accounts
POST https://staging-api.yousign.com/check-document/bank_accounts
Yousign performs an automatic verification of the BIC with the following checks:
Consistency check between the information read on the BIC.
Consistency check between the surname and first name (if any) of the member present on the BIC, and those sent in the signatory's personal data.
Consistency check between the IBAN number on the BIC and those sent in the signatory's data.
Request Body
{"file"=>"/9j/4AAQSkZJRgABAQEASABIA [...] TT9S1LT9N/tKCCivv+igD//Z", "firstName"=>"First name", "birthName"=>"Birth name", "lastName"=>"Last name", "iban"=>"FRXXXXXXXXXXXXXXXXXXXXXXXXX"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | This header specifies the format of the exchanges in JSON. | |
Authorization | string | This value is a secret and needs to be replaced by your API Key (Bearer). |
RESPONSES
status: Created
{"id":"/check-document/bank_accounts/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","createdAt":"2019-06-26T08:26:35+02:00","updatedAt":"2019-06-26T08:26:35+02:00","workspace":"/workspaces/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","creator":null,"firstName":"First name","birthName":"Birth name","lastName":"Last name","companyName":null,"iban":"FRXXXXXXXXXXXXXXXXXXXXXXXXX","documentType":"RIB","extractedIban":"FRXXXXXXXXXXXXXXXXXXXXXXXXX","birthNameValid":true,"lastNameValid":true,"firstNameValid":true,"companyNameValid":null,"ibanValid":true,"company":"/companies/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}