#shaharyarilyas

1 messages · Page 1 of 1 (latest)

ashen krakenBOT
#

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

regal thicket
cosmic delta
#

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?

regal thicket
#

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.

cosmic delta
#

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
regal thicket
#

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.

cosmic delta
#

And how do i check card is Corporate/business?

regal thicket
#

I don't think that's possible.