#Shipping
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Shipping
OK, so basically you want to remove the shipping from the customer? is this your goal?
I see. I've got the same ask today, the other user also want to remove the shipping from customer object and he's also using .NET
To remove the shipping. you should update the shipping hash with a null value. However, it seems like the .NET library will remove the data in request body if the shipping is set to null.
So I'm afraid that I don't have a solution at this moment, and I'd suggest you to report this issue in the Github repo. https://github.com/stripe/stripe-dotnet/issues
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - Issues · stripe/stripe-dotnet
Thanks!