#zakirhossenlive

1 messages · Page 1 of 1 (latest)

viral jackalBOT
turbid sandal
#

hello there

rare aurora
#

hi

#

I want to retrieve setupintent in php

#

but looks like code is not right

#

saying this

turbid sandal
#

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',
  []
);