#nguyentri1996
1 messages · Page 1 of 1 (latest)
Hello, I don't know there is such a fulfillment_date in PaymentIntent creation API. What exactly do you want to achieve?
Hi @little oracle
That's the optional param
and I receive support from stripe say that the amount could payout after this date
a preview feature? Did your account gets into this feature via Support? Can you tell me the account id?
Thank you so much @little oracle
acct_1ISghPD7PByhGUzn
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"
okie, looks good. Did it error? Can you paste this request's id?
No it's success but I see it not still change the payout date
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
pi_3KJCiuD7PByhGUzn0JlqsyXT
Sorry being late. I see you fill in a millisec value: 1643595325000It should be seconds
1643595325
Thank you so much @little oracle
I also tried with seconds value but the result was the same
can you give me your new request id?
sure
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
I see its fulfillment_date is set at 2022-01-31 02:15:25 +0000 correctly
Have the payout date of the connected account changed to "2022-01-31 02:15:25 +0000 " ?