Migrated from Redmine #382 | Author: Dmitry Trofimets
Status: Feedback | Priority: High, I’m very impatient | Created: 2019-05-14
We have payment module activated - so the payment must be made to confirm existing booking.
Now that you have broken integration with the payment system, we have to recreate it on our side:
-That’s what I receive from the payment system:
out_summ=2500.000000&OutSum=2500.000000&inv_id=176&InvId=176&crc=5B9071DAA03081203FD60FC9A182E9C3&SignatureValue=5B9071DAA03081203FD60FC9A182E9C3&PaymentMethod=BankCard&IncSum=2500.000000&IncCurrLabel=BankCardPSR&EMail=email@566.orgShp_invoice=176
-What’s the proper way to confirm booking in terms of methods: get booking (how do I get it with the info above?), then confirm booking using booking id and booking hash?