SetupIntentNextAction

@JsonClass(generateAdapter = true)
data class SetupIntentNextAction(val redirectToUrl: RedirectUrl?, val type: String?) : Serializable

Actions you need to take in order for your customer to continue payment setup.

Constructors

Link copied to clipboard
constructor(redirectToUrl: RedirectUrl?, type: String?)

Properties

Link copied to clipboard

Contains instructions for authenticating by redirecting your customer to another page or application.

Link copied to clipboard
val type: String?

Type of the next action to perform, one of redirect_to_url or use_stripe_sdk.