v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Merchant Management

merchantReputation

Create or update the reputation status for one or more users associated with the merchant.

Accepts a list of userReputations, allowing for bulk updates by providing a reputation score for each userId.

post/v2/merchantReputation

Headers

Content-Typestring required
authorizationstring required

Merchant token with Bearer prefix.

Request body

merchantIdinteger required

Response

Success - Reputation updated

OR

Example response

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