Purchase Power
This API endpoint retrieves the total purchasing power of the user. It returns the available amount or credit the user has for making purchases.
🔑Header Parameters
| Header | Type | Description | Example/ENUM |
|---|---|---|---|
| Authorization | string | Bearer token for user authentication. | {{access_token}} |
| Content-Type | string | Specifies the type of the request payload. | application/json |
| x-api-key | string | API key to authenticate the request. | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|---|---|---|
| status | string | Status of the API call. | "success" |
| code | string | Response code indicating the outcome of the request. | "s-101" |
| message | string | A message indicating the success of the request. | "success message" |
| data | string | The total purchasing power of the user. | "199999929591.04" |
get
/transactional/v1/getPurchasePower