Logo
Acquired.com API API Documentation

Update a session_id

PUT {{url}}payment-sessions/:session_id

This request allows you to update any details of the previously created session_id. Submit a request containing the parameters to be updated, when the payment is completed within Components. the authorisation request will use the latest parameters set against the session_id.

https://docs.acquired.com/reference/update-session-id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'https://test-api.acquired.com/v1/payment-sessions/:session_id' -d '{"amount":100}'

ENDPOINTS