Relative Content

Tag Archive for stripe-payments

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.