Deeplinks in Self Service

Content of this article

  1. Preliminary Remarks
  2. Use Deeplinks

1. Preliminary Remarks

Deeplinks in the Self Service can be used to redirect end customers directly to the desired page so that they can, for example, change their payment method immediately without having to search for the corresponding subscription in the Self Service for which the payment method needs to be changed.
The deep links can be entered in the email template in the Merchant Backend.

2. Use Deeplinks

The following deeplinks are available:

www.example-self-service.com/#subscription/{subscriptionId} 
  directly leads to the respective subscription to change the payment method for this specific subscription, for instance.


www.example-self-service.com/#wallet/{walletId} 
  directly leads to the respective wallet of the customer.


www.example-self-service.com/#address/{addressType}/{addressId} 
  directly leads to the respective editing screen. Depending on whether "invoice" or "delivery" has been entered as {adressType}, either the invoice or the delivery address opens.


www.example-self-service.com/#payment/credit_card/{creditCardId} 
  directly leads to the editing screen of the credit card information.


www.example-self-service.com/#payment/bank_account/{bankAccountId} 
  directly leads to the editing screen of the bank account information.