Skip to main content
GET
https://checkout.dintero.com/v1
/
idp
/
{provider}
/
{env}
/
callback
checkout_idp_verification_callback_get
curl --request GET \
  --url https://checkout.dintero.com/v1/idp/{provider}/{env}/callback
{
  "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

env
enum<string>
required
Available options:
test,
prod
provider
enum<string>
required
Available options:
criipto

Query Parameters

code
string
state
string
error
string
error_description
string

Human-readable error description

Response

Redirect to session accept/cancel URL on payment completed

Last modified on May 12, 2026