Can I confirm payment and save card for future uses in case of subscription in one call?
Is there a way to create Stipe subscription (I am using Java and React) that will require to add card for future subscription payments and charge first amount immediately in one call during confirmation on front end.
For now what I was able to research is that you first need to create Subscription and confirm SetupIntent
with clientSecret
by calling stripe.confirmCardSetup
in front end first and after successful confirmation – initiate stripe.confirmCardPayment
with clientSecret
retrieved from subscription.getLatestInvoiceObject().getPaymentIntentObject().getClientSecret()
;
Stripe Express Dashboard Confirguration for Stripe Connect-ed Accounts
I’m trying to reduce the complexity of the Stripe Dashboard for my connect accounts. For example, I want to force connected accounts to pay for Sales Tax and not be able to turn it off and I don’t want each connected account to be able to do any branding but instead use my (parent) account.
Stripe Express Dashboard Confirguration for Stripe Connect-ed Accounts
I’m trying to reduce the complexity of the Stripe Dashboard for my connect accounts. For example, I want to force connected accounts to pay for Sales Tax and not be able to turn it off and I don’t want each connected account to be able to do any branding but instead use my (parent) account.
Stripe Express Dashboard Confirguration for Stripe Connect-ed Accounts
I’m trying to reduce the complexity of the Stripe Dashboard for my connect accounts. For example, I want to force connected accounts to pay for Sales Tax and not be able to turn it off and I don’t want each connected account to be able to do any branding but instead use my (parent) account.
Stripe error with prestashop payment module
I’m trying to use the Stripe module in prestashop and I’m getting this error in the Stripe dashboard
Stripe error with prestashop payment module
I’m trying to use the Stripe module in prestashop and I’m getting this error in the Stripe dashboard
Stripe: subscription creatiion gives no error, but nothing appears on dashboard
trying to create a subscription for a product on Stripe. The product already has a defined price. I tried with both directly the Price object and creating a new price object, the behavior remains the same.
Stripe elements separate fields
I am using Stripe elements to take a credit card payment.
stripe customer unkown even when customerId is supplied
I feel like there is something I’m not doing right here.
So basically I made sure that customerId matched, but still after a payment was processed, it shows the customer as unkown.
stripe customer unkown even when customerId is supplied
I feel like there is something I’m not doing right here.
So basically I made sure that customerId matched, but still after a payment was processed, it shows the customer as unkown.