Integrations
Payment providers
Stripe
to successfully set up an integration with stripe, you need to generate data for six different fields publishable key secret key webhook signing secret invoice line format payment methods webhook url (this will be prefilled) most of this data can be retrieved from the stripe dashboard go there first to collect the api keys head to the developers section and subsequently, api keys copy the publishable key and paste it into fiona reveal the secret key, then copy and paste it into fiona the following step is to set up the webhook head to webhooks add an endpoint the url will be visible in your fiona integration dashboard add events checkout session async payment failed checkout session async payment succeeded checkout session completed checkout session expired after this, you can get the webhook signing secret click on the newly created endpoint reveal and copy the signing secret and paste it into fiona invoice line format & payment methods an invoice line format can help you quickly identify individual payments in your provider's dashboard you can enter the format yourself the available payment methods are indicated as such check out stripe's https //stripe com/docs/api/payment methods/object for more information on formatting other payment methods