hyperswitch
hyperswitch copied to clipboard
[BUG] Internal Server Error when trying to retrieve a payment in Multisafepay
Bug Description
It bugs out when you try to retrieve a payment (psync call) in multisafepay.
force_sync is true FYI.
Expected Behavior
It should not throw a 500
Actual Behavior
Throws a 500 as it fails to parse the struct
Steps To Reproduce
- Retrieve a payment after creating a payment without payment method data (PMD) and passing PMD in confirm call.
- Retrieve a payment after creating a 3DS payment
- Retrieve a payment after creating a recurring payment in greater amount to capture
Context For The Bug
Environment
Are you using hyperswitch hosted version? Yes, Sandbox
x-request-id: 25eb7fb9-d346-489c-a26a-5dfc1ba0c7e1
x-request-id: 27fd61bb-1a86-476b-abfb-54d04bd0a271
Have you spent some time to check if this bug has been raised before?
- [X] I checked and didn't find similar issue
Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to submit a PR?
No, I don't have time to work on this right now