-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-connector-integrationArea: Connector integrationArea: Connector integrationC-featureCategory: Feature request or enhancementCategory: Feature request or enhancementgood first issueGood for newcomersGood for newcomershacktoberfestIssues that are up for grabs for Hacktoberfest participantsIssues that are up for grabs for Hacktoberfest participants
Description
📝 Feature Description
- We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard.
- Presently, there is a lack of uniformity in this process, as some implementations employ
payment_id
while others utilizeattempt_id
. - This inconsistency arises from the fact that
payment_id
andattempt_id
correspond to two distinct entities within our system.
🔨 Possible Implementation
- To mitigate this confusion, we've introduced a new field called
connector_request_reference_id
in our RouterData. - This id should replace them as a reference id to the connector for payment request.
- One might need to have exposure to api docs of the connector for which it is being implemented.
- You can check this PR for further reference feat(connector): [Zen] Use
connector_request_reference_id
as Transaction Id to Retrieve Payments #2052
🔖 Note : All the changes needed should be contained within hyperswitch/crates/router/src/connector/
📦 Have you spent some time checking if this feature request has been raised before?
- I checked and didn't find a similar issue
📦 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
✨ Are you willing to submit a PR?
Metadata
Metadata
Assignees
Labels
A-connector-integrationArea: Connector integrationArea: Connector integrationC-featureCategory: Feature request or enhancementCategory: Feature request or enhancementgood first issueGood for newcomersGood for newcomershacktoberfestIssues that are up for grabs for Hacktoberfest participantsIssues that are up for grabs for Hacktoberfest participants