πŸ“–Get Balance

Search Order (Get tracking & others)

POST https://app.pgprints.io/api/v1/users/balance

Headers

Name
Type
Description

Content-Type*

string

application/json

X-PGPrints-Hmac-Sha256*

string

X-PGPrints-Store-Id*

string

use the Store ID taken from the Manage Keys

{
    "success": true,
    "message": "OK",
    "data": {
        "availableAmount": 0,
        "pendingAmount": 0,
        "paidAmount": 0,
        "upcomingAmount": 0
    }
// example body
{}

This is my code some language:

Last updated