#gee

1 messages · Page 1 of 1 (latest)

latent girderBOT
long saffron
#

Which version of Stripe library version are you using?

#

Not API version

snow drum
#

10.8

long saffron
#

Which language?

snow drum
#

php

long saffron
snow drum
#

thats what i used. my account is in test mode.

#

will that be a reason?

long saffron
#

Can you share your full code?

snow drum
#

$stripe = new \Stripe\StripeClient(
'sk_test_xxxx'
);
$charges = $stripe->charges->search([
'query' => 'amount>900',
]);
print_r($charges);
exit;

#

$charges = $stripe->charges->all(['limit' => 3]); this works

long saffron
#

We don't have Stripe PHP library version with 10.8. Could you double check the version again?