---
title: "Get Account Balance"
method: GET
path: "/v1/payments/paymentToPlatform"
tags: ["Payment to Platform"]
---

# Get Account Balance

`GET /v1/payments/paymentToPlatform`

This API will allow you to get the balance of your master payment to platform account.

## Response `200`

- GetPaymentToPlatformBalanceResponse
  - `status` ResponseStatus, required
    - `code` number
    - `desc` string
    - `messages` Message[]
      - `desc` string, required
      - `type` 'ERROR' | 'WARN' | 'INFO'
  - `data` PaymentToPlatformBalanceResponse, required
    - `balance` number, required
    - `businessName` string, required

## Other responses

- `400` — Bad request response
- `401` — Unauthorized response
- `404` — Not found response
- `500` — Internal server error response

---

[API](https://skmtc.dev/spinwheel/apis/discover.md) · [All operations](https://skmtc.dev/spinwheel/apis/discover/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spinwheel/discover/revisions/55b90a2e1dd4/schema)
