curl --request POST \
--url https://api.example.com/payment-sessions/{id}/authorize \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request POST \
--url https://api.example.com/payment-sessions/{id}/authorize \
--header 'Content-Type: application/json' \
--data '{}'{}Payment Session ID
Capture Payment Session Params
The body is of type object.
Capture Session Result
The response is of type object.