Complete API reference for PayGet integration
Mendapatkan detail profil pengguna berdasarkan API Key
| Type | Key | Value |
|---|---|---|
| Header | x-api-key |
YOUR_API_KEY |
| Query Param | apiKey |
YOUR_API_KEY |
Mengajukan permintaan penarikan dana
| Type | Key | Value |
|---|---|---|
| Header | x-api-key |
YOUR_API_KEY |
| Header | Content-Type |
application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
paymentMethod |
string | Required | DANA, SHOPEEPAY, GOPAY, OVO |
amount |
number | Required | Minimal 10000 |
phoneNumber |
string | Required | Nomor telepon untuk pembayaran |
Membuat permintaan pembayaran (top up saldo)
| Type | Key | Value |
|---|---|---|
| Header | x-api-key |
YOUR_API_KEY |
| Header | Content-Type |
application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
amount |
number | Required | Minimal 1000 |
Mengecek status pembayaran berdasarkan Payment ID
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
string | Required | Payment ID yang ingin dicek |