Take Stripe payments using the native Breakdance form.
Take money using Breakdance native forms. Add a post type and a price field - to build a tiny shop, use a price field in the form to sell a single product or service or add a Select dropdown of products and prices and let the user choose.
No secure payment data is stored on site and the transaction is secured end-to-end. It's all managed with a Form Action, the same thing Breakdancers are used to with forms.
The payment info stores name, email and safe transaction details which you can later review and export. You can also store any of the form fields in a Notes section. You can set the API keys in wp-config to keep them secure.
All prices and transactions are guarded by server-side checks, making the form secure and ensuring dubious people can't tamper. There's also a webhook to ensure that if Stripe takes a payment, but the form doesn't submit - we can still record the transaction and pull the data later.
Ideal for people who only sell a few items and don't want the extra security required of adding a full shop solution.