#Jasuno
1 messages · Page 1 of 1 (latest)
Can you share more details about this? PaymentIntent id, the request you are doing ...
Yeah so i have a subscription set up where transfer_data: {
destination: landlordSecret.stripeConnectId || "",
},
Here is the subscription ID: sub_1MqmguAq6ReFUKV80sBAXH6E
But while fetching the balanceTransactions for that stripe account, i get null for all the invoices that were sent, instead of transaction data
Ok, so the Connected Account acct_1Mn19kPBPhdgiS1c has received all the payments:
https://dashboard.stripe.com/test/connect/accounts/acct_1Mn19kPBPhdgiS1c/activity
There is no payout yet for that Account, right ?
Yeah i see that, and thats fine, but while calling stripe.balanceTransactions.list I'm getting null in the array. I have 5 successful payments and the array has 5 null for each transfer data transaction. No there are no payouts yet.