GET
/
{alias}
/
checkout
/
payment-links
/
{id}
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/payment-links/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "id": 123,
  "store_id": 123,
  "active": true,
  "name": "Seu Link de Pagamento",
  "promocode_id": 123,
  "customer_id": 123,
  "customer_address_id": 123,
  "created_at": {
    "date": "2000-08-17 10:24:24",
    "timezone_type": 3,
    "timezone": "America/Sao_Paulo"
  },
  "updated_at": {
    "date": "2000-08-17 10:24:24",
    "timezone_type": 3,
    "timezone": "America/Sao_Paulo"
  },
  "skus": [
    {
      "sku_id": 123,
      "quantity": 123
    }
  ]
}

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 link de pagamento

Response

200
application/json

Link de pagamento cadastrado com sucesso!

Representa uma integração com os links de pagamento