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

Path Parameters

id
string
required

Session id

Body

application/json

Params

The body is of type object.

Response

Session

The response is of type object.