Skip to content

add support for relay refund incoming webhooks #6975

Closed
@ShankarSinghC

Description

@ShankarSinghC

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.

Metadata

Metadata

Assignees

Labels

A-coreArea: Core flowsA-refundsArea: Refund flowsC-featureCategory: Feature request or enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions