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
}
}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
}
}Documentation Index
Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt
Use this file to discover all available pages before exploring further.