#AlexT

1 messages · Page 1 of 1 (latest)

oak wrenBOT
nimble jacinth
#

Hi there, what's the question?

velvet mural
#

When I code SetupIntentCreateOptions it says there is no option AutomaticPaymentMethods

#

AutomaticPaymentMethods = new SetupIntentAutomaticPaymentMethodsOptions
{
Enabled = true,
}, Errors

nimble jacinth
#

Yes, there's no AutomaticPaymentMethods for SetupIntent

velvet mural
#

But the documentation says to use it

#

how do I create the intent object?

nimble jacinth
#

Can you send me the link to the doc?

velvet mural
nimble jacinth
#

Ah, this is a new parameter that we added recently

#

You should update your .NET SDK

velvet mural
#

Thanks