Cutiezy • API Docs
Bank
Daftar endpoint kategori Bank.
Daftar Bank
GET list_bankAmbil daftar kode bank yang didukung.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank/list_bank
Contoh Test URL
https://api.cutiezy.id/api/check/bank/list_bank?apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| 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.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank/cek_bank
Contoh Test URL
https://api.cutiezy.id/api/check/bank/cek_bank?code=%7Bcode%7D&user_id=%7Buser_id%7D&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| code | Kode Bank | digits | Ya | 3 | 5 |
| 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.
Cek Rekening BCA
GET bcaCek nama pemilik rekening BCA.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank/bca
Contoh Test URL
https://api.cutiezy.id/api/check/bank/bca?user_id=%7Buser_id%7D&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| user_id | Nomor Rekening BCA | digits | Ya | 5 | 30 |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.
Cek Rekening BRI
GET briCek nama pemilik rekening BRI.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank/bri
Contoh Test URL
https://api.cutiezy.id/api/check/bank/bri?user_id=%7Buser_id%7D&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| user_id | Nomor Rekening BRI | digits | Ya | 5 | 30 |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.
Cek Rekening Mandiri
GET mandiriCek nama pemilik rekening Mandiri.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank/mandiri
Contoh Test URL
https://api.cutiezy.id/api/check/bank/mandiri?user_id=%7Buser_id%7D&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| user_id | Nomor Rekening Mandiri | digits | Ya | 5 | 30 |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.
Cek Rekening BNI
GET bniCek nama pemilik rekening BNI.
Endpoint Dasar
https://api.cutiezy.id/api/check/bank/bni
Contoh Test URL
https://api.cutiezy.id/api/check/bank/bni?user_id=%7Buser_id%7D&apikey=YOUR_API_KEY
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| user_id | Nomor Rekening BNI | digits | Ya | 5 | 30 |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.