Sage Pay - 在支付交易中使用 merchantSessionKey

Sage Pay - use of merchantSessionKey in Payment transaction

我一直在阅读 Sage Pay API 文档并且对在发送支付交易时使用 merchantSessionKey 有疑问。

我是否总是需要在付款时发送创建 cardIdentifier 时使用的 merchantSessionKey?或者它可以是 任何 有效的 merchantSessionKey?

我正在尝试确定在调用 POST /card-identifiers 时是否需要将 merchantSessionKey 与 cardIdentifier 一起保存在本地,以便我可以在与此 cardIdentifier 关联的未来交易中使用。

非常感谢

您需要在进行初始交易时提供相同的商户会话密钥。如果您已保存 CardIdentifier 以供日后使用,则在进行后续交易时无需提供商户会话密钥...

(记得将交易标记为 "reusable":true,不过)