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.
This is the code in documentation on payment module:
And below is the code I wrote with the output debug
Thanks in advance.
1 Answer(s)
-
0
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: