Proxy-seller

잔액

엔드포인트:

이 요청은 개인 계정의 사용 가능한 잔액을 검색합니다.

GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/get

경로 매개변수

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/get

응답

{
    "status": "success",
    "data": {
        "summ": 10
    },
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}

잔액 보충

이 요청을 통해 잔액을 보충할 수 있습니다.

POSThttps://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/add

경로 매개변수

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키

요청 본문

이름

유형

설명

summ

번호

보충하려는 금액

paymentId

번호

아래 목록에서 선택한 결제수단의 ID입니다

https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/add

응답

{
    "status": "success",
    "data": {
        "url": "https://proxy-seller.com/personal/pay/?ORDER_ID=595PAYMENT"
    },
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set existed [paymentId]",
            "code": 0,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set [summ > 1]",
            "code": 0,
            "customData": null
        }
    ]
}

결제 시스템

이 요청은 잔액 보충을 위해 사용 가능한 결제 시스템을 보여줍니다.

GEThttps://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/payments/list

경로 매개변수

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키

https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/payments/list

응답

{
        "status": "success",
    "data": {
        "items": [
            {
                "id": "29",
                "name": "PayPal"
            },
            {
                "id": "30",
                "name": "Visa / MasterCard"
            },
            {
                "id": "41",
                "name": "USDT (TRC-20)"
            },
            {
                "id": "38",
                "name": "USDT, USDC (ERC20)"
            },
            {
                "id": "40",
                "name": "BUSD, BNB, USDC"
            },
            {
                "id": "39",
                "name": "TRX, TON, Matic, CGPT"
            },
            {
                "id": "45",
                "name": "BTC, BCH, LTC"
            },
            {
                "id": "26",
                "name": "BUSD BNB XRP ZEC DASH (>10 usd)"
            },
            {
                "id": "35",
                "name": "Binance"
            },
            {
                "id": "37",
                "name": "Visa / MasterCard (solidgate)"
            },
            {
                "id": "33",
                "name": "Advcash, Nixmoney"
            }
        ]
    },
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}

On this page