MPGS 检索会话意外参数

MPGS retrieve session unexpected parameters

我尝试按照在线指南进行托管会话集成。

使用 postman 测试 Retrieve session api 时,发生错误。

{ “错误”: { “原因”:“INVALID_REQUEST”, “解释”:“意外参数 'merchantId'” }, “结果”:“错误” }

我确实设置了正确的参数,merchantId和sessionId。

https://ap-gateway.mastercard.com/api/documentation/apiDocumentation/rest-json/version/latest/operation/Session%3a%20Retrieve%20Session.html?locale=en_US

您实际上并没有包含文本“merchantId”。您必须提供有效的商家 ID。单击您发布的 link 上的“URL 参数”选项卡。

{merchantId}  Alphanumeric + additional characters COMPULSORY
              The unique identifier issued to you by your payment provider."

“sessionId”也是如此。