docs: add documentation for stripe connection / triggers

This commit is contained in:
Pierre Maurice Schwang
2022-11-28 19:24:51 +01:00
parent ef27c9348b
commit f25b67c81c
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
favicon: /favicons/stripe.svg
items:
- name: Payout
desc: Triggers when stripe sent a payout to a third-party bank account or vice versa.
org: Stripe Documentation
orgLink: https://stripe.com/docs/api/payouts/object
- name: Balance Transaction
desc: Triggers when a fund has been moved through your stripe account.
org: Stripe Documentation
orgLink: https://stripe.com/docs/api/balance_transactions/object
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />