#anil-list
1 messages · Page 1 of 1 (latest)
list is showing fine
$stripe->charges->all(['limit' => 3]
i have try to send status with limit but not working
yes, because status is not part of that API, only the parameters at https://stripe.com/docs/api/charges/list are accepted and there is no status one
so instead you'd have to check the value of the status field in the actual code that uses the list later, for example.