Skip to main content
POST
/
api
/
v1
/
checkout
/
sessions
/
{session_id}
/
complete
Checkout oturumunu tamamla
curl --request POST \
  --url https://vpos-sandbox.payven.com.tr/api/v1/checkout/sessions/{session_id}/complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "type": "https://docs.payven.com.tr/errors/bad_request",
  "title": "Geçersiz istek",
  "status": 400,
  "code": "bad_request",
  "detail": "amount.amount alanı zorunlu.",
  "correlation_id": "9f1c8e76-2a3b-4f12-9c8d-12cb24a8a8a8"
}

Headers

Idempotency-Key
string

Path Parameters

session_id
string
required

Body

application/json
transaction_id
string<uuid> | null

Response

No Content