Ticketpark / SaferpayJsonApi

A php library to use the Saferpay Json API
MIT License
32 stars 26 forks source link

Add Inquire request #94

Closed qestoppey closed 4 months ago

qestoppey commented 4 months ago

Hi,

Thanks for this great lib that we use extensively. I added the Transaction Inquire methods to be able to check the status of any transaction as stated in Saferpay json API specification

This method can be used to get the details of a transaction that has been authorized successfully. https://saferpay.github.io/jsonapi/#Payment_v1_Transaction_Inquire

It's tested in version 4.4 in our production environements for many months.

sprain commented 4 months ago

Thank you! I am handling its final integration over in #95