v1
latestOpenAPI 3.0.02026-07-263118119.8 KBMerchant 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
Response
Success - Reputation updated
Example response
{
"error": {
"help": "Contact support@aeropay.com for help.",
"code": "AP700",
"message": "Missing required Parameter: 'email'"
}
}