English
Empower customers to manage their own subscriptions and billing
Sample Code
curl --location --request POST 'https://api.clinkbill.dev/api/billing/session' \ --header 'X-Timestamp: ${currentMillisecondsTimestamp}' \ --header 'X-API-Key: ${sk_key}' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerId": "cus_euuqxrz3sqlo" }'