Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3001/api/v1/elements/session \ --header 'Content-Type: application/json' \ --data ' { "publishableKey": "pk_test_01HXYZ", "amount": 25.5, "currency": "usd" } '
{ "success": true, "data": { "id": "<string>", "expiresInSeconds": 123 } }
Publishable key (pk_test_* / pk_live_*) configured on the business profile
pk_test_*
pk_live_*
"pk_test_01HXYZ"
25.5
"usd"
OK
true
Show child attributes