Skip to main content
PUT
https://checkout.dintero.com/v1
/
admin
/
gateways
/
dintero_psp
admin_checkout_id_gw_psp_put
curl --request PUT \
  --url https://checkout.dintero.com/v1/admin/gateways/dintero_psp \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "dintero_psp": {
    "visa_net_client_id": "<string>",
    "acquirer_merchant_id": "<string>",
    "applepay_merchant_id": "<string>",
    "vipps_merchant_serial_number": "123456",
    "visa_token_client_app_id": "<string>",
    "visa_token_relationship_id": "10000000-20000000000",
    "mastercard_token_src_dpa_id": "src_dpa_56068",
    "mastercard_token_service_id": "SECURE_COF_MERCHANT_OBO#TESTPROJECT_PROD-PGMNAME#01",
    "token_supported_auth_methods": [
      "PASSKEY",
      "3DS"
    ],
    "token_scope": "<string>",
    "visa_click_to_pay_dpa_id": "<string>",
    "visa_click_to_pay_dpa_client_id": "<string>"
  }
}
'
{
  "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.

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

x-api-key: {api_key}

Body

application/json
dintero_psp
object
required

configuration for Dintero PSP GW

Response

Gateway updated

Last modified on May 12, 2026