Get Bill Info

Fetch an existing wallet by its UUID

API Endpoint

POST /client/bills/view


Request Headers:

Authorization: Bearer <access_token>

Content-Type: application/json Request Body:

{
    "reference":"66bb8c4dbb18e67"
}

curl 'https://apis.xpay.stream/client/wallets/view' \
  -H 'Authorization: Bearer <access_token>'         \
  -H 'Content-Type: application/json'               \
  --data-raw '{"reference":"66bb8c4dbb18e67"}'             

Last updated