-
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]: [Coinbase] Use connector_response_reference_id
as reference to merchant
#2326
Comments
connector_response_reference_id
as reference to merchant
@Sakilmostak @AkshayaFoiger |
Hey @Kota-Karthik, I see that you're already assigned to #2351. For now, we'll leave this issue open to any other interested contributors. You may pick this up once your work on #2351 is completed, and if no other contributors have expressed interest on this. I hope that's fine by you |
I tried checking coinbase documentation and landed at this but it doesn't describe the data event properly or give any context as to what it uses as a reference id for the transaction. The structure also has different fields than the example provided in the documentation. Can anyone point me in the correct direction? |
Hello @Ceres445, I noticed you were referring to the webhook structure, and I recommend consulting Coinbase's API documentation for more detailed information. Additionally, while searching for the connector reference ID, please be aware that some connectors may not require a payment reference ID in their payment requests. However, it is expected that they will provide a payment-specific ID in their response, which should then be populated as the 'connector_reference_id,' as specified in the issue. I trust that this information proves valuable. If you have any further inquiries, please feel free to reach out. |
@AkshayaFoiger can you please assign me this issue |
Hey @Ceres445, sure! I've assigned this to you. |
Hey @Ceres445 , |
I'm having some issues running the test script |
Hello @Ceres445 , No worries, Don't need to run the test script . Please raise a PR to main! |
📝 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.🔖 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: