Action: Create a Payment Link

Stripe Operation

The Create a Payment Link action enables users to create a Stripe payment link for use in third-party applications.

Example User Story

I want to create a Stripe payment link in order to my website users start the payment process.

Fields

Field Name
Field Type
Required

lineItems

Array

Yes

afterCompletion

Object

No

automaticTax

Object

No

billingAddressCollection

String

No

consentCollection

Object

No

customText

Object

No

customerCreation

String

No

invoiceCreation

Object

No

metadata

Object

No

paymentIntentData

Object

No

paymentMethodCollection

String

No

paymentMethodTypes

Array

No

phoneNumberCollection

Object

No

shippingAddressCollection

Object

No

shippingOptions

Array

No

submitType

String

No

subscriptionData

Object

No

taxIdCollection

Object

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated