Open Closed

Cannot navigate to stripe gateway #8825


User avatar
0
sourav created

Hi,
Below are the ABP configuration I am using for my project.

  • ABP Framework version: v9.0.4

  • UI Type: Angular

  • Database System: EF Core (PostgreSQL)

  • Tiered Angular + API core or Auth Server Separated (for Angular): yes

I will try to explain it as easy as possible. So what I am trying to achieve is a subscription recurring service that can be with stripe. Now I have created 2 or 3 product in product catalog section of stripe.
image.png
image.png
image.png
image.png
image.png
This is the code in documentation on payment module:
image.png
And below is the code I wrote with the output debug
image.png
Untitled.png
Thanks in advance.


1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    As I understand you'll implement it by using angular client right?

    If yes, your backend code, in your case it's HttpApi.Host, that project should use Volo.Payment.Web package. After using that package /Payment/GatewaySelection page will be provided by your backend application and redirect your angular client to that endpoint, this endpoint automatically redirect if only stripe configured in your system, if not, it lists all the payment providers to choose.

    You already returned it, this will be used to send user to stripe payment page and handle callbacks:
    image.png

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 19, 2025, 10:09