简体中文
托管的结账页面体验
示例代码
curl --location --request POST 'https://api.clinkbill.com/api/checkout/session' \ --header 'X-Timestamp: ${currentMillisecondsTimestamp}' \ --header 'X-API-Key: ${sk_key}' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerEmail": "customer@example.com", "originalAmount": ${amount}, "originalCurrency": "USD", "priceDataList":[ { "name":"一次性购买", "quantity": 1, "unitAmount":${unitAmount}, "currency":"USD" } ] }'