GET
/
{alias}
/
checkout
/
banks
/
{id}
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/banks/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {
    "id": 123,
    "code": "<string>",
    "alias": "<string>",
    "name": "<string>"
  }
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

id
integer
required

ID do banco

Response

200
application/json

Detalhes do banco

The response is of type object.