v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Merchant Management

merchantReputation

Retrieve the current reputation status for a specific user associated with the merchant.

The response includes the userReputation score and the dateModified timestamp indicating when the status was last updated.

get/v2/merchantReputation

Query parameters

userIdstring

User ID to query their reputation.

Headers

authorizationstring required

Merchant token with Bearer prefix.

Response

Success - Reputation retrieved

OR

Example response

{
  "error": {
    "help": "Contact support@aeropay.com for help.",
    "code": "AP700",
    "message": "Missing required Parameter: 'email'"
  }
}