#aditya_30844
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aditya_30844, 32 minutes ago, 3 messages
Hello! We don't have a native 'wallet' concept I'm afraid. Can you elaborate more on your use case?
Is there any way to use stripe as a wallet ?
The functionality is traditional, user can add money to wallet either with bank account or card added in in stripe account. Alos, the balance should be reflected according to the withdraw and deposit transactions.
You'd probably utilise the customer balance: https://stripe.com/docs/invoicing/customer/balance
Your customer makes a payment.
You credit the balance oin the associated Customer object by the same amount.
That is automatically applied to any invoice payments.
Thanks!
How can I add a card and bank account against a customer, when front end is a laravel website.