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