cURL
curl --request POST \ --url https://www.waffo.com/api/v1/subscription/manage \ --header 'Content-Type: application/json' \ --data ' { "subscriptionId": "<string>", "subscriptionRequest": "<string>" } '
{ "code": "<string>", "msg": "<string>", "data": { "subscriptionRequest": "<string>", "merchantSubscriptionId": "<string>", "subscriptionId": "<string>", "managementUrl": "<string>", "expiredAt": "<string>", "subscriptionStatus": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://waffo.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://waffo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Waffo subscription Id
64
Subscription request id sent from Merchant. It will also be used for idempotent check.
OK
response data
Show child attributes