#nguyentri1996

1 messages · Page 1 of 1 (latest)

little oracle
#

Hello, I don't know there is such a fulfillment_date in PaymentIntent creation API. What exactly do you want to achieve?

tepid oriole
#

Hi @little oracle
That's the optional param

#

and I receive support from stripe say that the amount could payout after this date

little oracle
#

a preview feature? Did your account gets into this feature via Support? Can you tell me the account id?

tepid oriole
#

Thank you so much @little oracle
acct_1ISghPD7PByhGUzn

little oracle
#

OKie, I see it should be an Unix time

#

have you tried to fill in an Unix time?

tepid oriole
#

Unix time?

#

Could you pls detail more about this?

#

{
"confirm": "true",
"transfer_data": {
"destination": "acct_1JOw5gRhDoElENBU"
},
"amount": "55000",
"currency": "CHF",
"application_fee_amount": "1000",
"fulfillment_date": "1643595325000", ==> (date: Mon 31 January 2022)
"payment_method": "pm_1K6vWmD7PByhGUznXcg0PThg",
"customer": "cus_K95XebL6XXbbl9"
}

I tried with above params when creating payment intent

#

and expect that the amount will be payout to IBAN after "Mon 31 January 2022"

little oracle
#

okie, looks good. Did it error? Can you paste this request's id?

tepid oriole
#

No it's success but I see it not still change the payout date

little oracle
#

I see, could you give the Payment Intent Id for a quick check?

#

Eventually I believe our Support would be able to clarify it situation better (I know mostly about how to use the API, and I think you are using it correctly), but I can have a quick look

tepid oriole
#

pi_3KJCiuD7PByhGUzn0JlqsyXT

little oracle
#

Sorry being late. I see you fill in a millisec value: 1643595325000It should be seconds

#

1643595325

tepid oriole
#

Thank you so much @little oracle
I also tried with seconds value but the result was the same

little oracle
#

can you give me your new request id?

tepid oriole
#

I created long ago so let me try again and give to you

#

pls wait me a while

little oracle
#

sure

tepid oriole
#

I just created payment intent: pi_3KMP1sD7PByhGUzn0bd14GAm

#

with param:

#

{

"connectedAccountId": "acct_1JOw5gRhDoElENBU",
"customerAccountId": "cus_K95XebL6XXbbl9",
"amount": 75000,
"applicationFeeAmount": 1000,
"currency": "CHF",
"paymentMethodId": "pm_1K6vWmD7PByhGUznXcg0PThg",
"confirmPayment": true,
"fullfilmentTimeMilliseconds": "1643595325"

}

#

Or you could suggest me with which param that match my expectation

#

Scenario here is: we are platform and the seller sell the ticket to purchaser, we call stripe to capture payment to purchaser and transfer amount to seller but we only want payout amount to bank of seller after event happend

#

In case the event could not happend as planed we could call to reverse amount that transfered before

little oracle
#

I see its fulfillment_date is set at 2022-01-31 02:15:25 +0000 correctly

tepid oriole
#

Have the payout date of the connected account changed to "2022-01-31 02:15:25 +0000 " ?

little oracle
#

That's a different thing. I see its Payout Plan still be automatically, like weekly on Wed

#

Not sure how this fullfilmentTime works related to Payout. Could you write into Support and ask for detail?