Stripe: One time Payment without Stripe API

Hi i dlike to create such a funcctionality:

  1. loged in use click button : BUY 150 CREDITS. When he do that hi is redirected to stripe where he make payment
  2. After payment is succesfully done he is redirected to my app.
  3. 150 credits are adde to the field with his credits
  4. User can clik on button: MY PAYMENTS and will be redirected to STRIP CUSTOMER PLAN.

how to do this?

Are you trying to do this without the Stripe API as in the title of your post?

If so, what are you using to connect to Stripe?

Bubble made stripe plugin

  1. loged in use click button : BUY 150 CREDITS. When he do that hi is redirected to stripe where he make payment
    in workflow user action charge the current user.

  2. After payment is succesfully done he is redirected to my app.

  3. 150 credits are adde to the field with his credits

  4. User can clik on button: MY PAYMENTS and will be redirected to STRIP CUSTOMER PLAN.

this one i am not sure what do you mean bu MY PLAN. is it about any subscription plan or his transaction history?

if it is about subscription
in workflow use action subscribe user to the plan

and if it is about his transaction history you will have to use api to get transaction history or use Stripe customer portal.

This topic was automatically closed after 70 days. New replies are no longer allowed.