Build a Payment Flow

Stripe is a leading payments provider. Use Feathery’s Stripe integration for any or all of the following:

  • Collect payment methods from users (e.g. a credit card)

  • Allow users to choose products to purchase

  • Accept online payments for selected products

What you need

Implementing Payments

Determine how you plan to integrate Stripe with Feathery. You can choose to only collect payment info (credit cards) for future charges or you can collect an actual payment as well.

Your implementation will have up to 4 steps:

Last updated