#rlm
1 messages · Page 1 of 1 (latest)
Hi there, here's how you use undocumented parameters with .NET library https://github.com/stripe/stripe-dotnet#how-to-use-undocumented-parameters-and-properties
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...
i cannot see the fulfillmentdate parameter. sorry
the fulfillmentdate is considered as a undocumented parameter because it's still in preview.
So you need to use AddExtraParam function to add
noted. is the fulfillmentdate parameter should be in creating a paymentintent or creating a checkout session?
The fulfillmentdate param is a still beta feature and I can't discuss this in Discord. Can I suggest to move the discussion to email instead? Please reach out to Stripe support and tell them you've talked to us in discord, and they'll forward the ticket to us https://support.stripe.com/contact
thanks mate.