Skip to main content

Create subscription link

POST 

/subscribe/payment/create

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

info

Subscription page access rules

The interface returns the field paymentUrl as the subscription 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​

OK