Skip to main content
GET
https://checkout.dintero.com/v1
/
view
/
{session_id}
checkout_sid_html_get
curl --request GET \
  --url https://checkout.dintero.com/v1/view/{session_id}

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

Query Parameters

language
string
ui
enum<string>
Available options:
fullscreen,
inline,
modal
scc
string

Optional query parameter. SMS-confirm-code. To verify the identity of the payee.

show_payment_type
string

Optional query parameter. If specified the checkout will only show the specified payment type(s).

hide_language
enum<string>

Optional query parameter. If specified language selector in checkout will be hidden.

Available options:
true
hide_items
enum<string>

Optional query parameter. If specified items will be hidden when checkout is not embedded.

Available options:
true

Response

302

Checkout page

Last modified on May 12, 2026