Skip to main content
POST
/
api
/
v1
/
checkout
/
{code}
/
pay
Pay Checkout
curl --request POST \
  --url https://api.example.com/api/v1/checkout/{code}/pay \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

code
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response