#sha-paymentintent-carddetails

1 messages · Page 1 of 1 (latest)

topaz finchBOT
#

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.
https://discord.com/channels/841573134531821608/1164213418773971014, 0 days ago, 10 messages
https://discord.com/channels/841573134531821608/1164183567560081488, 0 days ago, 18 messages
https://discord.com/channels/841573134531821608/1162507150355079219, 5 days ago, 6 messages
https://discord.com/channels/841573134531821608/1162012813921890416, 6 days ago, 31 messages

primal tartan
#

Basically, how to add payment method detail in paymentIntent Api

wary pivot
#

What are you really trying to do? Are you trying to pass in raw card numbers? Do you already have a Payment Method you want to use?

primal tartan
#

I want to convert this into paymentIntent

     amount: amountInCents,
     currency: "gbp",
     source: "tok_visa",
   });
#

where do i add source detail in paymentIntent?

#

payment_method is it the key?

wary pivot
#

If you have a Source/Card object then you can use that as a payment_method - you wouldn't be able to pass in a token though (tok_visa won't work)

topaz finchBOT