feat: stripe api Intents needed for tap to pay (#3598)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Arc
2025-12-06 17:50:53 +01:00
committed by GitHub
co-authored by Vlad Stan dni ⚡
parent fcaeb0ac7a
commit 245569d0b9
5 changed files with 34 additions and 8 deletions
@@ -35,7 +35,7 @@
</template>
<q-card class="q-pb-xl">
<q-expansion-item :label="$t('api')" default-opened>
<q-expansion-item :label="$t('api_stripe')" default-opened>
<q-card-section class="q-pa-md">
<q-input
filled
@@ -106,6 +106,8 @@
- the user completed the checkout process
<li><code>invoice.paid</code></li>
- the invoice was successfully paid (for subscriptions)
<li><code>payment_intent.succeeded</code></li>
- the intent was successfully paid (for tap-to-pay in TPoS)
</ul>
</q-card-section>
</q-expansion-item>