Logo
30sec's Public API Documentation

Capture an authorized transaction

POST {{payment-url}}/transactions/{{authorization_id}}/actions/capture

 

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/transactions/authorization_id/actions/capture' -H 'Authorization: Bearer access_token' -H 'Content-Type: application/json' -H 'X-Client-Id: payment-clientId' -H 'X-Client-Secret: payment-clientSecret' -d '{"amount":1900}'

ENDPOINTS