Skip to main content
POST
https://checkout.dintero.com/v1
/
view
/
{session_id}
/
session
/
abandon
view_sid_session_abandon_post
curl --request POST \
  --url https://checkout.dintero.com/v1/view/{session_id}/session/abandon
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "errors": [
      {}
    ]
  }
}

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
required

The session ID

Response

Rejected to session URL with status cancelled

Last modified on May 12, 2026