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 UtcPay domain to access:
- Production environment:
https://payment.utcpay.com+paymentUrl - Sandbox environment:
https://payment-sandbox.utcpay.com+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​
- 200
- 201
- 401
- 403
- 404
OK
Created
Unauthorized
Forbidden
Not Found