#mading
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me what issue are you experiencing ?
Also share with me the SetupIntent ID.
Hi Jack
It's not issue, but there is no way to setup card in .NET sdk.
Inside JS sdk, it has https://stripe.com/docs/js/setup_intents/confirm_card_setup api for card setup.
But .NET sdk, setup_intents confirm api, does not have paymennt_method_data type "card"
https://stripe.com/docs/api/setup_intents/confirm?lang=dotnet
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK. thanks for the context.
I hope you to guide me how to save card payment method using .NET sdk.
You should always confirm a card setup from frontend so that
- You don't need to worry about PCI compliance
- Stripe.js can initiate the 3DS flow when needed.
I am building mobile app using Xamarin, with your .NET sdk
So, no way to save customer payout card details on setupintent?
Ah, you are talking about Xamarin. I thought you are talking about .NET backend API
There's no official Xamarin SDK provided by Stripe. So you should reach out to the developer directly on the SDK that you are using.
https://github.com/stripe/stripe-dotnet This SDK is for building backend application, not frontend.
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - GitHub - stripe/stripe-dotnet: Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class libr...
No suggestion for c# sdk for stripe api?
There is a Xamarin library created by community. However, we are unable to provide support for this.
Got it, thanks