Ryzehosting
  1. tools
Ryzehosting
  • account
    • redeem voucher
      POST
    • save address
      POST
    • affiliate stats
      GET
    • transactions
      GET
    • get address
      GET
    • dashboard
      GET
    • balance
      GET
    • session
      GET
  • domain
    • whois privacy update
      POST
    • whois privacy get
      GET
    • contact update
      POST
    • nameservers
      POST
    • dns-records
      GET
    • contact get
      GET
    • dns update
      POST
    • authcode
      POST
    • pricelist
      GET
    • details
      GET
    • check
      POST
    • order
      POST
    • list
      GET
  • server
    • ipaddresses
      GET
    • password
      POST
    • hardware
      GET
    • reinstall
      POST
    • rrddata
      GET
    • cancel
      POST
    • status
      GET
    • prices
      GET
    • config
      GET
    • renew
      POST
    • power
      POST
    • hosts
      GET
    • order
      POST
    • vnc
      GET
    • list
      GET
    • ptr
      POST
    • os
      GET
  • webspace
    • packages
    • details
    • renew
    • status
    • order
    • list
  • ryzectrl
    • packages
    • details
    • renew
    • order
    • list
  • ticket
    • messages
    • message
    • details
    • create
    • open
    • close
    • list
  • tools
    • Create UUID
      POST
    • Iban Verify
      POST
    • Network
      POST
    • NoVNC
      POST
    • Whois
      POST
  • Schemas
    • Unauthorized
    • Success
  1. tools

Iban Verify

POST
tools/iban

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟠400Bad Request
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dash.ryzehosting.com/api/v2/tools/iban' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "query": "BE58967510289579"
}'
Response Response Example
400 - Success
{
    "response": "Successfully fetched IBAN information",
    "state": "success",
    "code": 200,
    "data": {
        "query": "DE41100110012461728611",
        "bankData": {
            "bankCode": "10011001",
            "name": "N26 Bank",
            "zip": "10179",
            "city": "Berlin",
            "bic": "NTSBDEB1XXX"
        },
        "valid": true
    }
}
Modified at 2026-01-30 22:21:16
Previous
Create UUID
Next
Network
Built with