#asharpc

1 messages · Page 1 of 1 (latest)

graceful quarryBOT
spring otter
#

Hi! Let me help you with this.

#

How are you saving the cards? Are you using SetupIntents?

dusk quiver
#

No, we use stripe python sdk to save card after get token from front-end sdk card = stripe.Customer.create_source( customer_id, source=token, )

spring otter
#

We can't predict if the 3DS will be required as it's completely up to the issuing bank. However, this approach minimises the risk that charging the saved PM will trigger the 3DS flow.

dusk quiver
#

can i use charge = stripe.Charge.create( amount=amount, currency='gbp', description=str(order.id), customer=user.stripe_cusromer_id, source=user.source_id, capture=False ) capture=False for hold payment and capture later, it possible?

spring otter
#

Charges is deprecated API, I am not sure if this is possible. Let me check.

#

Yes, you can use this parameter with Charges. Is there any issues you're running into?

dusk quiver
#

Right now, we hold and capture amount without user consent, because we hold the amount after a vendor accepts customer service. We can't lose this logic, so please respond.

spring otter
#

Sorry, I don't understand what's your challenge.

#

Why would you loose this logic?

dusk quiver
#

Could you please let me know if I can use capture=False on "stripe.PaymentIntent.create", that you shared link

#

and let me know, saved card with 3D secure is need 3D secure for each time when PaymentIntent.create ?

spring otter
dusk quiver
#

let me check

graceful quarryBOT
dusk quiver
#

thank you response

spring otter
#

Happy to help!