콘텐츠로 이동

계정 잔액 조회



GET /api/v1/billing/balance/get

개요

매개변수 설명

응답 매개변수 설명:

주요 필드

매개변수명 설명
cashBalance 현금 계정 잔액
couponBalance 바우처 잔액
storedCardBalance 선불 카드 잔액

요청 예시

curl 'https://openapi.guance.com/api/v1/billing/balance/get' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

응답

{
    "code": 200,
    "content": {
        "cashBalance": 9997322516.42,
        "couponBalance": 0.0,
        "declaration": {
            "b": [
                "asfawfgajfasfafgafwba",
                "asfgahjfaf"
            ],
            "business": "aaa",
            "organization": "6540c09e4243b300077a9675"
        },
        "storedCardBalance": 0.0
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-0F20FE10-7E05-4AFE-8B87-DCABF419362D"
} 

문서 평가

이 페이지가 도움이 되었나요?