#Liuzhibin
1 messages · Page 1 of 1 (latest)
hello @oblique locust, have you tried creating the payment intent with setup_future_usage=true [0] and without a payment method id first?
Providing this parameter will attach the payment method to the PaymentIntent’s Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be attached to a Customer after the transaction completes.
[0] https://stripe.com/docs/api/payment_intents/create#create_payment_intent-setup_future_usage
sorry, it should be it should be setup_future_usage=off_session
(iOS development) now I'm through STPPaymentOptionsViewController 3DSv2 pay, but did not bind credit card after completion of payment
can you provide the req id?
or the PaymentIntent id?
it'll either look like req_123 or pi_123
Wait a moment