Cutiezy • API Docs
Bank
Daftar endpoint kategori Bank.
List Bank
GET list_bankMengambil daftar kode bank yang tersedia.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank
Contoh Test URL
https://api.cutiezy.id/api/check/bank?service=list_bank&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| service | Kode Service | text | Ya | - | - |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.
Cek Rekening Bank
GET cek_bankCek nama pemilik rekening berdasarkan kode bank dan nomor rekening.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank
Contoh Test URL
https://api.cutiezy.id/api/check/bank?service=cek_bank&code=%7Bcode%7D&user_id=%7Buser_id%7D&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| service | Kode Service | text | Ya | - | - |
| code | Kode Bank | digits | Ya | 3 | 10 |
| user_id | Nomor Rekening | digits | Ya | 5 | 30 |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.