#hitarth_97327
1 messages · Page 1 of 1 (latest)
Hi there!
No the minimum amount with $0.50. But if you want to save a card for later use, you can use a SetupIntent with means no charge at all.
HI @north jungle is there any disadvantage of using payment_intent instead of using invoice.
With using payment_intent is the invoice shared automatically to a customer? as the same as the invoice?
I already answered that question:
If you directly create a PaymentIntent, then no invoice is created or sent to the customer.
@deft loom let's chat here
So what i do for this
I want to send invoice to customer directly
is there any chance to send direclty
Sure: create the Invoice and set collection_method: send_invoice https://stripe.com/docs/api/invoices/create?lang=node#create_invoice-collection_method
But I used paymentIntent method so how can i manage both method
Don't create a PaymentIntent. Create an Invoice, which will create a PaymentIntent for you.
I want to add Klarna in the payment method type that's why I used the paymentIntent method. because create. invoice is not allowed to add klarna in payment method types
That's true, we don't support Klarna for Invoices.
So you either create an invoice, and won't be able to use Klarna.
Or you create a PaymentIntent with Klarna, but that means you won't get an invoice.
Can you clarify what you mean exactly by "send invoice"? Do you want a real invoice that users can pay, or do you just want a payment receipt after they made the payment?
When the user pay and the receipt will shared with a user after payment done
I don't understand. Do you want to send the invoice before the payment or after the payment?
Then PaymentIntent works! You just need to enabled that setting: https://dashboard.stripe.com/settings/emails
But note that won't be an Invoice, but a payment receipt.
And if you look at a spectific PaymentIntent in the dashbaord, you can see what the receipt looks like by clicking ont he buttons on the right
so when user do payment after this. Receipt will shared with user om mail right.
so when user do payment after this. Receipt will shared with user om mail right.
Yes
@north jungle Without using create.invoice?
Yes. However note that this is NOT an Invoice, but a payment receipt. And they are sent for all successful payments.
One more thing @north jungle
I use the create invoice method and then bind payment Intent method which has Klarna in the payment intent method so it makes sense.
I saw that using create invoice payment intent is generated automatic.
Yes if you create an Invoice, it will automatically create a PaymentIntent for you.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
I want to add klarna in payment method type and with using create invoice is this possilbe?
how may I help? where are you stuck?
Hi @mystic cypress I want to add Klarna in the payment method type and with using create an invoice is this possible?
yes it is possible
you can manage the payment methods for one-off invoices here https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
There is no option for klarna.
what's your account ID?
I just want to ask one thing
yes go ahead
Can we add a payment method Klarna in the invoice method? I think no.
So then i Used payment Intent to add klarna in payment method type instead of using create invoice. and it is working now klarna is added successfully
but now invoice is not created and shared to customer after payment what i do now.
yes you can!
would you mind sharing the request ID when you didn't receive Klarna as an option
taking a look
Hey, @mystic cypress got something which helpful?
I'm still looking sorry it's taking this much time, will be with you shortly with an answer
Okay, Thank you will wait for your response.
actually I stand corrected, I thought Klarna is only not supported for recurring payments but apparently it's also not available for invoices https://stripe.com/docs/payments/payment-methods/integration-options#support-buy-now-pay-later