#bubonicpestilence
1 messages ยท Page 1 of 1 (latest)
i.e. in dashboard ui i have sub's desc, invoice memo, invoice footer:
but i seen only "description" field in api for "create sub method"
Good question. Checking in to this, I know you can set it when creating invoices themselves. Will see what that page does
It looks like that is a dashboard only setting at the moment. So it looks like it will be another feature request to expose this on the subscription itself
I think you can set it on the invoices once they are created from the API but the API doesn't have a way of accessing that subscription setting.
Yep, they can be updated as long as they aren't finalized. So that is how those have to be set API-wise at the moment
yeah, definitely this FR ๐
and 1 more question
when invoice is retrying
will it re-use it's own memo
or "sub's memo"
it's like a "addon for FR"
right now, only NEXT invoice will use new memo of sub, but not the one which is "past_due state"
i.e. if i create sub with memo 1, invoice finalizes, and saves "memo 1", but 2 days later i changed sub's memo to "2", and that invoice that wasn't paid yet, will still use "memo 1"
only NEXT MONTH's invoice will use "2" as memo ๐
i.e. this is "thing to think before implementing FR"
When you say you create a sub with memo 1, is that the subscription's description parameter? Or something else?
Are you updating the invoice's memo via the dashboard in this scenario?
If you want to test this out you can create a subscription on a test clock and make these modifications, that will properly simulate how Stripe will use your memo settings https://stripe.com/docs/billing/testing/test-clocks
nvm, just ignore last thing ๐