#shaharyarilyas
1 messages · Page 1 of 1 (latest)
Hello shaharyarilyas, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• shaharyarilyas, 3 days ago, 10 messages
• shaharyarilyas, 3 days ago, 11 messages
• shaharyarilyas, 4 days ago, 21 messages
• sha-paymentintent-carddetails, 5 days ago, 10 messages
• shaharyarilyas, 5 days ago, 10 messages
• shaharyarilyas, 5 days ago, 18 messages
Hi there!
That's not possible with Payment Links.
You would need to build your own payment flow to have that level of control.
Oh wait, maybe there's a workaround.
If you use capture_method:manual https://stripe.com/docs/api/payment_links/payment_links/create?lang=node#create_payment_link-payment_intent_data-capture_method
Then later when you capture the funds, you should be able to change the application_fee_amount based on the PaymentMethod used.
let me check wait
okay when i select https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_intent_data-capture_method manual, how i request api to capture this
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i know this api but question is how i will check any payment have pending capture method
should i implement webhook?
Yes exactly, you should use webhook events.
which webhook event i will trigger