Integração com a plataforma Cakto para gestão de pagamentos e assinaturas.
Eventos Disponiveis
Order
| Evento | Descricao |
|---|
order.paid | Pagamento aprovado |
order.waiting_payment.pix | Aguardando pagamento PIX |
order.waiting_payment.boleto | Aguardando pagamento Boleto |
order.waiting_payment.credit_card | Aguardando pagamento Cartão |
order.refunded | Pedido reembolsado |
order.disputed | Em disputa (chargeback) |
order.failed | Pagamento recusado |
Subscription
| Evento | Descricao |
|---|
subscription.active | Assinatura ativada |
Subscription Transaction
| Evento | Descricao |
|---|
subscription.transaction.waiting_payment | Aguardando pagamento |
subscription.transaction.paid | Pagamento aprovado |
subscription.transaction.refunded | Reembolsado |
subscription.transaction.disputed | Em disputa |
subscription.transaction.failed | Recusado |
→ Ver estrutura dos eventos Order
→ Ver estrutura dos eventos Subscription
→ Ver estrutura dos eventos Subscription Transaction
Componentes Comuns
Customer
| Campo | Tipo | Descricao |
|---|
id | string | null | ID do cliente |
name | string | null | Nome do cliente |
email | string | null | E-mail do cliente |
document | string | null | CPF ou CNPJ (docNumber) |
phone_numbers | Phone[] | null | Colecao de telefones do cliente |
address | null | Sempre null - Cakto nao fornece endereco |
Phone
Telefone do cliente.
| Campo | Tipo | Descrição |
|---|
formatted_phone | string | null | Telefone formatado em E.164 |
type | null | Sempre null |
raw_number | string | null | Número sem formatação |
area_code | null | Sempre null |
international_dialing_code | null | Sempre null |
LeadTracking
| Campo | Tipo | Descricao |
|---|
src | null | Sempre null |
sck | string | null | SCK (data.sck) |
utm_source | string | null | UTM source (data.utm_source) |
utm_campaign | string | null | UTM campaign (data.utm_campaign) |
utm_medium | string | null | UTM medium (data.utm_medium) |
utm_content | string | null | UTM content (data.utm_content) |
utm_term | string | null | UTM term (data.utm_term) |
utm_id | null | Sempre null |
meta_fbp | null | Sempre null |
google_ga_id | null | Sempre null |
google_gclid | null | Sempre null |
google_gclsrc | null | Sempre null |
google_dclid | null | Sempre null |
google_gbraid | null | Sempre null |
google_wbraid | null | Sempre null |
tiktok_ttlid | null | Sempre null |
ip | null | Sempre null |