#igor.ramazanov

1 messages · Page 1 of 1 (latest)

tacit wharfBOT
maiden yarrow
#

Hi, let me help you with this.

#

Are you using Customer Portal?

pastel tree
#

This one?

maiden yarrow
#

We forward user to Stripe to update the payment method.
How do you do this?

pastel tree
#

@maiden yarrow By sending the request to the
https://api.stripe.com/v1/checkout/sessions providing HTTP query parameters:

  • success_url
  • cancel_url
  • payment_method_types[0] = card
  • payment_method_types[1] = paypal
  • customer = <Stripe customer ID>
  • mode = setup
  • ... some custom metadata fields for ourselves ...

Don't know the flow on the frontend side, unfortunately, is it needed?

maiden yarrow
#

Could you please share an example Checkout URL?

maiden yarrow
#

That's expected. We show Link by default, if you don't want to display it you can disable it in your Dashboard Settings.

pastel tree
#

@maiden yarrow Sorry, but I do not understand how it is related to not being able to pick PayPal if a user logs in in the checkout page.

maiden yarrow
#

You are able to pick PayPal, you just need to dismiss the Link prompt.

pastel tree
#

Aha, I see, thank you, that is what I needed to hear, thank you very much!

maiden yarrow
#

Happy to help.