v1

latestSwagger 2.02026-07-1415198294.2 KB
Transfer Notification Registration

This service allows Mastercard Merchant QR originating and receiving partners to register a PAN and service provider to receive notifications on an inbound Merchant Refund or Merchant Payment Transaction.

This service allows Mastercard Merchant QR originating and receiving partners to register a PAN and service provider to receive notifications on an inbound Merchant Refund or Merchant Payment Transaction.

post/send/v1/partners/{partnerId}/notification-registries

Path parameters

partnerIdstring required

Path Param - Provider assigned partner id. Type: Alphanumeric Special Length: 40

Request body

Example request

{
  "accountregistration": {
    "account_uri": "pan:5299926000000542",
    "notification_partner_id": "ptnr_A37V2q91WUqSonkfEG29Q-Bf4s9"
  }
}

Response

Response details

Example response

{
  "accountregistration": {
    "account_registration_reference": "areg_GDVUiwh1bXzA_xVdDXn4ctJEKOF",
    "account_uri": "pan:5299926000000542",
    "notification_partner_id": "ptnr_A37V2q91WUqSonkfEG29Q-Bf4s9",
    "notification_partner_name": "PROVIDER XYZ"
  }
}