#zakirhossenlive
1 messages · Page 1 of 1 (latest)
hello there
hi
I want to retrieve setupintent in php
but looks like code is not right
Could not render example request; please contact https://support.stripe.com/contact/email
saying this
that's a bug that can happen sometimes unfortunately. If you're seeing it a lot, try viewing the page in incognito mode instead, that often fixes it.
The PHP code to retrieve a SetupIntent would look like this though:
$stripe = new \Stripe\StripeClient(
'sk_test_xxxxxxx'
);
$setupIntent = $stripe->setupIntents->retrieve(
'seti_yyyy',
[]
);