Webhook é uma maneira de enviar informações quando um evento específico ocorre, como, por exemplo, quando um cliente realiza um pagamento.
Com o webhook da Lastlink, você poderá enviar dados e informações sobre as ações de membros e leads para outras plataformas que os criadores utilizam. Por exemplo, você pode configurar para conceder acesso a uma plataforma externa - que aceite integração via webhook - assim que o membro concluir a compra e o pagamento do produto.
Sumário
Passo a passo para configurar
Na plataforma Lastlink, acesse o menu Meus Produtos e clique no produto que deseja integrar
Clique em Integrações, procure por Lastlink - Webhook e em seguida clique Ativar
Clique em Novo webhook na parte superior à direita
Preencha os dados de configuração do webhook:
Nome do webhook
URL que receberá os eventos
Escolha quais eventos serão enviados
Se desejar verificar se está tudo correto, clique no botão Testar para enviar uma simulação.
Confira se o webhook chegou e clique em Salvar
Pronto, seu webhook ficará ativo!
Como assegurar que o envio do webhook está funcionando como esperado?
Para garantir que os eventos selecionados na configuração do webhook estão sendo enviados corretamente, siga o passo a passo abaixo:
Acesse o site do webhook.
Copie a URL e retorne à página da Lastlink.
Cole a URL no campo “URL que receberá os eventos” e insira um nome.
Clique em Testar e, em seguida, volte ao site do webhook.
No lado esquerdo da página, você verá todos os eventos selecionados.
Se tudo estiver correto, você pode prosseguir com a configuração desejada.
Observação: Esta URL de webhook é apenas para teste dos eventos enviados. Para que o membro tenha acesso a conteúdos, é necessário configurar a URL de acordo com as orientações da plataforma externa.
Eventos e propriedades enviados
Evento | Nome do evento | Quando o evento é enviado |
Carrinho Abandonado | [Abandoned_Cart] | 30 minutos após a última ação na página de checkout, e a compra não foi confirmada. A captura do lead é feita a partir da página de vendas. |
Pedido de Compra Cancelado | [Purchase_Request_Canceled] | Não realizou o pagamento e cancelou a fatura gerada. |
Pedido de Compra Expirada | [Purchase_Request_Expired] | Quando a compra não foi paga após o período conforme o método de pagamento utilizado pelo comprador. |
Pedido de Reembolso Expirado | [Refund_Period_Over] | Quando passa o prazo de sete dias para solicitar reembolso. |
Fatura criada | [Purchase_Request_Confirmed] | Quando o cliente clicou em “comprar” e confirmamos o pedido de compra no nosso sistema. |
Compra completa | [Purchase_Order_Confirmed] | Momento em que o membro teve o pagamento confirmado do produto. |
Pagamento de recorrência efetuado | [Recurrent_Payment] | O pagamento da fatura de renovação da assinatura foi confirmado. |
Pagamento Reembolsado | [Payment_Refund] | Fatura foi reembolsada e a compra cancelada. |
Pagamento Estornado | [Payment_Chargeback] | Fatura foi estornada e a compra cancelada. |
Assinatura Cancelada | [Subscription_Canceled] | O cliente cancelou a recorrência da assinatura. |
Assinatura Expirada | [Subscription_Expired] | Quando o pagamento da fatura de renovação não foi realizado. |
Assinatura Pendente de Renovação | [Subscription_Renewal_Pending] | Um novo ciclo de recorrência iniciou, e estamos aguardando um pagamento para renovar a assinatura. |
Início da Liberação de Acesso | [Product_access_started] | Acesso do membro ao conteúdo é liberado, seja porque houve confirmação de pagamento ou porque ele foi convidado. |
Fim da Liberação de Acesso | [Product_access_ended] | O acesso do membro ao conteúdo é removido, seja por falta de um período de pagamento válido ou porque o tempo do convite expirou - em caso de convidado -. |
Exemplos dos eventos enviados
Todos os eventos contém os dados básicos de identificação dos eventos:
Id - Identificação única do evento
IsTest - Informa se é um evento de teste
Event - Nome do evento
CreatedAt - Data e horário do disparo do event
Carrinho Abandonado
{
"Id": "d44b29ae-0c2e-4c5c-80cb-ba1a8d885448",
"IsTest": true,
"Event": "Abandoned_Cart",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Email": "[email protected]",
"Name": "João da Silva",
"PhoneNumber": "+5500999999999"
},
"Offer": {
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "Minha oferta",
"Url": "https://lastlink.com/p/ABC123AB"
}
}
}
Products - Informa os dados do produto (Id - Identificação e Name - Nome do Produto)
Buyer - São os dados do comprador
Offer - São as informações da oferta comprada
Eventos de Pagamento
Para todos os eventos de pagamento os dados de tipo de pagamento poderão alterar conforme a forma de pagamento do cliente.
No objeto Payment o PaymentMethod poderá receber os seguintes valores: credit_card, pix ou bankslip.
Chargeback - PIX
{
"Id": "770cd531-e190-4b64-b3ef-ab785a0d6fa2",
"IsTest": true,
"Event": "Payment_Chargeback",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "a83f8717-48c9-4fd2-bc39-eca5dcd7f78a",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "25e75261-5135-4a51-8e6d-9b6616d9783d",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:02.8170544Z",
"ChargebackDate": "2024-08-19T13:14:02.8170543Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 1,
"PaymentMethod": "pix"
},
"Affiliate": {
"Id": "7d1498b2-e12e-44fb-94d0-54630c3653f4",
"Email": "[email protected]"
},
"Pix": {
"QrCode": "https://pix.com.br/qrcode",
"QrCodeText": "12341234134134234@[email protected]"
}
},
"Subscriptions": [
{
"Id": "f126ad5f-e1df-4f77-b44e-94e722985472",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Chargeback - BOLETO
{
"Id": "88e6484c-807a-45c0-be62-c98dc1bb1dc8",
"IsTest": true,
"Event": "Payment_Chargeback",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "8a9f88ea-390d-4954-8561-4bbda40c5de5",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "827b5e8c-4538-49a1-8e5f-638f4ac0b328",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:02.8063037Z",
"ChargebackDate": "2024-08-19T13:14:02.8063037Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 1,
"PaymentMethod": "bankslip"
},
"Affiliate": {
"Id": "f36ca5a5-aad0-4452-a945-0cdfdbfbaf87",
"Email": "[email protected]"
},
"BankSlip": {
"DigitableLine": "34191.09008 63571.277447 91020.150008 5 12340000000000",
"BarCodeData": "341911902000635712774479102015000812340000000000",
"BarCode": "https://barcode.com.br/barcode"
}
},
"Subscriptions": [
{
"Id": "bae27b30-4054-4210-99c9-dcf0726f35a8",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Chargeback - CARTÃO DE CRÉDITO
{
"Id": "d400afc9-176d-4ea6-b688-078e84bd5b3e",
"IsTest": true,
"Event": "Payment_Chargeback",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "4581588d-7d38-47f6-9044-5b3535c12d28",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "cb80f9dc-cbb7-4703-9d94-5caaf1ad138b",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:02.7948746Z",
"ChargebackDate": "2024-08-19T13:14:02.7948746Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "dfbbe1ba-2a85-4e39-84ce-2706fbab2776",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "892dd254-8aa8-4f56-adba-d9f5a563ff92",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Reembolso
{
"Id": "552ddb15-4d97-47a3-ac5e-d0ba08c4dcf6",
"IsTest": true,
"Event": "Payment_Refund",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "be53fd69-d813-43e8-8f2e-4836ae1116a9",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "e49d9e55-5582-4ad9-8abd-230a2bfa9ecf",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:02.8308725Z",
"ChargebackDate": "2024-08-19T13:14:02.8308725Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "52502403-39c5-4e7c-91d3-a0df4fcb9bd5",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "7af841a1-3a01-4a66-8814-f875d1585655",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Inicio de Acesso
{
"Id": "f74f6638-98af-4a71-87cf-c00ede3aef23",
"IsTest": true,
"Event": "Product_Access_Started",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Product": {
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
},
"Member": {
"Id": "d25ead79-991f-41c9-a3e3-82fb887627dc",
"Email": "[email protected]"
},
"AccessType": "Paid",
"AccessStartedAt": "2024-08-19T13:14:02.8731823Z",
"SubscriptionId": "4c2d8b21-2f03-49c9-8efb-114a168d18d2"
}
}
Fim de acesso
{
"Id": "e702f37c-8ef1-48d0-947e-0b58b8bf66d0",
"IsTest": true,
"Event": "Product_Access_Ended",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Product": {
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
},
"Member": {
"Id": "4521c87a-9b83-46fd-aee1-87854f529130",
"Email": "[email protected]"
},
"AccessType": "subscription",
"SubscriptionId": "40171b3e-f429-47ba-945e-96812f495cb4",
"AccessEndedAt": "2024-08-19T13:14:02.8598675Z"
}
}
Pagamento confirmado
{
"Id": "aec22c98-5e04-4156-9af7-a4ef6c0a8f2e",
"IsTest": true,
"Event": "Purchase_Order_Confirmed",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "369cc2de-9426-44ae-b652-f78d62118c0b",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "0ec89590-d6e9-4933-a54c-fe61ac1db8f1",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:02.9100593Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 1,
"PaymentMethod": "bankslip"
},
"Affiliate": {
"Id": "b2236ca8-327a-4979-92a2-e41265b2764f",
"Email": "[email protected]"
},
"BankSlip": {
"DigitableLine": "34191.09008 63571.277447 91020.150008 5 12340000000000",
"BarCodeData": "341911902000635712774479102015000812340000000000",
"BarCode": "https://barcode.com.br/barcode"
}
},
"Subscriptions": [
{
"Id": "aba91ea1-d082-4e59-afc9-7cadbf9aad3a",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Solicitação de compra confirmada
{
"Id": "cb7ced28-dc98-4bb9-b626-d60aa5ca319a",
"IsTest": true,
"Event": "Purchase_Request_Confirmed",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "04534210-199f-41f6-a32e-e71b91e6cddc",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"Recurrency": 1,
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "f66a8fa2-1057-4e62-9ff8-2263bca4ec2b",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "2ec73124-b89b-4098-afa4-889d0afaf2e1",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Solicitação de compra cancelada
{
"Id": "e068d918-0a6a-447c-b6fa-304532b71e48",
"IsTest": true,
"Event": "Purchase_Request_Canceled",
"CreatedAt": "2024-08-19T13:14:02",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "b66a6ef1-9403-4386-80de-1b4608293435",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "48c343d3-2186-4688-9df5-c2fc7b22e9fd",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:02.9597437Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 1,
"PaymentMethod": "pix"
},
"Affiliate": {
"Id": "293f8d15-0083-4938-abdf-49fbe3a82351",
"Email": "[email protected]"
},
"Pix": {
"QrCode": "https://pix.com.br/qrcode",
"QrCodeText": "12341234134134234@[email protected]"
}
},
"Subscriptions": [
{
"Id": "ed66bdc2-b738-4e41-aa39-406d70933803",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"CanceledDate": "2024-08-19T13:14:02.9597878Z",
"CancellationReason": "Teste de cancelamento"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Solicitação de compra expirada
{
"Id": "591c723f-18fb-4049-a7a2-448bb944c177",
"IsTest": true,
"Event": "Purchase_Request_Expired",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "c4ddcedd-3a6b-4484-b6ce-c728f15b0585",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"Recurrency": 1,
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "533b9da0-ebf9-421c-86c0-aec695986d55",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "82b4af6c-95ee-4e8f-b194-7bf1a1552c36",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"ExpiredDate": "2024-08-19T13:14:03.0114189Z"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Pagamento recorrente confirmado
{
"Id": "26e76dd4-3a2f-48d0-815f-0759bd4cf151",
"IsTest": true,
"Event": "Recurrent_Payment",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "6fa99c29-b6b2-4786-8877-29ed728e56bd",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "9248b36e-9d12-4f58-bc08-185468ed212a",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:03.0497592Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "9d7dcb4d-60a2-49f9-b7b6-65450479084a",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "807baf52-155f-4413-8fc4-57eb3762187e",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Período de reembolso finalizado
{
"Id": "873eb087-f623-47c7-b07f-9ec207788bc1",
"IsTest": true,
"Event": "Refund_Period_Over",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "2a9aee91-212a-4573-bd2f-0754f4c7b291",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"PaymentId": "da0c0f0f-1cdc-4754-a9c2-cc15ca7d17c5",
"Recurrency": 1,
"PaymentDate": "2024-08-19T13:14:03.090572Z",
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "85ae8436-b443-4757-a817-22189b5f6549",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "8bdf4e35-ccda-468b-81da-1911ce8297b5",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Assinatura cancelada
{
"Id": "2dba7f33-4c56-498b-84e4-22ed41d6d328",
"IsTest": true,
"Event": "Subscription_Canceled",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "d86a0fd7-eb96-4508-b520-2494f139fdbe",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"Recurrency": 1,
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 1,
"PaymentMethod": "pix"
},
"Affiliate": {
"Id": "7f10b864-b1a9-4b8c-abee-f6338a7a8999",
"Email": "[email protected]"
},
"Pix": {
"QrCode": "https://pix.com.br/qrcode",
"QrCodeText": "12341234134134234@[email protected]"
}
},
"Subscriptions": [
{
"Id": "3d191777-4269-4f7d-871b-9d84b317700c",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"CanceledDate": "2024-08-19T13:14:03.1570675Z",
"CancellationReason": "Teste de cancelamento"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Assinatura Expirada
{
"Id": "b5293414-fea1-45c9-bc14-f7729e69105b",
"IsTest": true,
"Event": "Subscription_Expired",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "9614acac-9e32-4929-adc2-e21bffcf939b",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"Recurrency": 1,
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "c9ecebf3-5fdd-4ae5-bf1b-efb77256965c",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "7345a24e-66de-4763-a542-ec34aa6eee9e",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"ExpiredDate": "2024-08-19T13:14:03.1718967Z"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Liberação de acesso (Add ou Remove)
{
"Id": "402f8d25-aa13-44c3-a185-d95ff515b420",
"IsTest": true,
"Event": "Subscription_Product_Access",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Action": "Add",
"Product": {
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
},
"Buyer": {
"Id": "9462abf8-97e3-47fc-93a9-4835e90d6324",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Subscription": {
"Id": "72d3bfcd-bb5d-4430-852f-ff7a91608741",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
}
}
Renovação pendente
{
"Id": "80c6ec7c-a987-46ce-8deb-c1563d7c97ae",
"IsTest": true,
"Event": "Subscription_Renewal_Pending",
"CreatedAt": "2024-08-19T13:14:03",
"Data": {
"Products": [
{
"Id": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2",
"Name": "TheBossPagamentoUnico"
}
],
"Buyer": {
"Id": "fe8a976d-40e3-4567-be3a-97d7fbdf5441",
"Email": "[email protected]",
"Name": "Moises Pereira",
"PhoneNumber": "+5500999999999",
"Document": "999.999.999-99",
"Address": {
"ZipCode": "15056-131",
"Street": "Rua Mariana Pereira Butinhon",
"StreetNumber": "1",
"Complement": "Complemento",
"District": "Village Damha Rio Preto III",
"City": "São Paulo",
"State": "São Paulo"
}
},
"Seller": {
"Id": "e410241c-06f9-43f8-819d-8aa65f311ec8",
"Email": "[email protected]"
},
"Commissions": [
{
"Value": 0.99,
"Source": "MARKETPLACE"
},
{
"Value": 15.25,
"Source": "PRODUCER"
},
{
"Value": 10.5,
"Source": "COPRODUCER"
},
{
"Value": 5.25,
"Source": "AFFILIATE"
}
],
"Purchase": {
"Recurrency": 1,
"OriginalPrice": {
"Value": 12.5
},
"Price": {
"Value": 12.5
},
"Payment": {
"NumberOfInstallments": 12,
"PaymentMethod": "credit_card"
},
"Affiliate": {
"Id": "0112c90b-dc39-46ed-819a-17941735644d",
"Email": "[email protected]"
}
},
"Subscriptions": [
{
"Id": "4e12499b-ad55-49ef-836e-5a2d1bcc277e",
"ProductId": "ed4bf7d8-5928-4bd8-b87c-c752c74f9fc2"
}
],
"Offer": {
"Id": "08da2c73-7b51-4e47-8e1c-3a079926ecd4",
"Name": "TheBossPagamentoUnico",
"Url": "https://lastlink.com/p/CE49A5331"
},
"Utm": {
"UtmSource": "utm_source",
"UtmMedium": "utm_medium",
"UtmCampaign": "utm_campaign",
"UtmTerm": "utm_term",
"UtmContent": "utm_content"
},
"DeviceInfo": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"ip": "3.212.6.212"
}
}
}
Se ainda tiver dúvidas, fale com nosso time de suporte.