Open rvdsteege opened 2 years ago
The MultiSafepay API reference mentions the XML API is deprecated — which we're using in this gateway.
Deprecated XML API Our XML API was superseded by the JSON API. You can still use the XML endpoint to process transaction requests, but new payment methods, features, and tools are only supported by the JSON API.
Deprecated XML API
Our XML API was superseded by the JSON API.
You can still use the XML endpoint to process transaction requests, but new payment methods, features, and tools are only supported by the JSON API.
In #4 it was discovered that a customer email address containing a + sign is not supported with the XML API and that MultiSafepay has resolved that in the JSON API.
+
The MultiSafepay API reference mentions the XML API is deprecated — which we're using in this gateway.