#shank97779
1 messages · Page 1 of 1 (latest)
Interesting. Are the funds being immediately captured?
Do you have the ID of a payment intent that this happened with? (pi_123)
So it looks like on that intent you only set capture_method in the card settings. Link actually has its own setting for capture method that would need to be set here https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-link-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So you can either set it both places or you can set it at the top level of the intent https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.