Skip to main content
POST
https://checkout.dintero.com/v1
/
view
/
{session_id}
/
session
/
lock
checkout_sid_lock
curl --request POST \
  --url https://checkout.dintero.com/v1/view/{session_id}/session/lock
{
  "pay_lock": {
    "pay_lock_id": "7ffdbd47-a7c8-476b-b06b-39e0a3f2a4c6"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

session_id
string<checkout-id>
required

The session ID

Response

Information about the lock

If the session is locked, and metadata about the lock.

pay_lock
object
Last modified on May 12, 2026