#dannyboy-payout-transactions

1 messages ยท Page 1 of 1 (latest)

heavy geyserBOT
runic minnow
#

Hello! Are you using automatic payouts or manual ones?

quaint igloo
#

Automatic

#

I can't see the documentation for Stripe::Payment ?

runic minnow
#

Sorry for the distraction!

#

Starting with your most recent question of not seeing the documentation for STripe::Payment - these shold be the same as Charges (you'd use the Charges API to retrieve it, so the documentation there should be the same)

quaint igloo
#
=> #<Stripe::ListObject:0x3fe69c4d7cb4> JSON: {
  "object": "list",
  "data": [

  ],
  "has_more": false,
  "url": "/v1/balance_transactions"
}
#

it's not showing in here.

#

okay i can see something.. changed the type to 'payment' instead

runic minnow
#

๐Ÿ‘

#

dannyboy-payout-transactions

quaint igloo
#

i think im good

#

thank you

#

wait.. this list.. is this ascending or descending

runic minnow
#

it should be reverse chronological (most recent first)

quaint igloo
#

get the last balance_transaction_id and supply it as starting_after to get the next records right?

runic minnow
quaint igloo
#

thanks

quaint igloo
#

can't i pass multiple type?

#

type: ['payment', 'payment_refund']

runic minnow
#

You can't list multiple types, but you could omit it entirely and get all types back instead

quaint igloo
#

i remember there's an expand to get the total count of records

runic minnow
#

We used to support total count, but I belive that got removed

quaint igloo
#

hmm ok

#

thanks

heavy geyserBOT