{"info":{"_postman_id":"569b982d-34da-4be2-a6bd-997c5d2a3e88","name":"Dokumentasi API RonzzPay","description":"<html><head></head><body><p>API ini menyediakan layanan integrasi untuk memproses pembayaran (transaksi), transfer saldo antar pengguna, dan pencairan dana (withdraw). API ini dibangun menggunakan arsitektur RESTful, mengharuskan protokol HTTPS, dan selalu mengembalikan <em>response</em> dalam format <strong>JSON</strong>.</p>\n<h4 id=\"🔒-autentikasi\"><strong>🔒 Autentikasi</strong></h4>\n<p>Setiap <em>request</em> wajib menyertakan parameter <code>api_key</code> pada <em>body</em> request untuk memvalidasi akses akun Anda. Anda bisa mendapatkan <code>api_key</code> melalui menu Pengaturan API di dashboard.</p>\n<h4 id=\"🚀-fitur-utama-endpoint-api\"><strong>🚀 Fitur Utama Endpoint API:</strong></h4>\n<ol>\n<li><p><strong>👤 Profile</strong></p>\n<ul>\n<li>Mendapatkan informasi dasar profil dan saldo akun terkini.</li>\n</ul>\n</li>\n<li><p><strong>💸 Transaction (Pembayaran)</strong></p>\n<ul>\n<li><p>Mendukung pembuatan metode pembayaran secara otomatis seperti QRIS, E-Wallet (DANA, OVO, GOPAY, dll.). Direkomendasikan menggunakan QRIS.</p>\n</li>\n<li><p>Pengecekan status transaksi dan melihat riwayat keseluruhan transaksi (in/out).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>🤝 Transfer</strong></p>\n<ul>\n<li><p>Fasilitas untuk mengirim/mentransfer saldo ke sesama pengguna aplikasi hanya dengan <em>username</em> penerima.</p>\n</li>\n<li><p>Tersedia juga endpoint untuk cek status transfer dan mutasi riwayat transfer.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>🏦 Withdraw (Pencairan Dana)</strong></p>\n<ul>\n<li><p>Fitur untuk mencairkan saldo akun ke rekening Bank atau nomor E-Wallet yang didukung.</p>\n</li>\n<li><p>Meliputi pembuatan request penarikan, cek status penarikan, dan daftar riwayat <em>withdraw</em>.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h4 id=\"🧪-sandbox-environment\"><strong>🧪 Sandbox Environment</strong></h4>\n<p>Untuk keperluan <em>testing</em> dan <em>development</em>, Anda dapat menggunakan endpoint Sandbox dengan mengubah <em>prefix</em> <code>/api/</code> menjadi <code>/sandbox/</code> (contoh: <code>/sandbox/transaction/create</code>). Uji coba integrasi dapat dilakukan tanpa risiko finansial sungguhan. Status transaksi sandbox bisa diubah manual lewat Sandbox Panel di dashboard Anda.</p>\n<h4 id=\"🔔-webhook--callback\"><strong>🔔 Webhook / Callback</strong></h4>\n<p>Sistem mendukung notifikasi instan berbasis Webhook (HTTP POST). Saat ada perubahan status (misal: transaksi berhasil dibayar), sistem akan otomatis mengirimkan JSON <em>payload</em> berisikan event <code>transaction.success</code> ke URL Callback yang Anda atur. Pastikan server Anda merespon dengan HTTP Status <code>200 OK</code>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"45707659","collectionId":"569b982d-34da-4be2-a6bd-997c5d2a3e88","publishedId":"2sBXqGr2TQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-26T03:47:16.000Z"},"item":[{"name":"Production","item":[{"name":"Withdraw","item":[{"name":"Create Withdraw","id":"cf617490-b778-4b49-8831-7ec2bb73113f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"<p>Jumlah nilai tarik dana (Min limit yang ditentukan di website)</p>\n","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"<p>Gunakan nilai bank atau ewallet</p>\n","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"<p>Kode bank atau e-wallet</p>\n","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"<p>Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju</p>\n","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"<p>Atas nama pemilik rekening/e-wallet untuk validasi</p>\n","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"},{"key":"webhook_url","value":"https://example.com/webhook","description":"<p>URL yang akan menerima notifikasi callback saat transaksi berhasil.</p>\n","type":"text","uuid":"21a1237a-eb92-4f0b-9a6a-43391b355ebf"}]},"url":"https://pg.ronzzyt.id/api/withdraw/create","description":"<p>Mencairkan sejumlah saldo yang ada pada akun ke dompet digital atau bank yang terdaftar.</p>\n","urlObject":{"protocol":"https","path":["api","withdraw","create"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"c30d3774-f86f-4430-b6ef-d914e60b78f3","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"},{"key":"webhook_url","value":"https://example.com/webhook","description":"URL yang akan menerima notifikasi callback saat transaksi berhasil.","type":"text","uuid":"48565eb0-d777-4e1e-998f-68a9c3cd1d11"}]},"url":"https://pg.ronzzyt.id/api/withdraw/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:03:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Permintaan withdraw berhasil dibuat.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"pending\",\n        \"created_at\": \"2026-04-26 12:03:17\"\n    }\n}"},{"id":"c76512d5-e0de-4c50-bc80-fa6e141b4712","name":"Gagal","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"},{"key":"webhook_url","value":"https://example.com/webhook","description":"URL yang akan menerima notifikasi callback saat transaksi berhasil.","type":"text","uuid":"000b987c-788a-46da-9b9e-ed728eaa2023"}]},"url":"https://pg.ronzzyt.id/api/withdraw/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:03:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Terjadi kesalahan saat memproses withdraw e-wallet. Silahkan untuk menghubungi Admin.\"\n}"},{"id":"55d99454-3743-42cf-b0d9-3a45ddc6c54f","name":"Saldo tidak cukup","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"},{"key":"webhook_url","value":"https://example.com/webhook","description":"URL yang akan menerima notifikasi callback saat transaksi berhasil.","type":"text","uuid":"825cbaf2-8260-4368-a0cf-99c6f2529538"}]},"url":"https://pg.ronzzyt.id/api/withdraw/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:06:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Saldo tidak mencukupi untuk withdraw dengan biaya e-wallet.\"\n}"},{"id":"9c34904a-b067-43fa-9965-4fa8a0e27ad4","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"},{"key":"webhook_url","value":"https://example.com/webhook","description":"URL yang akan menerima notifikasi callback saat transaksi berhasil.","type":"text","uuid":"38b87a48-cf50-4e4e-9af8-4d9a8953eef2"}]},"url":"https://pg.ronzzyt.id/api/withdraw/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:07:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"cf617490-b778-4b49-8831-7ec2bb73113f"},{"name":"Status Withdraw","id":"8eeecdcd-6919-47a7-8e77-3f9dd0e95caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"<p>ID Referensi dari /api/withdraw/create</p>\n","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/api/withdraw/status","description":"<p>Mengecek proses penyelesaian dari pencairan / withdraw dana Anda.</p>\n","urlObject":{"protocol":"https","path":["api","withdraw","status"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"89b844e5-9958-4ba5-bd8e-f10d7011a762","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/api/withdraw/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status withdraw ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 12:03:17\",\n        \"updated_at\": \"2026-04-26 12:03:32\"\n    }\n}"},{"id":"ef3449cf-dd26-4948-8d30-1d8168f69f34","name":"Gagal","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/api/withdraw/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status withdraw ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"failed\",\n        \"created_at\": \"2026-04-26 12:03:17\",\n        \"updated_at\": \"2026-04-26 12:03:32\"\n    }\n}"},{"id":"86c7d6f6-364c-483a-b681-a5097e9c8e1d","name":"Expired","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/api/withdraw/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status withdraw ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"expired\",\n        \"created_at\": \"2026-04-26 12:03:17\",\n        \"updated_at\": \"2026-04-26 12:03:32\"\n    }\n}"},{"id":"0df04734-29b3-436a-ba5f-b6c1264a79af","name":"Withdraw tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"123456789","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/api/withdraw/status"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:13:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Withdraw tidak ditemukan.\"\n}"},{"id":"cfc977d0-d495-4ce2-a238-ed7d7a97680d","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/api/withdraw/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:09:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=y1I4nQlXD4NcvLezdsycnBsXGUU%2BeDZdS6OtTBqpK%2FXbu94MJZpJFT17ADrToOxq%2BoESc59LfWWQLVa1FyfHKLsERRvF9xa7FsFrapr%2BbWvAyW9rrNxom06qQp%2BL8LV6\"}]}"},{"key":"x-powered-by","value":"PHP/8.3.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"access-control-allow-origin","value":"*"},{"key":"set-cookie","value":"XSRF-TOKEN=eyJpdiI6IlFzdTMzZGYrSVB5R2UrMXVlQUF0Mmc9PSIsInZhbHVlIjoibEVXelA2U2h5NG91bkRWUENneUxrMllOMWdhaGJmd0dUckJkSGhjUDJqb2Qyc3dKZTJ3V0RqRTV0dUxlODg4a0M5VzJIQXBmdU96eE1DUzRUcGZpajZUMnZJb0owK3FpbUNJclFod2RxQUVkYWZWbm9adTV6aEdybDV6VGlnV3giLCJtYWMiOiI0ODQwMzdkNGRlZTQ4MmQzNDA3N2RhM2E5NzI1YjZhM2NjOGU5M2FiZDZhMDY3Y2NiNjU2M2Q5MzBkMDdiZTBkIiwidGFnIjoiIn0%3D; expires=Sun, 26 Apr 2026 07:09:48 GMT; Max-Age=7200; path=/; secure; samesite=lax"},{"key":"set-cookie","value":"ronzzpay-session=eyJpdiI6IlZTazZPNEZXQytsQ01hY2Y1QmNKSHc9PSIsInZhbHVlIjoiVDVZYytIbzRIV1dsQUhmUjBlMlFRUG1CbHFucW50RHBlZVZKMTN0cVp1UnlsMmtxb2dSY3Bqa3lBSmhIRXd1dlBrUWF5R2tOVFlMY0l3RmpFaVpMMjhaa3NiZEdiN1pNbXZYYnNVSGhpWHUxVS9GaGRXaHd1STR5d0RFVFowR3IiLCJtYWMiOiJlMzY2OTk1ODEyMDJkMzJmNjQ3NDE4NmU2NWRhMDVkNDM0YmNiNGFmZTAzN2Q5NTU0ZmY4M2Q3ODI3YWQwMjg1IiwidGFnIjoiIn0%3D; expires=Sun, 26 Apr 2026 07:09:48 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9f2313d1d856ce43-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"8eeecdcd-6919-47a7-8e77-3f9dd0e95caa"},{"name":"List Withdrawals","id":"2d75f94d-06c3-4a11-8e66-46ac374d5862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"1de9f8ec-7bc4-4192-b46a-fb6dee01337c"},{"key":"status","value":"success","description":"<p>Status transaksi (success/failed/expired)</p>\n","type":"text","uuid":"00342f3b-5405-4bc8-afce-ae4e12a417fb"}]},"url":"https://pg.ronzzyt.id/api/withdraw/list","description":"<p>Melihat riwayat keseluruhan pencairan dana (withdraw) pada akun Anda.</p>\n","urlObject":{"protocol":"https","path":["api","withdraw","list"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"b37ed85d-3c83-4420-9542-b1c244439fdb","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"1de9f8ec-7bc4-4192-b46a-fb6dee01337c"},{"key":"status","value":"success","description":"Status transaksi (success/failed/expired)","type":"text","uuid":"00342f3b-5405-4bc8-afce-ae4e12a417fb"}]},"url":"https://pg.ronzzyt.id/api/withdraw/list"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:16:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Daftar withdraw ditemukan.\",\n    \"data\": [\n        {\n            \"reff_id\": \"VzR0ZaN9xVgGrFE0\",\n            \"description\": \"Withdraw ke E-Wallet GOPAY\",\n            \"method\": \"ewallet\",\n            \"code\": \"gopay\",\n            \"type\": \"out\",\n            \"amount\": 10000,\n            \"fee\": 1000,\n            \"total\": 11000,\n            \"status\": \"success\",\n            \"created_at\": \"2026-04-25 16:29:18\",\n            \"updated_at\": \"2026-04-25 16:29:34\"\n        },\n        {\n            \"reff_id\": \"zBZ9QQkmRUMimiSN\",\n            \"description\": \"Withdraw ke E-Wallet DANA\",\n            \"method\": \"ewallet\",\n            \"code\": \"dana\",\n            \"type\": \"out\",\n            \"amount\": 10000,\n            \"fee\": 1000,\n            \"total\": 11000,\n            \"status\": \"success\",\n            \"created_at\": \"2026-04-23 19:31:04\",\n            \"updated_at\": \"2026-04-23 19:31:07\"\n        }\n    ]\n}"},{"id":"cb55999c-f976-4334-b407-4410e80fc953","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"1de9f8ec-7bc4-4192-b46a-fb6dee01337c"},{"key":"status","value":"success","description":"Status transaksi (success/failed/expired)","type":"text","uuid":"00342f3b-5405-4bc8-afce-ae4e12a417fb"}]},"url":"https://pg.ronzzyt.id/api/withdraw/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:17:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"2d75f94d-06c3-4a11-8e66-46ac374d5862"}],"id":"68f2ac6b-82ee-47ce-928a-2d12a98dbd61","_postman_id":"68f2ac6b-82ee-47ce-928a-2d12a98dbd61","description":""},{"name":"Transfer","item":[{"name":"Create Transfer","id":"4fe6a0ac-f00d-4f1c-b899-611a32cac08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"<p>Username tujuan transfer</p>\n","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"<p>Jumlah dana yang akan ditransfer (Min: 1)</p>\n","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/api/transfer/create","description":"<p>Melakukan transfer saldo antara akun sesama pengguna aplikasi ini dengan mudah.</p>\n","urlObject":{"protocol":"https","path":["api","transfer","create"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"d091a611-03c0-417f-af19-71073b22066a","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/api/transfer/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:38:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transfer berhasil.\",\n    \"data\": {\n        \"reff_id\": \"OX2Whej2wSnvIRDI\",\n        \"description\": \"Transfer ke Ronzz YT\",\n        \"method\": \"transfer\",\n        \"recipient\": {\n            \"username\": \"ronzzyt\",\n            \"name\": \"Ronzz YT\"\n        },\n        \"type\": \"out\",\n        \"amount\": 1000,\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 11:38:25\"\n    }\n}"},{"id":"9bba6728-f631-46d0-a0ee-5723f5bd7861","name":"Saldo tidak cukup","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/api/transfer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:37:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Saldo tidak mencukupi.\"\n}"},{"id":"af24d5fc-2c6c-4f2b-9d67-58e336a1cd97","name":"Penerima tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"user123","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/api/transfer/create"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:39:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Penerima tidak ditemukan.\"\n}"},{"id":"e8330288-fd9c-4b7b-a8a2-694a323650d5","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/api/transfer/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:36:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"4fe6a0ac-f00d-4f1c-b899-611a32cac08d"},{"name":"Status Transfer","id":"ff12e7aa-1593-481f-9afb-b934901d8d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"OX2Whej2wSnvIRDI","description":"<p>ID Referensi dari riwayat transfer</p>\n","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/api/transfer/status","description":"<p>Mengecek status riwayat transfer berserta detail penerima/pengirim berdasarkan ID Transfer.</p>\n","urlObject":{"protocol":"https","path":["api","transfer","status"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"52cf2fa7-785b-48e8-a37c-02e26fa8a4c4","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"OX2Whej2wSnvIRDI","description":"ID Referensi dari riwayat transfer","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/api/transfer/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:43:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status transfer berhasil diambil.\",\n    \"data\": {\n        \"reff_id\": \"OX2Whej2wSnvIRDI\",\n        \"description\": \"Transfer ke Ronzz YT\",\n        \"method\": \"transfer\",\n        \"recipient\": {\n            \"username\": \"ronzzyt\",\n            \"name\": \"Ronzz YT\"\n        },\n        \"type\": \"out\",\n        \"amount\": 1000,\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 11:38:25\"\n    }\n}"},{"id":"7e6e9818-eb71-4356-87a4-2d488b842e8c","name":"Transfer tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"123456789","description":"ID Referensi dari riwayat transfer","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/api/transfer/status"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:44:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Transfer tidak ditemukan.\"\n}"},{"id":"91c48ff4-ef7e-4287-886b-80c03f4d4709","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"OX2Whej2wSnvIRDI","description":"ID Referensi dari riwayat transfer","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/api/transfer/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:42:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"ff12e7aa-1593-481f-9afb-b934901d8d8f"},{"name":"List Transfers","id":"10333f9d-bb7e-4a59-ab46-d5654ec05fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"25adaeaa-6177-4a40-bda3-625c35871a9f"},{"key":"status","value":"success","description":"<p>Status transfer (success/failed)</p>\n","type":"text","uuid":"32132b40-281a-407d-b70a-01280a08eeac"}]},"url":"https://pg.ronzzyt.id/api/transfer/list","urlObject":{"protocol":"https","path":["api","transfer","list"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"830ae53f-9cd1-4306-b858-bb4521b10acc","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"25adaeaa-6177-4a40-bda3-625c35871a9f"},{"key":"status","value":"success","description":"Status transfer (success/failed)","type":"text","uuid":"32132b40-281a-407d-b70a-01280a08eeac"}]},"url":"https://pg.ronzzyt.id/api/transfer/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:53:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Daftar transfer berhasil diambil.\",\n    \"data\": [\n        {\n            \"reff_id\": \"40c0B8wmuad9cOHs\",\n            \"description\": \"Transfer dari Ronzz YT\",\n            \"method\": \"transfer\",\n            \"sender\": {\n                \"username\": \"ronzz\",\n                \"name\": \"Ronzz YT\"\n            },\n            \"type\": \"in\",\n            \"amount\": 1000,\n            \"status\": \"success\",\n            \"created_at\": \"2026-04-26 11:38:25\"\n        },\n        {\n            \"reff_id\": \"1bxh353SctBQ3qh3\",\n            \"description\": \"Transfer ke User 123\",\n            \"method\": \"transfer\",\n            \"recipient\": {\n                \"username\": \"user123\",\n                \"name\": \"User 123\"\n            },\n            \"type\": \"out\",\n            \"amount\": 10000,\n            \"status\": \"success\",\n            \"created_at\": \"2026-03-15 17:06:51\"\n        },\n        {\n            \"reff_id\": \"uTuTXZ1q71kCiQ4e\",\n            \"description\": \"Transfer ke User 123\",\n            \"method\": \"transfer\",\n            \"recipient\": {\n                \"username\": \"user123\",\n                \"name\": \"User 123\"\n            },\n            \"type\": \"out\",\n            \"amount\": 10000,\n            \"status\": \"success\",\n            \"created_at\": \"2026-03-12 09:54:43\"\n        }\n    ]\n}"},{"id":"ec671031-e2c6-4294-ab34-2ea8df9b505c","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"25adaeaa-6177-4a40-bda3-625c35871a9f"},{"key":"status","value":"success","description":"Status transfer (success/failed)","type":"text","uuid":"32132b40-281a-407d-b70a-01280a08eeac"}]},"url":"https://pg.ronzzyt.id/api/transfer/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:46:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"10333f9d-bb7e-4a59-ab46-d5654ec05fdd"}],"id":"bd3b881c-b608-45d3-94a9-1426dc6654ed","_postman_id":"bd3b881c-b608-45d3-94a9-1426dc6654ed","description":""},{"name":"Transaction","item":[{"name":"Create Transaction","id":"ce34511e-6f2f-4d10-9f08-8a6e146caaba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"b4a130ab-6874-45a1-b9f0-91a50d55a6ce"},{"key":"code","value":"qris","description":"<p>Kode pembayaran valid: qris, dana, ovo, gopay, dll</p>\n","type":"text","uuid":"cac7ada3-64f6-4a68-9bbf-1759a0ba0692"},{"key":"amount","value":"1000","description":"<p>Jumlah dana (Minimal tergantug channel, cth: 500/1000)</p>\n","type":"text","uuid":"9ea76dbd-0737-466c-b3f0-77534597b81c"},{"key":"description","value":"Invoice INV-20260426","description":"<p>Catatan/deskripsi pesanan (maks 255 karakter)</p>\n","type":"text","uuid":"0664cd53-4f9a-4b88-ba82-59270a50de1a"},{"key":"webhook_url","value":"https://example.com/webhook","description":"<p>URL yang akan menerima notifikasi callback saat transaksi berhasil.</p>\n","type":"text","uuid":"71d47d9f-6810-444b-9769-cc5569ff37d8"}]},"url":"https://pg.ronzzyt.id/api/transaction/create","description":"<p>Membuat transaksi menggunakan metode pembayaran seperti QRIS atau E-Wallet untuk menerima dana.</p>\n","urlObject":{"protocol":"https","path":["api","transaction","create"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"294dc507-bd1e-43e8-87cb-7c29e70af23b","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"b4a130ab-6874-45a1-b9f0-91a50d55a6ce"},{"key":"code","value":"qris","description":"Kode pembayaran valid: qris, dana, ovo, gopay, dll","type":"text","uuid":"cac7ada3-64f6-4a68-9bbf-1759a0ba0692"},{"key":"amount","value":"1000","description":"Jumlah dana (Minimal tergantug channel, cth: 500/1000)","type":"text","uuid":"9ea76dbd-0737-466c-b3f0-77534597b81c"},{"key":"description","value":"Invoice INV-20260426","description":"Catatan/deskripsi pesanan (maks 255 karakter)","type":"text","uuid":"0664cd53-4f9a-4b88-ba82-59270a50de1a"},{"key":"webhook_url","value":"https://example.com/webhook","description":"URL yang akan menerima notifikasi callback saat transaksi berhasil.","type":"text","uuid":"0e5cdd19-3c45-42f5-b282-7fef01bc2df9"}]},"url":"https://pg.ronzzyt.id/api/transaction/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:17:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaksi berhasil dibuat.\",\n    \"data\": {\n        \"reff_id\": \"ASUlXwiu3UvTSIA7\",\n        \"description\": \"Invoice INV-20260426\",\n        \"method\": \"ewallet\",\n        \"code\": \"qris\",\n        \"type\": \"in\",\n        \"amount\": 1186,\n        \"fee\": 186,\n        \"get_amount\": 1000,\n        \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI520454115303360540411865802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A016304EFAC\",\n        \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/ASUlXwiu3UvTSIA7.png\",\n        \"payment_name\": \"VELZZ SHOP\",\n        \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n        \"status\": \"pending\",\n        \"created_at\": \"2026-04-26 11:17:26\",\n        \"expired_at\": \"2026-04-26 11:27:26\"\n    }\n}"},{"id":"017e7dae-b821-4a0c-ba53-5b27dadbbefb","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"b4a130ab-6874-45a1-b9f0-91a50d55a6ce"},{"key":"code","value":"qris","description":"Kode pembayaran valid: qris, dana, ovo, gopay, dll","type":"text","uuid":"cac7ada3-64f6-4a68-9bbf-1759a0ba0692"},{"key":"amount","value":"1000","description":"Jumlah dana (Minimal tergantug channel, cth: 500/1000)","type":"text","uuid":"9ea76dbd-0737-466c-b3f0-77534597b81c"},{"key":"description","value":"Invoice INV-20260426","description":"Catatan/deskripsi pesanan (maks 255 karakter)","type":"text","uuid":"0664cd53-4f9a-4b88-ba82-59270a50de1a"},{"key":"webhook_url","value":"https://example.com/webhook","description":"URL yang akan menerima notifikasi callback saat transaksi berhasil.","type":"text","uuid":"23fc8713-bc9c-4ecf-a5da-2e2dfc0430c2"}]},"url":"https://pg.ronzzyt.id/api/transaction/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:14:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"ce34511e-6f2f-4d10-9f08-8a6e146caaba"},{"name":"Status Transaction","id":"ca9d8fc0-9357-4658-a107-2236528d3686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"<p>ID Referensi dari /api/transaction/create</p>\n","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/api/transaction/status","description":"<p>Mengecek status pembayaran transaksi yang telah dibuat berdasarkan Reference ID.</p>\n","urlObject":{"protocol":"https","path":["api","transaction","status"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"cc3d50f5-c121-4820-a5c3-65472c516d93","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/api/transaction/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:23:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaksi ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"ASUlXwiu3UvTSIA7\",\n        \"description\": \"Invoice INV-20260426\",\n        \"method\": \"ewallet\",\n        \"code\": \"qris\",\n        \"type\": \"in\",\n        \"amount\": 1186,\n        \"fee\": 186,\n        \"get_amount\": 1000,\n        \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI520454115303360540411865802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A016304EFAC\",\n        \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/ASUlXwiu3UvTSIA7.png\",\n        \"payment_name\": \"VELZZ SHOP\",\n        \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 11:17:26\",\n        \"expired_at\": \"2026-04-26 11:27:26\"\n    }\n}"},{"id":"6e5bf6ec-b01c-4dee-9f95-280f4dbf29b0","name":"Expired","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/api/transaction/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:25:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaksi ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"ASUlXwiu3UvTSIA7\",\n        \"description\": \"Invoice INV-20260426\",\n        \"method\": \"ewallet\",\n        \"code\": \"qris\",\n        \"type\": \"in\",\n        \"amount\": 1186,\n        \"fee\": 186,\n        \"get_amount\": 1000,\n        \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI520454115303360540411865802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A016304EFAC\",\n        \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/ASUlXwiu3UvTSIA7.png\",\n        \"payment_name\": \"VELZZ SHOP\",\n        \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n        \"status\": \"expired\",\n        \"created_at\": \"2026-04-26 11:17:26\",\n        \"expired_at\": \"2026-04-26 11:27:26\"\n    }\n}"},{"id":"3182954a-ffa7-401a-a553-4881c77efc13","name":"Transaksi tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"123456789","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/api/transaction/status"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:27:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Transaksi tidak ditemukan.\"\n}"},{"id":"724f7c3d-9896-404d-98ca-98a8b4544a4b","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/api/transaction/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:22:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"ca9d8fc0-9357-4658-a107-2236528d3686"},{"name":"List Transactions","id":"ebcc0be1-000f-4801-af4e-87c3f88ee853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"5842362e-20d6-41fa-af16-83fe66b010b2"},{"key":"status","value":"success","description":"<p>Status transaksi</p>\n","type":"text","uuid":"bd4b638b-810f-427d-bfe2-2b92f84d75f6"},{"key":"code","value":"qris","description":"<p>Kode metode pembayaran</p>\n","type":"text","uuid":"5030e035-829a-489a-92e6-845dbd049971"}]},"url":"https://pg.ronzzyt.id/api/transaction/list","description":"<p>Melihat riwayat keseluruhan transaksi akun.</p>\n","urlObject":{"protocol":"https","path":["api","transaction","list"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"5022cb61-73d7-4391-839e-806dbdaa0bc4","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"5842362e-20d6-41fa-af16-83fe66b010b2"},{"key":"status","value":"success","description":"Status transaksi","type":"text","uuid":"bd4b638b-810f-427d-bfe2-2b92f84d75f6"},{"key":"code","value":"qris","description":"Kode metode pembayaran","type":"text","uuid":"5030e035-829a-489a-92e6-845dbd049971"}]},"url":"https://pg.ronzzyt.id/api/transaction/list"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:31:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Daftar transaksi berhasil diambil.\",\n    \"data\": [\n        {\n            \"reff_id\": \"OHnist7Z1EtqT2CU\",\n            \"description\": \"Deposit dari @ronzzyt\",\n            \"method\": \"ewallet\",\n            \"code\": \"qris\",\n            \"type\": \"in\",\n            \"amount\": 641,\n            \"fee\": 141,\n            \"get_amount\": 500,\n            \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI52045411530336054036415802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A0163047192\",\n            \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/OHnist7Z1EtqT2CU.png\",\n            \"payment_name\": \"VELZZ SHOP\",\n            \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n            \"status\": \"success\",\n            \"created_at\": \"2026-04-19 15:49:32\",\n            \"expired_at\": \"2026-04-19 15:59:32\"\n        },\n        {\n            \"reff_id\": \"6ysHS6COf5qH121Y\",\n            \"description\": \"Order C x 1\",\n            \"method\": \"ewallet\",\n            \"code\": \"qris\",\n            \"type\": \"in\",\n            \"amount\": 627,\n            \"fee\": 127,\n            \"get_amount\": 500,\n            \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI52045411530336054036275802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A0163045CA8\",\n            \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/6ysHS6COf5qH121Y.png\",\n            \"payment_name\": \"VELZZ SHOP\",\n            \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n            \"status\": \"success\",\n            \"created_at\": \"2026-04-19 10:05:15\",\n            \"expired_at\": \"2026-04-19 10:15:15\"\n        }\n    ]\n}"},{"id":"728c7afa-1a15-48cd-822b-e33353731c84","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"5842362e-20d6-41fa-af16-83fe66b010b2"},{"key":"status","value":"success","description":"Status transaksi","type":"text","uuid":"bd4b638b-810f-427d-bfe2-2b92f84d75f6"},{"key":"code","value":"qris","description":"Kode metode pembayaran","type":"text","uuid":"5030e035-829a-489a-92e6-845dbd049971"}]},"url":"https://pg.ronzzyt.id/api/transaction/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:33:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"ebcc0be1-000f-4801-af4e-87c3f88ee853"}],"id":"20a1392a-2452-41c9-8dca-d6b790088779","_postman_id":"20a1392a-2452-41c9-8dca-d6b790088779","description":""}],"id":"9ad48378-27c5-481b-b32a-3ea099bc8f83","_postman_id":"9ad48378-27c5-481b-b32a-3ea099bc8f83","description":""},{"name":"Sandbox","item":[{"name":"Withdraw","item":[{"name":"Create Withdraw","id":"ae5789d0-ce4f-4a61-9a2d-0e635c019795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"<p>Jumlah nilai tarik dana (Min limit yang ditentukan di website)</p>\n","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"<p>Gunakan nilai bank atau ewallet</p>\n","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"<p>Kode bank atau e-wallet</p>\n","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"<p>Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju</p>\n","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"<p>Atas nama pemilik rekening/e-wallet untuk validasi</p>\n","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"},{"key":"webhook_url","value":"https://example.com/webhook","description":"<p>URL yang akan menerima notifikasi callback saat transaksi berhasil.</p>\n","type":"text","uuid":"c59b61ad-4b59-4074-9bcc-fde4a1280bbc"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/create","description":"<p>Mencairkan sejumlah saldo yang ada pada akun ke dompet digital atau bank yang terdaftar.</p>\n","urlObject":{"protocol":"https","path":["sandbox","withdraw","create"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"b284ad18-5398-4e85-aef2-13fa1b151cb8","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:03:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Permintaan withdraw berhasil dibuat.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"pending\",\n        \"created_at\": \"2026-04-26 12:03:17\"\n    }\n}"},{"id":"fa445e8e-5968-41d7-855a-d5724d423483","name":"Gagal","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:03:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Terjadi kesalahan saat memproses withdraw e-wallet. Silahkan untuk menghubungi Admin.\"\n}"},{"id":"cdc97b03-2fec-4542-ae1a-df0909fe2e47","name":"Saldo tidak cukup","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:06:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Saldo tidak mencukupi untuk withdraw dengan biaya e-wallet.\"\n}"},{"id":"7c521cc9-35b9-404f-b918-03271310de18","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"dab6d2c1-364d-4037-987f-66ef9478677e"},{"key":"amount","value":"10000","description":"Jumlah nilai tarik dana (Min limit yang ditentukan di website)","type":"text","uuid":"630c0aef-6131-4480-999c-d9db7d44b789"},{"key":"method","value":"ewallet","description":"Gunakan nilai bank atau ewallet","type":"text","uuid":"35928e2d-d1b0-4e12-b3fc-43ec8e8a8dfa"},{"key":"code","value":"dana","description":"Kode bank atau e-wallet","type":"text","uuid":"4cfbb1d3-29f0-47f8-815b-903f4558250b"},{"key":"account_number","value":"08123456789","description":"Nomor Rekening Bank atau Nomor Telepon E-Wallet yang dituju","type":"text","uuid":"b27b0b2f-5af1-413e-bcbb-9b88146a54a7"},{"key":"account_name","value":"Ronzz YT","description":"Atas nama pemilik rekening/e-wallet untuk validasi","type":"text","uuid":"f88c7120-292c-4f1d-b731-d3d4b979e11b"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:07:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"ae5789d0-ce4f-4a61-9a2d-0e635c019795"},{"name":"Status Withdraw","id":"917528aa-20f7-42eb-9c52-1f0249efbdd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"<p>ID Referensi dari /api/withdraw/create</p>\n","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/sanbox/withdraw/status","description":"<p>Mengecek proses penyelesaian dari pencairan / withdraw dana Anda.</p>\n","urlObject":{"protocol":"https","path":["sanbox","withdraw","status"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"e82a4522-0503-480e-bf13-c40a82b092e7","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status withdraw ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 12:03:17\",\n        \"updated_at\": \"2026-04-26 12:03:32\"\n    }\n}"},{"id":"512491db-8e4a-47dc-932c-632eb603b571","name":"Gagal","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status withdraw ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"failed\",\n        \"created_at\": \"2026-04-26 12:03:17\",\n        \"updated_at\": \"2026-04-26 12:03:32\"\n    }\n}"},{"id":"4b065dd1-7f91-49ec-9cf7-093ece0bef0d","name":"Expired","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status withdraw ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"APILPbw7X0UIFo194mN\",\n        \"description\": \"Withdraw ke E-Wallet DANA\",\n        \"method\": \"ewallet\",\n        \"code\": \"dana\",\n        \"type\": \"out\",\n        \"amount\": 10000,\n        \"fee\": 1000,\n        \"total\": 11000,\n        \"status\": \"expired\",\n        \"created_at\": \"2026-04-26 12:03:17\",\n        \"updated_at\": \"2026-04-26 12:03:32\"\n    }\n}"},{"id":"07883471-2fc0-498e-b269-e05e9b68c76a","name":"Withdraw tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"123456789","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/status"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:13:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Withdraw tidak ditemukan.\"\n}"},{"id":"1e9a5f04-87cb-4b85-bf14-5808a7026f83","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"e37c8cb5-ea12-4c3a-8fdc-48333e57e92c"},{"key":"reff_id","value":"APILPbw7X0UIFo194mN","description":"ID Referensi dari /api/withdraw/create","type":"text","uuid":"754c6626-26ae-49b9-86e2-8ca827fb17a1"}]},"url":"https://pg.ronzzyt.id/sandbox/withdraw/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 05:09:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=y1I4nQlXD4NcvLezdsycnBsXGUU%2BeDZdS6OtTBqpK%2FXbu94MJZpJFT17ADrToOxq%2BoESc59LfWWQLVa1FyfHKLsERRvF9xa7FsFrapr%2BbWvAyW9rrNxom06qQp%2BL8LV6\"}]}"},{"key":"x-powered-by","value":"PHP/8.3.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"access-control-allow-origin","value":"*"},{"key":"set-cookie","value":"XSRF-TOKEN=eyJpdiI6IlFzdTMzZGYrSVB5R2UrMXVlQUF0Mmc9PSIsInZhbHVlIjoibEVXelA2U2h5NG91bkRWUENneUxrMllOMWdhaGJmd0dUckJkSGhjUDJqb2Qyc3dKZTJ3V0RqRTV0dUxlODg4a0M5VzJIQXBmdU96eE1DUzRUcGZpajZUMnZJb0owK3FpbUNJclFod2RxQUVkYWZWbm9adTV6aEdybDV6VGlnV3giLCJtYWMiOiI0ODQwMzdkNGRlZTQ4MmQzNDA3N2RhM2E5NzI1YjZhM2NjOGU5M2FiZDZhMDY3Y2NiNjU2M2Q5MzBkMDdiZTBkIiwidGFnIjoiIn0%3D; expires=Sun, 26 Apr 2026 07:09:48 GMT; Max-Age=7200; path=/; secure; samesite=lax"},{"key":"set-cookie","value":"ronzzpay-session=eyJpdiI6IlZTazZPNEZXQytsQ01hY2Y1QmNKSHc9PSIsInZhbHVlIjoiVDVZYytIbzRIV1dsQUhmUjBlMlFRUG1CbHFucW50RHBlZVZKMTN0cVp1UnlsMmtxb2dSY3Bqa3lBSmhIRXd1dlBrUWF5R2tOVFlMY0l3RmpFaVpMMjhaa3NiZEdiN1pNbXZYYnNVSGhpWHUxVS9GaGRXaHd1STR5d0RFVFowR3IiLCJtYWMiOiJlMzY2OTk1ODEyMDJkMzJmNjQ3NDE4NmU2NWRhMDVkNDM0YmNiNGFmZTAzN2Q5NTU0ZmY4M2Q3ODI3YWQwMjg1IiwidGFnIjoiIn0%3D; expires=Sun, 26 Apr 2026 07:09:48 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9f2313d1d856ce43-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"917528aa-20f7-42eb-9c52-1f0249efbdd9"}],"id":"d47402aa-2607-4644-9842-96c6659d96c6","_postman_id":"d47402aa-2607-4644-9842-96c6659d96c6","description":""},{"name":"Transfer","item":[{"name":"Create Transfer","id":"90ec5172-67c9-4ac6-bdcf-d187a391c3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"<p>Username tujuan transfer</p>\n","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"<p>Jumlah dana yang akan ditransfer (Min: 1)</p>\n","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/create","description":"<p>Melakukan transfer saldo antara akun sesama pengguna aplikasi ini dengan mudah.</p>\n","urlObject":{"protocol":"https","path":["sandbox","transfer","create"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"bca2c1fe-1932-4a02-8ff6-a9c0cd8ad157","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:38:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transfer berhasil.\",\n    \"data\": {\n        \"reff_id\": \"OX2Whej2wSnvIRDI\",\n        \"description\": \"Transfer ke Ronzz YT\",\n        \"method\": \"transfer\",\n        \"recipient\": {\n            \"username\": \"ronzzyt\",\n            \"name\": \"Ronzz YT\"\n        },\n        \"type\": \"out\",\n        \"amount\": 1000,\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 11:38:25\"\n    }\n}"},{"id":"02ffa59f-c613-4c3c-9241-5a663e7be78a","name":"Saldo tidak cukup","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:37:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Saldo tidak mencukupi.\"\n}"},{"id":"2721010a-de57-4641-a6ee-667aec8524b5","name":"Penerima tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"user123","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/create"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:39:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Penerima tidak ditemukan.\"\n}"},{"id":"1088047e-cac7-44a0-86e1-92478682934d","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"86ffffdd-97e2-4672-a7c7-61959e438bf3"},{"key":"recipient_username","value":"ronzzyt","description":"Username tujuan transfer","type":"text","uuid":"0d5b8aba-77ff-4621-bb81-fe8e91411076"},{"key":"amount","value":"1000","description":"Jumlah dana yang akan ditransfer (Min: 1)","type":"text","uuid":"0c53b920-671e-462a-9ce0-d960753f6475"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:36:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"90ec5172-67c9-4ac6-bdcf-d187a391c3a4"},{"name":"Status Transfer","id":"30519e45-f040-4d60-b82f-728d1c24a9c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"OX2Whej2wSnvIRDI","description":"<p>ID Referensi dari riwayat transfer</p>\n","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/status","description":"<p>Mengecek status riwayat transfer berserta detail penerima/pengirim berdasarkan ID Transfer.</p>\n","urlObject":{"protocol":"https","path":["sandbox","transfer","status"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"88466e52-8d3f-4b76-946c-72c6d97827be","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"OX2Whej2wSnvIRDI","description":"ID Referensi dari riwayat transfer","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:43:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Status transfer berhasil diambil.\",\n    \"data\": {\n        \"reff_id\": \"OX2Whej2wSnvIRDI\",\n        \"description\": \"Transfer ke Ronzz YT\",\n        \"method\": \"transfer\",\n        \"recipient\": {\n            \"username\": \"ronzzyt\",\n            \"name\": \"Ronzz YT\"\n        },\n        \"type\": \"out\",\n        \"amount\": 1000,\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 11:38:25\"\n    }\n}"},{"id":"55f168c3-216e-40bf-a8d2-31ebc63f7065","name":"Transfer tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"123456789","description":"ID Referensi dari riwayat transfer","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/status"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:44:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Transfer tidak ditemukan.\"\n}"},{"id":"daca2fbe-e295-4d8b-9c9e-0b9406bf006b","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"0ac68265-8ca0-4be7-a3ed-e0800106bd63"},{"key":"reff_id","value":"OX2Whej2wSnvIRDI","description":"ID Referensi dari riwayat transfer","type":"text","uuid":"cb31b5bc-9e38-44a2-8f80-80bb2f0d321c"}]},"url":"https://pg.ronzzyt.id/sandbox/transfer/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:42:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"30519e45-f040-4d60-b82f-728d1c24a9c3"}],"id":"9bed8e36-c338-4992-8526-13b20d8d77ed","_postman_id":"9bed8e36-c338-4992-8526-13b20d8d77ed","description":""},{"name":"Transaction","item":[{"name":"Create Transaction","id":"76c0eaca-6946-4429-b15d-4c800d60480a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"b4a130ab-6874-45a1-b9f0-91a50d55a6ce"},{"key":"code","value":"qris","description":"<p>Kode pembayaran valid: qris, dana, ovo, gopay, dll</p>\n","type":"text","uuid":"cac7ada3-64f6-4a68-9bbf-1759a0ba0692"},{"key":"amount","value":"1000","description":"<p>Jumlah dana (Minimal tergantug channel, cth: 500/1000)</p>\n","type":"text","uuid":"9ea76dbd-0737-466c-b3f0-77534597b81c"},{"key":"description","value":"Invoice INV-20260426","description":"<p>Catatan/deskripsi pesanan (maks 255 karakter)</p>\n","type":"text","uuid":"0664cd53-4f9a-4b88-ba82-59270a50de1a"},{"key":"webhook_url","value":"https://example.com/webhook","description":"<p>URL yang akan menerima notifikasi callback saat transaksi berhasil.</p>\n","type":"text","uuid":"7ef6dd86-6823-4f62-9937-662316ef08d2"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/create","description":"<p>Membuat transaksi menggunakan metode pembayaran seperti QRIS atau E-Wallet untuk menerima dana.</p>\n","urlObject":{"protocol":"https","path":["sandbox","transaction","create"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"a5825721-2b28-48a0-8c65-c8fe16b5e5bc","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"b4a130ab-6874-45a1-b9f0-91a50d55a6ce"},{"key":"code","value":"qris","description":"Kode pembayaran valid: qris, dana, ovo, gopay, dll","type":"text","uuid":"cac7ada3-64f6-4a68-9bbf-1759a0ba0692"},{"key":"amount","value":"1000","description":"Jumlah dana (Minimal tergantug channel, cth: 500/1000)","type":"text","uuid":"9ea76dbd-0737-466c-b3f0-77534597b81c"},{"key":"description","value":"Invoice INV-20260426","description":"Catatan/deskripsi pesanan (maks 255 karakter)","type":"text","uuid":"0664cd53-4f9a-4b88-ba82-59270a50de1a"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:17:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaksi berhasil dibuat.\",\n    \"data\": {\n        \"reff_id\": \"ASUlXwiu3UvTSIA7\",\n        \"description\": \"Invoice INV-20260426\",\n        \"method\": \"ewallet\",\n        \"code\": \"qris\",\n        \"type\": \"in\",\n        \"amount\": 1186,\n        \"fee\": 186,\n        \"get_amount\": 1000,\n        \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI520454115303360540411865802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A016304EFAC\",\n        \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/ASUlXwiu3UvTSIA7.png\",\n        \"payment_name\": \"VELZZ SHOP\",\n        \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n        \"status\": \"pending\",\n        \"created_at\": \"2026-04-26 11:17:26\",\n        \"expired_at\": \"2026-04-26 11:27:26\"\n    }\n}"},{"id":"36030fa4-d206-4351-bfbf-9564a4ed9495","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"b4a130ab-6874-45a1-b9f0-91a50d55a6ce"},{"key":"code","value":"qris","description":"Kode pembayaran valid: qris, dana, ovo, gopay, dll","type":"text","uuid":"cac7ada3-64f6-4a68-9bbf-1759a0ba0692"},{"key":"amount","value":"1000","description":"Jumlah dana (Minimal tergantug channel, cth: 500/1000)","type":"text","uuid":"9ea76dbd-0737-466c-b3f0-77534597b81c"},{"key":"description","value":"Invoice INV-20260426","description":"Catatan/deskripsi pesanan (maks 255 karakter)","type":"text","uuid":"0664cd53-4f9a-4b88-ba82-59270a50de1a"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:14:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"76c0eaca-6946-4429-b15d-4c800d60480a"},{"name":"Status Transaction","id":"dfe697d4-a146-4194-892f-51882315ee9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"<p>ID Referensi dari /api/transaction/create</p>\n","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/status","description":"<p>Mengecek status pembayaran transaksi yang telah dibuat berdasarkan Reference ID.</p>\n","urlObject":{"protocol":"https","path":["sandbox","transaction","status"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"445e4396-13a6-45f4-8168-25ba0cb39d9d","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:23:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaksi ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"ASUlXwiu3UvTSIA7\",\n        \"description\": \"Invoice INV-20260426\",\n        \"method\": \"ewallet\",\n        \"code\": \"qris\",\n        \"type\": \"in\",\n        \"amount\": 1186,\n        \"fee\": 186,\n        \"get_amount\": 1000,\n        \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI520454115303360540411865802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A016304EFAC\",\n        \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/ASUlXwiu3UvTSIA7.png\",\n        \"payment_name\": \"VELZZ SHOP\",\n        \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n        \"status\": \"success\",\n        \"created_at\": \"2026-04-26 11:17:26\",\n        \"expired_at\": \"2026-04-26 11:27:26\"\n    }\n}"},{"id":"797c033a-cd21-4c2d-b8ff-d8a4fc3dc5f7","name":"Expired","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:25:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaksi ditemukan.\",\n    \"data\": {\n        \"reff_id\": \"ASUlXwiu3UvTSIA7\",\n        \"description\": \"Invoice INV-20260426\",\n        \"method\": \"ewallet\",\n        \"code\": \"qris\",\n        \"type\": \"in\",\n        \"amount\": 1186,\n        \"fee\": 186,\n        \"get_amount\": 1000,\n        \"qr_string\": \"00020101021126670016COM.NOBUBANK.WWW01189360050300000879140214343130361718720303UMI51440014ID.CO.QRIS.WWW0215ID20254082785420303UMI520454115303360540411865802ID5920VELZZ SHOP OK24700486011TASIKMALAYA61054611162070703A016304EFAC\",\n        \"qr_image\": \"https://pg.ronzzyt.id/storage/qris/ASUlXwiu3UvTSIA7.png\",\n        \"payment_name\": \"VELZZ SHOP\",\n        \"instructions\": \"1. Masuk ke aplikasi E-Wallet.\\n2. Pilih menu Scan Qris.\\n3. Scan kode QR yang tersedia.\\n4. Masukkan jumlah yang akan ditransfer.\\n5. Konfirmasi pembayaran.\",\n        \"status\": \"expired\",\n        \"created_at\": \"2026-04-26 11:17:26\",\n        \"expired_at\": \"2026-04-26 11:27:26\"\n    }\n}"},{"id":"a813c8a9-cebd-48a4-86f9-697eeb14913b","name":"Transaksi tidak ada","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"123456789","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/status"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:27:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Transaksi tidak ditemukan.\"\n}"},{"id":"70a5703a-0345-4ea4-91de-9e0cf9c4cd7f","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"API Key Anda","type":"text","uuid":"ab842001-73b3-48a5-847c-ccf3d0545348"},{"key":"reff_id","value":"ASUlXwiu3UvTSIA7","description":"ID Referensi dari /api/transaction/create","type":"text","uuid":"8a88220c-53b2-417e-9f4f-12c986c92ffd"}]},"url":"https://pg.ronzzyt.id/sandbox/transaction/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 04:22:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"}],"_postman_id":"dfe697d4-a146-4194-892f-51882315ee9e"}],"id":"ce96bfd0-e7e8-463a-97d8-84192e31c970","_postman_id":"ce96bfd0-e7e8-463a-97d8-84192e31c970","description":""}],"id":"1fddc1a5-86eb-47f1-bf6a-5dc9d9071495","description":"<p>Uji integrasi Anda tanpa risiko finansial menggunakan endpoint Sandbox kami.</p>\n<h3 id=\"tentang-sandbox\">Tentang Sandbox</h3>\n<p>API Sandbox memiliki endpoint yang identik dengan API Production namun menggunakan prefix <code>/sandbox/</code>. Data di sandbox bersifat terisolasi dan Anda dapat mengubah status transaksi secara manual melalui Sandbox Panel.</p>\n","_postman_id":"1fddc1a5-86eb-47f1-bf6a-5dc9d9071495"},{"name":"Callback / Webhook","item":[{"name":"Callback Transaction","id":"8abd8ac0-e277-4e5f-aee9-1301c07dadda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"event\": \"transaction.success\",\r\n  \"data\": {\r\n    \"reff_id\": \"TRX123456\",\r\n    \"description\": \"Pembelian Produk XYZ\",\r\n    \"method\": \"ewallet\",\r\n    \"code\": \"dana\",\r\n    \"type\": \"in\",\r\n    \"amount\": 50000,\r\n    \"fee\": 500,\r\n    \"total\": 50500,\r\n    \"status\": \"success\",\r\n    \"created_at\": \"2025-10-01 10:00:00\",\r\n    \"updated_at\": \"2025-10-01 10:05:30\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8abd8ac0-e277-4e5f-aee9-1301c07dadda"},{"name":"Callback Withdraw","id":"cf529574-00ae-4e99-b896-90d116cd321c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"event\": \"withdraw.success\",\r\n  \"data\": {\r\n    \"reff_id\": \"WTD123456\",\r\n    \"description\": \"Withdraw ke E-Wallet DANA\",\r\n    \"method\": \"ewallet\",\r\n    \"code\": \"dana\",\r\n    \"type\": \"out\",\r\n    \"amount\": 10000,\r\n    \"fee\": 1000,\r\n    \"total\": 11000,\r\n    \"status\": \"success\",\r\n    \"created_at\": \"2025-10-01 10:00:00\",\r\n    \"updated_at\": \"2025-10-01 10:05:30\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"cf529574-00ae-4e99-b896-90d116cd321c"}],"id":"a4e46f79-cb04-4573-8b36-52251f7ae9d8","description":"<p>Server sistem akan mengirimkan <code>HTTP POST</code> request yang berisi Object JSON ke URL Webhook yang Anda simpan pada halaman Pengaturan API. URL Anda harus merespon dengan kode HTTP <strong>2xx (contoh 200 OK)</strong> agar IP tidak dianggap gagal.</p>\n","_postman_id":"a4e46f79-cb04-4573-8b36-52251f7ae9d8"},{"name":"Profile","id":"23793ae3-2967-4fde-b1af-aec2819d3e0d","protocolProfileBehavior":{"disableBodyPruning":true,"protocolVersion":"http2"},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","description":"<p>API Key Anda</p>\n","type":"text","uuid":"1d1e18aa-32bc-48f4-a1d8-3366b0d697cd"}]},"url":"https://pg.ronzzyt.id/api/profile","description":"<p>Mendapatkan informasi dasar profil dan saldo akun.</p>\n","urlObject":{"protocol":"https","path":["api","profile"],"host":["pg","ronzzyt","id"],"query":[],"variable":[]}},"response":[{"id":"8310ef7f-e93e-456b-88d7-dfc10b7ff533","name":"Sukses","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","type":"text","uuid":"1d1e18aa-32bc-48f4-a1d8-3366b0d697cd"}]},"url":"https://pg.ronzzyt.id/api/profile"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":":status","value":200},{"key":"date","value":"Sun, 26 Apr 2026 03:57:39 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"server","value":"cloudflare"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Profil berhasil diambil.\",\n    \"data\": {\n        \"username\": \"sarah_m\",\n        \"name\": \"Sarah Meyer\",\n        \"email\": \"sarah@example.com\",\n        \"whatsapp\": \"08123456789\",\n        \"balance\": 1500000,\n        \"role\": \"user\",\n        \"created_at\": \"2026-04-26 10:56:10\"\n    }\n}"},{"id":"fe7b5618-c7ff-4d0c-b74b-dbfd91e1b8db","name":"API Key tidak valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","type":"text","uuid":"dd456c2c-e767-447d-a7fc-9d3c38ccebbf"}]},"url":"https://pg.ronzzyt.id/api/profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":":status","value":401},{"key":"date","value":"Sun, 26 Apr 2026 04:03:55 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"1"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"server","value":"cloudflare","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"API Key tidak valid.\"\n}"},{"id":"d43db8bf-4ab7-4c21-b6a0-0353357a3de4","name":"Spam","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"YOUR_API_KEY","type":"text","uuid":"1d1e18aa-32bc-48f4-a1d8-3366b0d697cd"}]},"url":"https://pg.ronzzyt.id/api/profile"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":null,"header":[{"key":":status","value":429},{"key":"date","value":"Sun, 26 Apr 2026 04:06:27 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"2"},{"key":"x-ratelimit-remaining","value":"0"},{"key":"retry-after","value":"8"},{"key":"x-ratelimit-reset","value":"1777176395"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Terlalu banyak permintaan. Maksimal 2 permintaan per 10 detik.\"\n}"}],"_postman_id":"23793ae3-2967-4fde-b1af-aec2819d3e0d"}],"event":[{"listen":"prerequest","script":{"id":"e8ca6f2f-6ecd-45c6-8017-43fbbc3611f8","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"a293fd1a-3784-4b26-8336-8bac66f64a46","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}