#tomasfejfar

1 messages · Page 1 of 1 (latest)

civic irisBOT
subtle spoke
loud sentinel
#

req_VURrdyPaNGvXWA

#
$paymentIntentId = $invoice
            ->payment_intent;
$paymentIntent =  $stripeClient->paymentIntents->retrieve($paymentIntentId);
$stripeClient->paymentIntents->update($paymentIntent->id, ['setup_future_usage' => 'on_session']);
subtle spoke
#

thanks for sharing let me check

#

Does the restricted key you are using ends with ene4Fi?

subtle spoke
loud sentinel
#

Hmmm, let me check! (the ending is correct)

#

You were right! Now it passes. The error message is very misleading though. Also before it said I need to have checkout session write... so I assumed that the privileges are correct.

Thanks for the help, it now passes. ❤️

subtle spoke
#

Welcome!