cURL
curl --request POST \ --url https://uat-api.clinkbill.com/api/order/payment-session \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --header 'X-Timestamp: <api-key>' \ --data ' { "customerEmail": "<string>", "amount": 1.5, "currency": "<string>" } '
{ "code": 123, "msg": "<string>", "data": { "sessionId": "<string>", "expireTime": "2023-11-07T05:31:56Z" } }
Create agent payment session
Your secret API key obtained from the Clink dashboard (Developers section)
Current timestamp in milliseconds since Unix epoch (required for request signing)
x > 0.5
OK
Show child attributes