Get the bic of the IBAN
GET/account/utils/iban/get_bic/:iban/
Get the bic of the IBAN
Request
Path Parameters
iban stringrequired
The IBAN you want to get
Responses
- 200
- 400
- 401
- 403
- 500
Return a iban status
- application/json
- Schema
- Example (from schema)
Schema
status string
iban string
bic string
{
"status": "VALID",
"iban": "FR7630006000011234567890180",
"bic": "OLKILUL1XXX"
}
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...