Laravel-cashier Questions
Ad
Laravel Cashier - Unit Tests with creating subscriptions with payment methods
Looking deeper into this, i'm not sure it's even possible, which is a shame because i'm trying to learn tdd. i would like to test my model
Laravel Cashier - publish migration results in "cannot declare class CreateCustomersColumns"
I have a fresh laravel installation and i've added cashier to my project. since the users model on my app won't have a stripe
Uncaught IntegrationError: Please call Stripe() with your publishable key. You used an empty string
Stripe was working fine with my laravel application, and suddenly it started giving me this error in the console: uncaught integrationerror:
Laravel Cashier and stripe: how to tie subscriptions to resources
I'm trying to setup a subscription based service where a company that has a billing account can create a single subscription for each individual
Laravel Cashier auto send email on invoice / receipt
On stripe document / laravel cashier it says it can send email automatically after invoice was created. i tried to switch the settings related on
Laravel upgrade from 5.8 to laravel 6 - Call to undefined method Laravel\Cashier\Cashier::useCurrency()
I've just tried to upgrade from laravel 5.8 to laravel 6. run composer update and got the following error in the console:
How to Cancel the Braintree Subscription by Braintree_id or subscription_id using Laravel Cashier
We are using laravel cashier (braintree) with laravel version 5.8. we have a case where a user is subscribed to same plan with same name multiple
Laravel Cashier 3D Secure/SCA issue stripe
After integrating the stripe system using laravel cashier in our website, i did the testing with the test cards, few cards were successful and few
Trouble setting up a subscription with Laravel 5.8 / Cashier / Stripe
I followed this tutorial step by step:
Laravel Cashier - Stripe - set preferred locale to a customer
I want to create a customer (or edit a existing one) adding a preferred_locales value. is there a way to do it directly with laravel
Ad
How to add meta data to an invoice in Laravel Cashier?
As stated in the issues on laravel cashier. it does not
Laravel Cashier `->withCoupon()->swap()` not working
I'm trying to update a subscription and add a coupon at the same time. here's the code:
Laravel billable get records where subscription not ended
I'm using laravel billable and i've got this hooked up to a different model (client) and all works fine. however, i'm trying to fetch all records
Stripe Recurring Payments but every 3 or 6 months
I'm new to stripe php laravel. are recurring payments in laravel stripe possible for billing cycles that are not 1 month but 3 months or 6 months?
Laravel Cashier DateTime::__construct(): Failed to parse time string (@) at position 0 (@):
I have this code when displaying list of invoices, this is similar or maybe exactly the same to the ones in the official laravel cashier
Does Laravel Cashier handle race condition?
Does laravel cashier handle race condition? //code to charege some amount $stripecharge = $user->charge(100);
Select card from saved cards, if not create a new card Before Payment in Laravel Cashier
Select card from saved cards, if not create a new card before payment in laravel cashier. note: just charging the $n amount, n can be
Received unknown parameters in Laravel, Cashier and Stripe
Before we start i'm using these versions: "laravel/framework": "5.4.*" "laravel/cashier": "~7.0"
Laravel cashier `$user->subscribed()` returning true when no subscription exists
My code is simple: if($user->subscribed('main')){ $user->subscription('main')->cancel(); } i get
Laravel Spark 403 - REDIRECT HOST MISMATCH when 3D Secure Payment
I am using laravel spark for billing my customers. in case they will pay with 3d secure cards (i test it with card no. from stripe doc's
Swapping subscription plan gives error "Call to a member function asStripeCustomer() on null" [Laravel Cashier]
While trying to swap plans on a subscription, laravel returns this error: call to a member function asstripecustomer() on
Ad
Laravel Cashier - where does $stripeToken come from?
The documentation on laravel cashier is quite vague and
Laravel Cashier cancel() throws a BadMethodCallException
I used laravel cashier to handle my user's subscription, however when i try to do the basic cancellation
Laravel Cashier -How to Modify cashier to store additional parameter in user database
I'm using laravel cashier along with stripe to manage subscriptions. the user will put their credit card information when signing up and
Laravel Cashier 10 - Errors trying to show a Stripe element
I am using this tutorial to integrate stripe into my laravel site using cashier:
Laravel Cashier + Stripe: No Such Customer
I am working on developing a subscription for a web application using laravel cashier and stripe. i'm using stripe v3 javascript api and
Laravel Cashier - updateCard() - guidance
I am using laravel cashier with stripe checkout (to avoid need for compliance). i cannot fathom how to allow customer to change their card
Laravel - Stripe Subscription based on Quantity / variable subscription amount
I have implemented stripe in a laravel project. i want to charge the customers monthly but each of them will have to pay different amount. i'm
Laravel invoice error
Using laravel 5.2, i'm generating a list of invoices which works fine with the following code: $owner =
Laravel 5.2 and Cashier
I have added: "laravel/cashier": "^6.0" to composer.json and:
Ad
Blog Categories
Ad