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
Example response
{
"error": {
"help": "Contact support@aeropay.com for help.",
"code": "AP700",
"message": "Missing required Parameter: 'email'"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.