clientSecret
token, used by @stripe/react-stripe-js
components.
Stripe call snippet -
Parameter | type | Description |
---|---|---|
customer | string | id of the stripe customer |
payment_method_types | array | The list of payment method types that this SetupIntent is allowed to set up |
SetupIntent
object - link
Parameter | type | Description |
---|---|---|
stripeId | string | id of the stripe customer |
expand | array | By default, stripe returns only the if of the related object (default_payment_method in this case). Those objects can be expanded inline with the expand request parameter. |
Customer
object - link
Parameter | type | Description |
---|---|---|
cursorId | string | A cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list. |
direction | string | A direction of pagination. Used to determine which parameter starting_after or ending_before should be passed to the stripe call |
perPage | string | A limit on the number of objects to be returned |
Charge
object - link
More information about stripe pagination - link