Skip to main content
POST
/
payment-sessions
/
{id}
/
authorize
Authorize a captured payment session
curl --request POST \
  --url https://api.example.com/payment-sessions/{id}/authorize \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

id
string
required

Payment Session ID

Body

application/json

Capture Payment Session Params

The body is of type object.

Response

Capture Session Result

The response is of type object.