SetupIntentService::create( null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Creates a SetupIntent object.


Description Description

After the SetupIntent is created, attach a payment method and <a href="/docs/api/setup_intents/confirm">confirm to collect any required permissions to charge the payment method later.


Parameters Parameters

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeSetupIntent)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.