Get dedicated deposit IBAN for NaturalPerson or LegalEntity
GET/web3/kypay/onramp/iban/:uuid
Get dedicated deposit IBAN for NaturalPerson or LegalEntity
Request
Path Parameters
uuid stringrequired
The UUID of the NaturalPerson or LegalEntity
Query Parameters
country string
you can choose between an FR or LU IBAN
Example: LU
Responses
- 200
- 401
- 4XX|5XX
Return a IBAN
- application/json
- Schema
- Example (from schema)
Schema
IBAN stringrequired
Iban
BIC stringrequired
BIC
AccountHolder stringrequired
Name of the account holder
BankInfoDto object
Address stringnullable
address1
CountryName stringnullable
countryName
Institution stringnullable
institution
Location stringnullable
location
Name stringnullable
name
uuid stringnullable
{
"IBAN": "FR7630006000011234567890189",
"BIC": "OLKILUL1",
"AccountHolder": "Olky Payment Service Provider",
"BankInfoDto": {
"Address": "",
"CountryName": "France",
"Institution": "OLKY PAYMENT SERVICE PROVIDER",
"Location": "ROUEN",
"Name": "OLKY PAYMENT SERVICE PROVIDER",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
}
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...