web3.storage
web3.storage copied to clipboard
Stripe integration for saving payment methods
Connect the payment method UI form (built in #1741 ) to the existing stripe account so user's payment method is stored in stripe
- [ ] payment methods get saved to stripe
- [ ] paymthod methods can be displayed on UI (pulls from Stripe).
- [ ] details saved to DB
@JeffLowe now that https://github.com/web3-storage/web3.storage/issues/1779 has landed, I think this issue you created could be considered 'done'. wdyt? proof https://web3.storage/account/payment/
I have no access to stripe to verify whether or not user getting created in stripe and their payment methods are saved. However, from a blackbox user perspective, CC entered and saved persists across login sessions, so it appears complete.
@heyjay44 @e-schneid I believe this one is closable, correct?
I believe so @JeffLowe . The last task ("details saved to DB") might not be relevant since all payment info is strictly in stripe, but the first two tasks are satisfied.