Regenerate credentials for a Merchant Site

You can regenerate the credentials for a Merchant Site by performing an action based on POST HTTP request. Using some filters in the query string, this method regenerates the ApiKey for the specified site.

Definition: POST /v1/merchantsites/{id}/regenerateapikey

Where:
  • {id} – GlobalPay Website ID

Request:

POST https://paytest.smart2pay.com/v1/merchantsites/43078/regenerateapikey
Authorization: Basic NDMwNzg6YWFxb3NTd2lrd2R1SzJsNzJQQUdNYThrYUxxSHVCM2hIMzkvRUNjcWFENWhXNjlhU1g=

Response:

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
  "MerchantSite": {
    "MerchantID": 1045,
    "ID": 43078,
    "Created": "20180104161226",
    "URL": "http://www.testupdate.com",
    "Active": true,
    "NotificationURL": "http://www.test.com/notifications_update.node",
    "ApiKey": "R6ojPXCRcNvAptm0GuQ5mav+g4pm3yhQ7Akpb3D5d+fTAVcTf0",
    "Alias": "Test website_1 update",
    "IPList": "82.208.151.136",
    "Details": {
      "Reasons": null,
      "Name": "Stichting Smart2Pay update",
      "Country": "PL",
      "City": "Warsaw update",
      "Email": "test@test.com",
      "Address": "BRINK 27C update",
      "BankName": "ING",
      "AccountIBAN": "PL641050008610000023537933350",
      "AccountSWIFT": "1000002353794650",
      "BankSWIFTID": "ABNDDEFFXXX",
      "BankCode": "BTRLRO22",
      "VATNumber": "34206701",
      "RegistrationNumber": "NL 813236460B01",
      "MCC": "7995",
      "MainBusiness": "gaming"
    }
  }
}