pronamic / wp-pronamic-pay-multisafepay

MultiSafepay driver for the WordPress payment processing library.
http://www.wp-pay.org/gateways/multisafepay/
2 stars 1 forks source link

Deprecated XML API #1

Open rvdsteege opened 2 years ago

rvdsteege commented 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.

rvdsteege commented 1 year ago

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.