Get the IBAN alias of the UUID
GET/olky_alias/iban/:uuid
Get the IBAN alias of the UUID
Request
Path Parameters
uuid stringrequired
The UUID of the aliasIBAN you want to get
Responses
- 200
- 401
- 4XX|5XX
Return a IBAN alias
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
UUID string
Iban string
Iban
BIC string
BIC
Actif booleannullable
is Actif (default = true)
Public booleannullable
is Public (default = false)
BankInfoDto objectnullable
Address stringnullable
address1
CountryName stringnullable
countryName
Institution stringnullable
institution
Location stringnullable
location
Name stringnullable
name
[
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Iban": "FR7630006000011234567890189",
"BIC": "OLKILUL1",
"Actif": "true",
"Public": "true",
"BankInfoDto": {
"Address": "",
"CountryName": "France",
"Institution": "OLKY PAYMENT SERVICE PROVIDER",
"Location": "ROUEN",
"Name": "OLKY PAYMENT SERVICE PROVIDER"
}
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...