#fathekarim-e-wallet

1 messages · Page 1 of 1 (latest)

marble vigil
#

heya @empty hinge, it should be possible to develop an e-wallet using nodeJS. Do you have any specific concerns?

empty hinge
#

hi @marble vigil , I am looking for a documentation on how I can create this for my project so that users get this benefit.

marble vigil
#

Stripe has guides on how to collect the payments from your customers :
https://stripe.com/docs/payments/accept-a-payment
but the specific implementation of an e-wallet and its corresponding functions/features is something which you'll need to implement yourself e.g. tracking the amount used, how much balance is left in the e-wallet, etc

empty hinge
#

ok thank you,, I have some issue finding the {{CONNECTED_STRIPE_ACCOUNT_ID}} , where I can get the id from the customer? Is this ID available after the customer purchases the product?