Jun 29, 2015
0
Level 30
Laravel Cashier / Stripe get charges responose
Heyho,
currently i want to build a prepaid account for users. So a user signs up and type in an amount of $ that will be charged by stripe.
So far so good - but how can i fetch the response of $user->charge
e.g https://stripe.com/docs/api/php#charges
If i dd i get only the back the stripe token etc. but not the amount, status etc. like in the docs of stripe.
What am i missing?
Please or to participate in this conversation.