Checking the remaining balance on the account

POST https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/showcase/balance

Headers

NameValue

Content-Type

application/json

Authorization

Body

NameTypeDescription

agent*

String

Showcase code in Tarlan system

Response

NameTypeDescription

result

Object

The result of a request that contains information

-showcase_code

String

Showcase code in Tarlan system

-balance

float

Current balance

{
    "result": {
        "showcase_code": "daw",
        "balance": 0
    }
}

Last updated