v1

latestSwagger 2.02026-07-1483829.8 KB
User Feedback

Provide User Feedback on Offer

This resource allows a user to provide a thumbs-up or a thumbs-down rating of the specified offer. Offer matches that are disliked will be supressed from the results of future calls to Matched Offers.

post/userfeedback

Query parameters

FIdstring required

Financial Institution Identifier. Code that specifies the platform and configuration instance, provided by Mastercard during implementation.

UserTokenstring required

Session identifier as returned by the UserToken resource.

OfferIdstring required

System-wide identifier for the campaign, not intended for end-user display.

Feedbackinteger required

User response to the offer. 0- Dislike offer. 1- Like offer.

Response

This resource returns the user rating of the specified offer.

Example response

{
  "Response": {
    "Status": {
      "Message": "Success"
    },
    "UserFeedback": {
      "OfferId": "c7dcfca7-cf35-36b0-9e67-d4f363d643e0"
    }
  }
}