Discussions

Ask a Question
Back to All

Not able to track order through Hosted Checkout

i was trying to implement wyre check out in my app..However i cannot map order to user in app db after transaction was successful...Let me explain with a use case:
Suppose there is user A who purchase a product on app and made payment through wyre checkout.First of all order is reserved which returns a reservation id and widget url. This reservation id is saved in database for user A and user is is redirect to widget url where he can instantiate checkout. When payout is successfull user is redirect to redirectUrl with some query parameters..However this query params does not contain reservation id which i save against user A in ORDER RESERVATION and hence i cannot map which order is related to which user.
Although this is possible in custom checkout through checkout api, i don't want it because of PCI compliance. Kindly help