Skip to main content
PUT
https://checkout.dintero.com/v1
/
admin
/
gateways
/
bambora
admin_checkout_id_gw_bambora_put
curl --request PUT \
  --url https://checkout.dintero.com/v1/admin/gateways/bambora \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "bambora": {
    "access_token": "<string>",
    "checkout_api_url": "https://api.v1.checkout.bambora.com",
    "merchant_api_url": "https://merchant-v1.api-eu.bambora.com",
    "transaction_api_url": "https://transaction-v1.api-eu.bambora.com",
    "wallet_api_url": "https://wallet-v1.api-eu.bambora.com",
    "token_api_url": "https://tokenize-v1.api-eu.bambora.com",
    "merchant_number": "<string>",
    "secret_token": "<string>",
    "md5_key": "<string>",
    "token_scope": "<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
bambora
object
required

configuration for Bambora GW

Response

Gateway updated

Last modified on May 12, 2026