Skip to main content
GET
https://checkout.dintero.com/v1
/
sessions
/
{session_id}
/
collector
/
redirect
checkout_sid_collector_redirect_get
curl --request GET \
  --url https://checkout.dintero.com/v1/sessions/{session_id}/collector/redirect
{
  "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<checkout-id>
required

The session ID

Response

Redirect to session URL on payment completed

Last modified on May 12, 2026