marcus
marcus

Reputation: 146

What protocol does Omnipay sagepay use?

I've been told that Sagepay protocol 2.x is being deprecated and to upgrade to v3

Taken a look at the source code, but it's not obvious which one it uses, could anyone enlighten me on this?

Upvotes: 0

Views: 181

Answers (1)

Jason
Jason

Reputation: 4772

It uses protocol v3.0 as of February 2015 (github/packagist theleague/omnipay-sagepay v2.2.0).

SagePay is due to remove their V2.3 protocol API completely in July 2015. Hopefully that won't catch out too many people when it happens.

The v3.0 protocol does not support the simulator mode, and the OmniPay driver reflects that. I hear rumours that support for the simulator may be brought back later 2015. If so, I'll get support added back into the driver as quickly as I can.

Update: just to clarify, there is still a test mode, so you can test against your SagePay test account. It is the simulator mode that never made it to the V3.0 protocol. You can still test without that, and it's fine for shops to do so. The simulator was much more useful to gateway interface developers rather than integrators, so users of OmniPay/SagePay should not really miss out.

Upvotes: 2

Related Questions