Skip to main content

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

HeaderTypeDescriptionExample/ENUM
AuthorizationstringBearer token for user authentication.{{access_token}}
Content-TypestringSpecifies the type of the request payload.application/json
x-api-keystringAPI key to authenticate the request.{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of the API call."success"
codestringResponse code indicating the outcome of the request."s-101"
messagestringA message indicating the success of the request."success message"
datastringThe total purchasing power of the user."199999929591.04"
get/transactional/v1/getPurchasePower