#mindsetinmeta

1 messages · Page 1 of 1 (latest)

radiant cipherBOT
south osprey
#

hello! can you share how are you trying to retrieve the payments associated with a payout first?

south osprey
sharp nacelle
#

the source_transaction is a charge object, right?

south osprey
#

yep, pretty much - the object id would start with ch_ or py_

sharp nacelle
#

the charge object has a status field that can be succeeded, pending or failed. at the same time, it has another field "paid" that is true or false. I'm assuming I can use any one of them to show the payment status, right?

south osprey
#

hrm, are you accepting non-card payments?

sharp nacelle
#

no

south osprey
#

personally, i would use the status field. both of them should work the same but i'm not 100% sure off the top of my head

sharp nacelle
#

got it

#

is there a document that illustrates the relationship of the following objects? it's too complicated to understand.

south osprey
#

which objects?

sharp nacelle
south osprey
#

ah, no, unfortunately not

sharp nacelle
#

what are the difference of balance_transaction, py, tr, and charge?

#

py and tr map to what objects?

south osprey
sharp nacelle
#

so it's like this.

south osprey
#

your description for balance_transaction isn't quite accurate. the exact wording in the documentation is Balance transactions represent funds moving through your Stripe account.

sharp nacelle
#

ok

#

thanks

#

then what's the difference between txn and po?

south osprey
#

txn_ is a balance_transaction object