#fintanodowd_38546
1 messages · Page 1 of 1 (latest)
Basically I am looking for ways to audit WHAT the change of subscription was each time the subscription is modified.
So I would like to update the memo and metadata of the invoice when the subscription is changed.
looking for ways to audit WHAT the change of subscription was each time the subscription is modified
Can you share an example of what you mean?
Sure. When modifying a subscription I would like to update the Memo and Metadata for the invoice generated by the subscription modification. I would like the Memo to read 'Added new scriptions for yellow, blue, green' and the Metadata to be some primary keys that map to these business objects.
I guess i could modify the invoice when it is returned in the latest_invoice element of the modify subscription API call? Is there a way to specify these values and have them applied as part of the modify subscription API call itself?
Hmm you can't set the invoice metadata via the subscription, no, but what you describe setting the metadata when the latest_invoice changes makes sense if that's what you need.
For the memo, you similarly can't set this directly via subscription, but when the renewal invoice is generated you can update that during the draft period before it finalizes
Can you share an example subscription update request you make?