#Mohammmed-fee

1 messages · Page 1 of 1 (latest)

rose wadi
rugged blade
#

thx I am checking

rugged blade
#

but balance transaction is just a code, I should call the API again to get the data??

rose wadi
#

what language are you using?

rugged blade
#

PHP

rose wadi
#
$stripe->charges->create([
  'amount' => 2000,
  'currency' => 'usd',
  'source' => 'tok_amex',
  'description' => 'My First Test Charge (created for API docs)',
  "expand" => [
    "balance_transaction"
    ]
]
  );
#

^ as an example