#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, 1 days ago, 21 messages
• sha-paymentintent-carddetails, 2 days ago, 10 messages
• shaharyarilyas, 2 days ago, 10 messages
• shaharyarilyas, 2 days ago, 18 messages
• shaharyarilyas, 7 days ago, 6 messages
Hi 👋 Payment Links don't allow you to control application fees or charge amounts based if a specific type of card is used. You would need a custom checkout flow for that, that follows the pattern shown in this guide:
https://stripe.com/docs/payments/build-a-two-step-confirmation
could i send a link to my customer for multiple payments using custom checkout flow?
Current Scenario of my app
I'm sending the payment link and my customer directly go to the checkout form also this link is used multiple times.
could i implement this same scenario using a custom checkout flow?
I'm not sure I'm grasping the question, if you host your own checkout flow you can direct your customers to it as many times as you like.
Could you guide which specific values refer to these cards in charge?.payment_method_details?.card_present
- American Express
- Corporate/business
- Pre-paid debit
- International
You're not using card_present, that's for Stripe Terminal integrations. You'll be dealing with card instead.
Brand: https://stripe.com/docs/api/cards/object#card_object-brand
Funding: https://stripe.com/docs/api/cards/object#card_object-funding
Country: https://stripe.com/docs/api/cards/object#card_object-country
I don't think corporate/business designations are available.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And how do i check card is Corporate/business?
I don't think that's possible.