#dheeraj-moto

1 messages · Page 1 of 1 (latest)

west venture
#

Hello! Can you send me a request ID that gave you this error?

warm patrol
#

I dont have it.. im using stripe cashier laravel

west venture
warm patrol
#

Can you call please tell me how to set moto true in laravel cashier subscription create method

west venture
#

We don't provide phone call support here, but again, if you find a request ID I'd be happy to help

warm patrol
#

Yes wait a sec

warm patrol
#

req_DGpoNkiIp2ophW

west venture
#

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)

warm patrol
#

In which array should moto come

#

?