#msms-invoice

1 messages · Page 1 of 1 (latest)

buoyant tinsel
low solstice
#

That is possible however that will create a new Price object and I am trying not to use any Price object

#

I found another way - I create the subscription with:

    collection_method: 'send_invoice',
    payment_behavior: 'default_incomplete',
    days_until_due: 0
}```

then edit the invoice, finalize it, then confirm payment
buoyant tinsel
#

Yeah that works too!