#Arvind
1 messages ยท Page 1 of 1 (latest)
Sure let me give you shortly
pi_3NM79XHhzXcPYLMM1UOHKjlt
taking a look
That error occurred on many other ids,
From the stack trace it appeared error is on some date value under stripe.net, nothing to do with the intentid the paremeter which we pass
I think I know why
let me just double check something internally and get back to you
Sure
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
as you can see in this request the parameter you passed for payment_method_options.card.mandate_options.start_date https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method_options-card-mandate_options-start_date is 1687515823343 which is a timestamp in milliseconds whereas we expect a timestamp value in seconds
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
when the SDK is trying to deserialize the object it's considering it to be in seconds which gives a date on Apr 1st 55445
~33000 years from now
you mean the payment method options when making the pyament first time?
when you created the PaymentIntent
the request I linked to
in your dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes