#lyteloli-telegram-pay

1 messages · Page 1 of 1 (latest)

torpid sun
#

Hello! Is telegram pay a third-party that integrates with Stripe? If so, you'll likely want to talk to their support team instead, since they'll have a deeper understanding of how their integration works

echo imp
#

Hi, it is but the developers are unlikely to respond. What I get is a PaymentIntent, maybe there's a way how I can attach a complete intent to a customer and a payment method as well?

torpid sun
#

Does that Payment Method have setup_future_usage set on it?

echo imp
#

It's set to null

torpid sun
#

If it's set to null then there's no way to associate that Payment Intent to a customer + PM if it's already successful. When you don't set setup_future_usage that signals to us that the PaymentMethod is just needed for a one-time thing, and once the Payment Intent is successful this consumes the PM object so it can't be used anymore

echo imp
#

What if it's set to "on_session"?