#ilamathi-order
1 messages · Page 1 of 1 (latest)
I know we have invoice API, do we have option to create invoice by mapping particular order to that?
So that i can create a invoice for the order manually and can send to the customer though order API not support this out of the box..
You could manually create an Invoice for the same amount as the one in the Order. And potentially add some metadata to the invoice to link it to a specific Order ID.
oh ok.. so i can manually create for the same priceID used for order not by giving the orderID?
Actually I'm not very familiar with the Order API (since it's quite new), but if you need an invoice then the only way is to manually create the invoice yourself. You just need to make sure you pass all the correct values (price ID, quantity, etc.)
ok got..
But atleast do we get receipt for order, once it complete? It seems there is no receipt as well for paid_out_of_band case?
also this will send to customer by email automatically?
If you are using the order API for payment, then with this dashboard setting customers will receive a receipt email automatically https://dashboard.stripe.com/settings/emails
do we get receipt for all the completed order,? It seems there is no receipt as well for paid_out_of_band case?
paid_out_of_band is for invoices, right?
yes,, i created order and i made payment outside of stripe.. so i marked order os out_of_band.. for this case
this order i created that way - https://dashboard.stripe.com/test/orders/order_1L033uKhQvshw5gFaGZb65JJ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i couldn;t find receipt link for this
Hello 👋
Taking over here
give me a moment to catch up please
Appreciate your patience.
There wouldn’t be a receipt created in this case since the associated PaymentIntent is cancelled once the order is marked paid out-of-band
After you mark an order as paid out-of-band, its payment.status changes to complete, and you receive an order.payment_complete webhook event from Stripe. If the order has an associated PaymentIntent, the PaymentIntent is canceled.
any idea on this?
on what?
do we get receipt for all the completed order,? It seems there is no receipt as well for paid_out_of_band case?
There wouldn’t be a receipt created for paid_out_of_band orders since the associated PaymentIntent is cancelled once the order is marked paid out-of-band
After you mark an order as paid out-of-band, its payment.status changes to complete, and you receive an order.payment_complete webhook event from Stripe. If the order has an associated PaymentIntent, the PaymentIntent is canceled.
then in this case how we can share the payment details to the customer?
for out_of_band orders, you may need to handle it on your end by creating your own receipts.
is there any stripe API for that to create receipt?
I don't believe so.
oh ok
Is it possible to check sending receipt/invoice to the mail id in in test mode?
I don't think we'll send it automatically
But if I remember correctly, you can do it via the dashboard
yes, but with test stripe account can we do that?...
what about invoice? that also send to email by default on successful subscription creation corresponding invoice?
It actually depends on your email settings
https://dashboard.stripe.com/settings/emails
if i enable this settings, do customer get the mail with stripe test mode? that is my question... i am not getting any mail in test mode.. so want to confirm
No. Stripe will not send emails in test mode automatically.
You'll need to use the dashboard and send those manually if you want to send these in test mode