Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payment - Lyra Backend - Handle refund notifications #793

Closed
jbpenrath opened this issue May 16, 2024 · 0 comments
Closed

Payment - Lyra Backend - Handle refund notifications #793

jbpenrath opened this issue May 16, 2024 · 0 comments
Assignees
Labels

Comments

@jbpenrath
Copy link
Member

Currently, the Lyra backend handle_notification method does not handle refund notification. Like Payplug backend, it should manage this kind of event.

@jbpenrath jbpenrath self-assigned this Jun 3, 2024
jonathanreveille added a commit that referenced this issue Jan 7, 2025
With the actual payment provider backend we are using (Lyra),
it seems like we don't get the events through our notification
URL when the action is 'refund'. It's problematic because
we use the notifications to update our objects. After
couple of attempts to add the ipnTargetUrl into the payload
of the cancel/refund request, it was not possible to receive
the event afterwards. Knowing that, we now update our objects
once we receive the response from the call of that endpoint.
Only for cancel or refund situation, we don't rely on the
notification anymore.

Fix #793
jonathanreveille added a commit that referenced this issue Jan 7, 2025
With the actual payment provider backend we are using (Lyra),
it seems like we don't get the events through our notification
URL when the action is 'refund'. It's problematic because
we use the notifications to update our objects. After
couple of attempts to add the ipnTargetUrl into the payload
of the cancel/refund request, it was not possible to receive
the event afterwards. Knowing that, we now update our objects
once we receive the response from the call of that endpoint.
Only for cancel or refund situation, we don't rely on the
notification anymore.

Fix #793
jonathanreveille added a commit that referenced this issue Jan 7, 2025
With the actual payment provider backend we are using (Lyra),
it seems like we don't get the events through our notification
URL when the action is 'refund'. It's problematic because
we use the notifications to update our objects. After
couple of attempts to add the ipnTargetUrl into the payload
of the cancel/refund request, it was not possible to receive
the event afterwards. Knowing that, we now update our objects
once we receive the response from the call of that endpoint.
Only for cancel or refund situation, we don't rely on the
notification anymore.

Fix #793
jonathanreveille added a commit that referenced this issue Jan 7, 2025
With the actual payment provider backend we are using (Lyra),
it seems like we don't get the events through our notification
URL when the action is 'refund'. It's problematic because
we use the notifications to update our objects. After
couple of attempts to add the ipnTargetUrl into the payload
of the cancel/refund request, it was not possible to receive
the event afterwards. Knowing that, we now update our objects
once we receive the response from the call of that endpoint.
Only for cancel or refund situation, we don't rely on the
notification anymore.

Fix #793
jonathanreveille added a commit that referenced this issue Jan 9, 2025
With the actual payment provider backend we are using (Lyra),
it seems like we don't get the events through our notification
URL when the action is 'refund'. It's problematic because
we use the notifications to update our objects. After
couple of attempts to add the ipnTargetUrl into the payload
of the cancel/refund request, it was not possible to receive
the event afterwards. Knowing that, we now update our objects
once we receive the response from the call of that endpoint.
Only for cancel or refund situation, we don't rely on the
notification anymore.

Fix #793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants