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