GET
/
{alias}
/
checkout
/
gateways
/
{gatewayAlias}
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/gateways/{gatewayAlias} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {
    "alias": "billet",
    "name": "Boleto Bancário",
    "icon_url": "<string>",
    "allow_backup": true,
    "installments_config": {
      "allow_custom_installments": true,
      "message": "<string>",
      "help_link": "<string>"
    },
    "auth_type": "Boleto Bancário",
    "gateway_exists": true,
    "params": {
      "data": [
        [
          "env",
          "merchant_id",
          "key"
        ]
      ]
    }
  }
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

gatewayAlias
string
required

Alias do gateway de pagamento

Response

200
application/json

Detalhes do gateway de pagamento

The response is of type object.