Explore Plans
Mobile menu Close menu
Stripe

Create payment link

This action will create a payment link.

Developer info

API endpoint slug
stripe.create_payment_link
Filter code method
Stripe.createPaymentLink.skip(string?: reason)
Runtime method
runAction("stripe.create_payment_link", {})

Action fields

Line item 1 price Text input > Other

Label
Line item 1 price or plan
Helper text
The price or plan of the first line item.
Slug
line_item_1_price
Required
true
Can have default value
true
Filter code method
Stripe.createPaymentLink.setLine Item 1 Price(string: line_item_1_price)

Line item 1 quantity Text input > Other

Label
Line Item 1 Quantity
Helper text
The quantity of the first line item.
Slug
line_item_1_quantity
Required
true
Can have default value
true
Filter code method
Stripe.createPaymentLink.setLine Item 1 Quantity(string: line_item_1_quantity)

Line item 2 price Text input > Other

Label
Line item 2 price or plan
Helper text
The price or plan of the second line item.
Slug
line_item_2_price
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setLine Item 2 Price(string: line_item_2_price)

Line item 2 quantity Text input > Other

Label
Line Item 2 Quantity
Helper text
The quantity of the second line item.
Slug
line_item_2_quantity
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setLine Item 2 Quantity(string: line_item_2_quantity)

Line item 3 price Text input > Other

Label
Line item 3 price or plan
Helper text
The price or plan of the third line item.
Slug
line_item_3_price
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setLine Item 3 Price(string: line_item_3_price)

Line item 3 quantity Text input > Other

Label
Line Item 3 Quantity
Helper text
The quantity of the third line item.
Slug
line_item_3_quantity
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setLine Item 3 Quantity(string: line_item_3_quantity)

Submit helper text Text input > Other

Label
Submit Helper Text
Helper text
The text that appears on the submit button.
Slug
submit_helper_text
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setSubmit Helper Text(string: submit_helper_text)

Subscription description Text input > Other

Label
Subscription Description
Helper text
The description of the subscription.
Slug
subscription_description
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setSubscription Description(string: subscription_description)

Subscription trial days Text input > Other

Label
Subscription Trial Days
Helper text
The number of days to trial the subscription.
Slug
subscription_trial_days
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setSubscription Trial Days(string: subscription_trial_days)

Customer creation Dropdown list

Label
Create customer?
Helper text
Whether to create a new customer if one does not exist.
Slug
customer_creation
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setCustomer Creation(string: customer_creation)

Collect phone number Dropdown list

Label
Collect phone number?
Helper text
Whether to collect the customer's phone number.
Slug
collect_phone_number
Required
false
Can have default value
true
Filter code method
Stripe.createPaymentLink.setCollect Phone Number(string: collect_phone_number)