Wallet Balance

Check wallet balance

POST https://pretium.africa/api/v1/payment/organization

Headers


NameTypeDescription

api-key

string

Partner access API key

{
    "code": 200,
    "message": "Organization Detail",
    "data": {
        "id": 2,
        "name": "Pretium",
        "account_balance": 43909.95,
        "status": "ACTIVE",
        "contact_email": "hello@pretium.africa",
        "contact_mobile": "0799770833",
        "created_at": "2023-12-28T21:05:42.000000Z"
    }
}

Last updated