There are 2 ways to customize the title a subscription:
- from the backoffice
- with the API
Notice: The title of a subscription is displayed in the invoices of the customer.
1 – How to Customize the Title a Subscription from the Backoffice
On the detailed page of a Subscription, click on “Action” button and “Update the subscription”.
Click on the “Subscription display name” field.
Save the new title.
2 – How to Customize the Title a Subscription with the API
Customizing the title a subscription can be done with the following request :
POST /v1/Subscription
{
“ReferenceCustomer”: “123456”,
“ReferenceOffer”: “premium”,
“TitleLocalized” : “Premium – Special Mr Doe – Order XY123”
}
{
“ReferenceCustomer”: “123456”,
“ReferenceOffer”: “premium”,
“TitleLocalized” : “Premium – Special Mr Doe – Order XY123”
}
See more at: https://docs.proabono.com/api/#override-a-subscription