#Bruno Santana

1 messages · Page 1 of 1 (latest)

cosmic flareBOT
dapper gull
#
{
  "object": "list",
  "data": [
    {
      "id": "po_1MlizSDHtuWFU8l4mTm64vBl",
      "object": "payout",
      "amount": 10000,
      "arrival_date": 1678838400,
      "automatic": true,
      "balance_transaction": "txn_1MlizTDHtuWFU8l4JEKYurbH",
      "created": 1678843134,
      "currency": "brl",
      "description": "STRIPE PAYOUT",
      "destination": "ba_1MjjfDDHtuWFU8l4E9KBE8mN",
      "failure_balance_transaction": null,
      "failure_code": null,
      "failure_message": null,
      "livemode": false,
      "metadata": {},
      "method": "standard",
      "original_payout": null,
      "reconciliation_status": "in_progress",
      "reversed_by": null,
      "source_type": "card",
      "statement_descriptor": "TUYYO APP",
      "status": "paid",
      "type": "bank_account"
    }
  ],
  "has_more": false,
  "url": "/v1/payouts"
}
cold cobalt
#

To be clear, is that transfer you sending funds to a connected account or something?

dapper gull
cold cobalt
#

Hey apologies but I am still looking in to this. That payout would already be in your bank account. I am actually not 100% sure what the pending negative amount is but am looking in to it. That is likely from refunds or disputes. Have you been testing with those on your account?

cosmic flareBOT
thin wadi
#

👋 stepping in here

#

So when you retrieve the balance of the Connected Account you still see the pending negative amount from the payout even though it has already moved to paid, correct?

thin wadi
#

Gotcha

#

That should be test-mode only behavior

#

Since payouts move to paid immediately in test-mode

dapper gull
thin wadi
#

The sequence here doesn't perfectly simulate live mode

#

Where there will be an actual transit period for the payout

#

When it will be pending

#

Before it moves to paid

#

Once paid, the pending balance should reflect that

#

In live mode

dapper gull
#

and the amount -10000 in balance would disappear, right?

thin wadi
#

Yep correct

dapper gull
#

perfect

#

thanks guys!!!