#Sankar

1 messages ยท Page 1 of 1 (latest)

agile robinBOT
empty roost
#

๐Ÿ‘‹ How can I help?

tepid bough
#

I am using StripeIntent API to process payments
I need to pass fulfillment_date to this API, how do I do that?
Is there any specific parameter to pass this date?

empty roost
tepid bough
#

This is something not for my reference.. this is for stripe to release reserve using this fulfillment_date which is the event date

empty roost
#

Can you share where you see fulfillment_date parameter? I can't find it in our API

tepid bough
#

me either, but Stripe sales agent keep saying that there is a parameter to do that ๐Ÿ˜ฆ

#

Here is the sales agent email

#

My Credit team followed up and shared the following:

"Yep so they are still populating it through meta_data rather than the actual fulfillment_date charge object.

empty roost
#

I see! Can you share your account ID, so that I can take a closer look at how your integration works? You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123

tepid bough
#

one moment

#

This screenshot was from the sales agent..

empty roost
#

Please share your account ID (acct_xxx) in text, so that I can have a check on your account

tepid bough
#

acct_1MqP6iG1YwqdQiBz

empty roost
#

Thanks for sharing! fulfillment_date is only available in Payment Intent, but not Setup Intent

tepid bough
#

Okay, thank you.. I will check this out

empty roost
#

No problem! Happy to help ๐Ÿ˜„

tepid bough
#

I use c# coding but still not seeing that parameter

empty roost
#

More specifically, using AddExtraParam() function in the request options

tepid bough
#

very helpful, let me try this..