#dheeraj-moto
1 messages · Page 1 of 1 (latest)
I dont have it.. im using stripe cashier laravel
You should still have a request ID - you can find directions on where to find it at https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Can you call please tell me how to set moto true in laravel cashier subscription create method
We don't provide phone call support here, but again, if you find a request ID I'd be happy to help
Yes wait a sec
Call written wrongly
req_DGpoNkiIp2ophW
In your request you're incorrectly passing moto: true when you create a Customer, which is not how you would use this. You'd want to set payment_method_options[card][moto]: true when you create a Payment or Setup Intent (see https://stripe.com/docs/payments/payment-intents/moto). I don't know the specifics of how to set this with laravel cashier since this is a library that isn't maintained or written by us, but it's likely something you can pass in to options (see https://github.com/laravel/cashier-stripe/blob/f0bdbbcb7a67b860895fddfd217dfa99d9fbbc41/src/Concerns/PerformsCharges.php#L25)