#patrickhowonk_17393_66278
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
await stripe.invoices.create({
customer: 'cus_OO5i22Z4udZmfQ',
collection_method: 'send_invoice',
metadata:{
proposition:req.body.idProposition,
facture: numero
},
days_until_due: 30,
},
{
stripeAccount: 'acct_1NbIOyQO0WxVafMy',
}
)
this is my code