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

add support for relay refund incoming webhooks #6975

Open
ShankarSinghC opened this issue Jan 2, 2025 · 0 comments · May be fixed by #6974
Open

add support for relay refund incoming webhooks #6975

ShankarSinghC opened this issue Jan 2, 2025 · 0 comments · May be fixed by #6974
Assignees
Labels
A-core Area: Core flows A-refunds Area: Refund flows C-feature Category: Feature request or enhancement

Comments

@ShankarSinghC
Copy link
Contributor

Some connectors, like Adyen, do not support a refund sync API, so we need to rely on refund webhooks for the status. To address this, support for relay refund webhooks needs to be added.

To support this use case, a new webhook endpoint needs to be introduced for relay webhooks:
/webhooks/relay/{merchant_id}/{connector_id_or_name}

Once the webhook is identified as a relay webhook, it should be handled based on the flow type, such as refunds, payments, etc. For now, only support for relay refund webhooks has been added.

@ShankarSinghC ShankarSinghC added A-core Area: Core flows C-feature Category: Feature request or enhancement A-refunds Area: Refund flows labels Jan 2, 2025
@ShankarSinghC ShankarSinghC self-assigned this Jan 2, 2025
@ShankarSinghC ShankarSinghC linked a pull request Jan 2, 2025 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows A-refunds Area: Refund flows C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant