E-wallets
This endpoint returns the list of e-wallets available for disbursement. Use the short_code from this response when creating an e-wallet disbursement.
List Available E-wallets
GET /v1/ewallets
Authentication: X-API-Key required.
Response:
{
"success": true,
"data": [
{
"id": "uuid",
"name": "GoPay",
"short_code": "GOPAY",
"logo_url": "https://cdn.nusio-saka.com/logos/gopay.png",
"is_enabled": true,
"sort_order": 1
},
{
"id": "uuid",
"name": "OVO",
"short_code": "OVO",
"logo_url": "https://cdn.nusio-saka.com/logos/ovo.png",
"is_enabled": true,
"sort_order": 2
}
]
}
This list is cached for 1 hour. Only e-wallets with is_enabled: true are returned.
Supported E-wallet Codes
short_code | Provider |
|---|---|
GOPAY | GoPay |
GOPAYDRIVER | GoPay Driver |
OVO | OVO |
SHOPEEPAY | ShopeePay |
LINKAJA | LinkAja |
DANA | DANA |
KASPRO | KasPro |
info
Not all e-wallets may be enabled for your aggregator. Use the API response to display only what is actually available.