-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FEATURE]: [Rapyd] Use connector_response_reference_id
as reference to merchant
#2346
Comments
connector_response_reference_id
as reference to merchant
@AkshayaFoiger @VedantKhairnar @Sakilmostak I would be delighted to work on this issue |
Hey @Abhiramjampani , sure! I've assigned this to you. In case you have any queries, you can ask them on this issue thread, or on our discord server, or on slack whichever you are comfortable with |
thankyou for assigning me this issue |
Hi @Abhiramjampani , Please raise a PR to main , I have updated the issue, that how |
Hey @Abhiramjampani , |
Hey @Abhiramjampani , |
Hey @VedantKhairnar @Sakilmostak |
Hey @tejas-raskar , sure! I've assigned this to you. In case you have any queries, you can ask them on this issue thread, or on our discord server, or on slack whichever you are comfortable with. |
Hey @VedantKhairnar, I have to map the This is how I am planning to do it:
According to the Rapyd docs, the |
Hey @tejas-raskar , |
I have created a PR |
@swangi-kumari kindly look into PR #2724 |
@tejas-raskar @srujanchikke please assign me this |
@vinfinity7 , In case you have any queries, you can ask them on this issue thread, or on our discord server, or on slack whichever you are comfortable with |
@swangi-kumari the pr has been updated , it needs review #2724 & #2722 |
@Sakilmostak @AkshayaFoiger |
Sure @nabeel001 , assigning this issue to you👍 |
@Sakilmostak @AkshayaFoiger |
Hey @nabeel001 |
📝 Feature Description
payment_id
,attempt_id
, andconnector_transaction_id
for a single transaction.🔨 Possible Implementation
response
field in RouterData.TransactionResponse
type, we must fill theconnector_response_reference_id
with a corresponding reference id for the merchant to identify the transaction.merchant_reference_id
(an optional field). Thismerchant_reference_id
needs to be mapped to theconnector_response_reference_id
.🔖 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?
📦 Have you read the Contributing Guidelines?
✨ Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: