#Bruno777
1 messages · Page 1 of 1 (latest)
Fatal error: Uncaught (Status 400) (Request req_7dNBjdzkxqOkP4) Missing required param: account. thrown in /var/www/html/lib-stripe/Exception/ApiErrorException.php on line 38
means you didn't pass account
Probably in your code you do something like 'account' => $my_account_id, and the variable $my_account_id is null, you need to debug that
Ok, thanks