Get the details of the IBAN
GET/account/utils/iban/details/:iban/
Get the details of the IBAN
Request
Path Parameters
iban stringrequired
The IBAN you want to get
Responses
- 200
- 400
- 401
- 403
- 500
Return a iban details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- BankInfoDto
- ]
UUID string
Iban stringrequired
Iban
BIC stringrequired
BIC
Actif booleannullable
Default value: true
is Actif (default = true)
Public booleannullable
Default value: false
is Public (default = false)
BankInfoDto object nullable
oneOf
Address stringnullable
address1
CountryName stringnullable
countryName
Institution stringnullable
institution
Location stringnullable
location
Name stringnullable
name
valid booleannullable
Default value: false
is Valid (default = false)
fail_validation_reason stringnullable
fail_validation_reason
[
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Iban": "FR7630006000011234567890189",
"BIC": "OLKILUL1",
"Actif": "true",
"Public": "true",
"BankInfoDto": {},
"valid": "true",
"fail_validation_reason": "XYZZZ"
}
]
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...