#rushikeshRL
1 messages ยท Page 1 of 1 (latest)
Hi there, there's no discount param for PaymentIntents API. But you can apply a discount to an invoice, subscription or checkout session
so how to keep track of the discount field? for the card payment we are creating payment intent on the server and sending the data to the frontend.
What discount field? can you share with me your code?
@glad yacht I was talking about this one https://support.stripe.com/questions/support-for-coupons-using-payment-intents-api
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
That Doc extensively means you need to manage the discount yourself, and only pass the post-discount amount into Stripe PaymentIntent API
@glad yacht Payment element
OK. The Payment Element will display an error if you submit the card details without cvc
so what about cardElement?
same
so there is no way to make payment without cvc right?
No
ok thanks.
How can we integrate the Tap and pay feature in android? Does stripe has sdk for it?
https://stripe.com/docs/terminal/payments/setup-reader/tap-to-pay-on-iphone Tap to pay is currently available with compatible iPhone
ok. we currenctly using stripe connect for merchants. Can we change the payouts for the connect accounts, if yes what is the min and max time frame?
You mean you want to specify a delay in payout? https://stripe.com/docs/api/accounts/update?lang=ruby#update_account-settings-payouts-schedule-delay_days
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this one settings.payouts.schedule.interval
@glad yacht can we customize the domain for stripe onboarding page for the connect account?
No
so is it customizable for the link payments?
You can use custom domain for checkout and customer billing portal
Are you talking about Payment Link? https://stripe.com/payments/payment-links
๐ Payment Link and Checkout are 2 different products, but yes they are pretty similar
Payment Link can't have custom domain AFAIK, but Checkout can
so can we have custom domain for payment link?
Ok Thanks @rich harness
you can close this
@rich harness Can we manage the dispute using API for the standard connected accounts?
You mean responding to Dispute using API?https://stripe.com/docs/disputes/api
yes
Yes if you use the Stripe Account header, I believe