Skip to main content
GET
/
{alias}
/
checkout
/
payment-link
/
{id}
Visualizar Link de Pagamento
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/payment-link/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "id": 123,
  "link_url": "<string>",
  "name": "Seu Link de Pagamento",
  "whatsapp": {
    "message": "Olá, aqui está o seu link de pagamento: {link}",
    "link": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.yampi.com.br/llms.txt

Use this file to discover all available pages before exploring further.

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

Link de pagamento cadastrado com sucesso!

Representa uma integração com os links de pagamento

id
integer
name
string
Example:

"Seu Link de Pagamento"

whatsapp
object