Skip to main content

Create unsubscription link

POST 

/subscribe/cancel/create

The merchant initiates an unsubscription order and receives a link to the unsubscription page. After the user navigates to the page and completes the unsubscription, the system sends an unsubscription result notification to the callback address provided by the merchant.

info

Unsubscription page access rules

The interface returns the field paymentUrl as the unsubscription page path, which must be prefixed with the official Pay Protocol domain to access:

  • Production environment: https://payment.payprotocol.network + paymentUrl
  • Sandbox environment: https://payment-sandbox.payprotocol.network + paymentUrl

Note: Do not use the returned paymentUrl directly; it must be prefixed with the official domain to avoid misuse or security risks.

Request​

Responses​

OK