checkout/[assetid]
Closed this issue · 1 comments
batuhan commented
- create payment intent
- upsert account to core, get or create stripe customer
- create transaction
- capture payment (auto transition to complete for transaction)
- internal workflow creates order
batuhan commented
this is completed but instead of the internal workflow creating the handler, it's created manually via the sdk when creating a payment intent. this is good for now.