-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Bug]: Unable to retrieve the payment provider with id: #10609
Comments
I think your payment provider id will be pp_cashfree_cashfree (pp_<service_identifier>_<module_id>) |
Hi @ChinmayX, your reproduction URL leads to a 404 page, so I can't see how you have registered your payment provider, but the ID you are using is wrong. You are providing only So to give an example if you have registered your payment provider like this in your
Then the id will be Closing the issue as this seems to be the cause of your issue, based on the information that is available. If you are still facing issues, then feel free to re-open it. |
Hey guys, actually I´m having the same issue here. I already assigned my payment provider to the current region. The ID of the provider is "openpay". Its saved as pp_openpay_openpay in my DB. The issue is that it returns that the provider with that ID, doesnt exist. Already tryed pp_openpay as well... |
just upgrade to medusa v2.1.1 or as a temporary solution
this will show you the exact error |
Package.json file
Node.js version
v20.17.0
Database and its version
postgreSQL
Operating system name and version
Windowns 10
Browser name
No response
What happended?
This is while trying to use the custom payment provider I made.
have attached the files for reference
src/modules/cashfree/service.ts
src/modules/cashfree/index.ts
Im trying to implement a payment flow in a custom react native storefront
Cart -> Select Shipping method -> Create payment collection -> Create Payment session
getting this error while creating the payment session for provider_id : pp_cashfree
Expected behavior
Create a payment session
Actual behavior
gives error
Link to reproduction repo
https://github.com/Elite-Digital-Crew/HustleX
The text was updated successfully, but these errors were encountered: