#milkybear -
1 messages · Page 1 of 1 (latest)
hey there, do you mind clarifying what you mean exactly? Are you making payments using connect and want to know something about your connected account payouts, or something else?
@acoustic lichen I am monitoring payments made from payment link via webhook. Usually payment takes atleast 24 hours to settle to the merchant bank account so I wanted to validate first if the payment has been already disbursed before applying it to the customer invoice in Netsuite to close it out.
This is fairly intricate, as you need to figure out the payout containing the payment (only supported with automatic payouts): https://stripe.com/docs/expand/use-cases#charges-in-payout
and then inspect the payout to see what the estimated date is for arrival_date: https://stripe.com/docs/api/payouts/object#payout_object-arrival_date
Awesome! Thank you @acoustic lichen I'll take a look.
NP!