#akkusomer1
1 messages · Page 1 of 1 (latest)
What's the paymentIntent ID and the invoice ID?
I'm in test mode
invoice Id : in_1OJeTuEN9GB60ZZoQl5yEwoF
payment intent Id: pi_3OJeTtEN9GB60ZZo1F7pH1vA
https://dashboard.stripe.com/test/logs/req_9apfjcx9m5Ozvd the invoice was created because you enabled invoice_creation
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But if I don't add this code, will an invoice be generated? "
invoice_creation": {
"enabled": "True",
"invoice_data": {
"description": "Invoice for Product X",
"custom_fields": {
"0":{
"value": "361046663470826",
"name": "Order Number"
}
},
"footer": "B2B Inc.",
"metadata": {
"order": "order-xyz"
}
}
},
No
That is, is the invoice created only for a service or product that will be paid at a later date?