Logo
30sec's Public API Documentation

Estimate charge

POST {{payment-url}}/users/{{username}}/actions/estimate-charge

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string
Content-Type
string
X-Client-Id
string
X-Client-Secret
string




RESPONSES

status





Curl
curl -X POST 'payment-url/users/username/actions/estimate-charge' -H 'Authorization: Bearer access_token' -H 'Content-Type: application/json' -H 'X-Client-Id: payment-clientId' -H 'X-Client-Secret: payment-clientSecret' -d '{"amount":5000}'

ENDPOINTS