v1

latestOpenAPI 3.1.02026-08-04261878.5 KB

Retrieve Digital Payment Balance

get/payment/balance

Headers

client_idstring required
client_secretstring required

Response

200

Example response

{
  "data": {
    "currency": "IDR",
    "balance": 56005
  },
  "meta": {
    "created_at": "2024-03-13 15:20:31.928975612 +0700 WIB",
    "modified_at": "2024-03-13 15:20:31.928975612 +0700 WIB"
  }
}