6 ms·
Hey, charge responses now return a reference to a balance transaction (which represents what you'll actually be paid in). You can auto expand the balance trans
by amfeng 13y ago
Hey, charge responses now return a reference to a balance transaction (which represents what you'll actually be paid in).
You can auto expand the balance transaction upon charge creation by passing expand[]=balance_transaction, or you can retrieve the balance transaction directly: https://stripe.com/docs/api#retrieve_balance_transaction https://stripe.com/docs/api#retrieve_balance_transaction.