#vrk18

1 messages · Page 1 of 1 (latest)

dusk scarabBOT
#

Hello! 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.

spice mauve
dusk scarabBOT
split vine
#

I am following the implementation as in this documentation https://stripe.com/docs/payments/quickstart?lang=dotnet, I don't want to store the PaymentMethods(card details). is there any other way to deal with fee ?

Learn how to embed a custom Stripe payment form in your website or application. Build a checkout form with Elements to complete a payment using various payment methods.

dawn light
#

The Doc my colleague provided is better. Please give it a try

#

You technically don't save any card details, you only save the representing object of the Payment Method, which is harmless

split vine
#

what if the there is no PaymentMethod for some customers ?

#

What is the PaymentMethod for one time customers ?

dawn light
split vine
#

Not yet

#

I am sorry, where can I find the id for PaymentMethod ?

dawn light
#

For which step in the Doc?

split vine
#

Step 5, confirmation.js line 4

dawn light
#

I can't find that. Could you screenshot?

split vine
dawn light
#

Can you provide your account id? acct_xxx

split vine
#

acct_1NBBLVHvbngkCFkt

dawn light
#

Ah okie, so if you scroll up, you have the PaymentMethod inside the PaymentIntent in around the line

details = summarizePaymentMethod(intent.payment_method);
#

You would want to pass this back to client side

#

inside this
response.send(generateResponse(details));