curl --request GET \
--url https://api.cloud.pepperpay.com.br/public/v1/transactions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"event": "transaction",
"hash": "abc123def456",
"payment_method": "credit_card",
"payment_status": "paid",
"installments": 1,
"pix": {},
"billet": {},
"amount": 10000,
"amount_liquid": 9500,
"transaction": "txn_123456",
"utm_source": "google",
"utm_campaign": "black_friday",
"utm_content": "banner_1",
"utm_term": "pagamento",
"utm_medium": "cpc",
"customer": {
"hash": "cust_123",
"name": "João Silva",
"email": "[email protected]",
"phone_number": "11999999999",
"document": "12345678901"
},
"producer": {
"hash": "hashId",
"name": "Produtor XYZ",
"email": "[email protected]"
},
"affiliate": {
"hash": "aff_123",
"name": "Afiliado ABC",
"email": "[email protected]"
},
"offer": {
"hash": "off_123",
"title": "Curso Completo",
"price": 10000,
"installments": 1
},
"product": {
"hash": "prod_123",
"title": "Curso de Marketing Digital",
"cover": "https://example.com/cover.jpg",
"status": "active"
},
"items": [
{
"hash": "item_123",
"product_id": 1,
"operation_type": 1
}
],
"balance": {
"amount": 9500,
"status": "available"
},
"postback_url": "https://webhook.example.com",
"created_at": "2024",
"updated_at": "2024"
},
{
"event": "transaction",
"hash": "abc123def456",
"payment_method": "pix",
"payment_status": "paid",
"installments": 1,
"pix": {},
"billet": {},
"amount": 10000,
"amount_liquid": 9500,
"transaction": "txn_123456",
"utm_source": "google",
"utm_campaign": "black_friday",
"utm_content": "banner_1",
"utm_term": "pagamento",
"utm_medium": "cpc",
"customer": {
"hash": "cust_123",
"name": "João Silva",
"email": "[email protected]",
"phone_number": "11999999999",
"document": "12345678901"
},
"producer": {
"hash": "hashId",
"name": "Produtor XYZ",
"email": "[email protected]"
},
"affiliate": {
"hash": "aff_123",
"name": "Afiliado ABC",
"email": "[email protected]"
},
"offer": {
"hash": "off_123",
"title": "Curso Completo",
"price": 10000,
"installments": 1
},
"product": {
"hash": "prod_123",
"title": "Curso de Marketing Digital",
"cover": "https://example.com/cover.jpg",
"status": "active"
},
"items": [
{
"hash": "item_123",
"product_id": 1,
"operation_type": 1
}
],
"balance": {
"amount": 9500,
"status": "available"
},
"postback_url": "https://webhook.example.com",
"created_at": "2024",
"updated_at": "2024"
}
],
"current_page": 1,
"last_page": 5,
"per_page": 50,
"total": 250
}Listar todas as transações da sua conta.
curl --request GET \
--url https://api.cloud.pepperpay.com.br/public/v1/transactions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"event": "transaction",
"hash": "abc123def456",
"payment_method": "credit_card",
"payment_status": "paid",
"installments": 1,
"pix": {},
"billet": {},
"amount": 10000,
"amount_liquid": 9500,
"transaction": "txn_123456",
"utm_source": "google",
"utm_campaign": "black_friday",
"utm_content": "banner_1",
"utm_term": "pagamento",
"utm_medium": "cpc",
"customer": {
"hash": "cust_123",
"name": "João Silva",
"email": "[email protected]",
"phone_number": "11999999999",
"document": "12345678901"
},
"producer": {
"hash": "hashId",
"name": "Produtor XYZ",
"email": "[email protected]"
},
"affiliate": {
"hash": "aff_123",
"name": "Afiliado ABC",
"email": "[email protected]"
},
"offer": {
"hash": "off_123",
"title": "Curso Completo",
"price": 10000,
"installments": 1
},
"product": {
"hash": "prod_123",
"title": "Curso de Marketing Digital",
"cover": "https://example.com/cover.jpg",
"status": "active"
},
"items": [
{
"hash": "item_123",
"product_id": 1,
"operation_type": 1
}
],
"balance": {
"amount": 9500,
"status": "available"
},
"postback_url": "https://webhook.example.com",
"created_at": "2024",
"updated_at": "2024"
},
{
"event": "transaction",
"hash": "abc123def456",
"payment_method": "pix",
"payment_status": "paid",
"installments": 1,
"pix": {},
"billet": {},
"amount": 10000,
"amount_liquid": 9500,
"transaction": "txn_123456",
"utm_source": "google",
"utm_campaign": "black_friday",
"utm_content": "banner_1",
"utm_term": "pagamento",
"utm_medium": "cpc",
"customer": {
"hash": "cust_123",
"name": "João Silva",
"email": "[email protected]",
"phone_number": "11999999999",
"document": "12345678901"
},
"producer": {
"hash": "hashId",
"name": "Produtor XYZ",
"email": "[email protected]"
},
"affiliate": {
"hash": "aff_123",
"name": "Afiliado ABC",
"email": "[email protected]"
},
"offer": {
"hash": "off_123",
"title": "Curso Completo",
"price": 10000,
"installments": 1
},
"product": {
"hash": "prod_123",
"title": "Curso de Marketing Digital",
"cover": "https://example.com/cover.jpg",
"status": "active"
},
"items": [
{
"hash": "item_123",
"product_id": 1,
"operation_type": 1
}
],
"balance": {
"amount": 9500,
"status": "available"
},
"postback_url": "https://webhook.example.com",
"created_at": "2024",
"updated_at": "2024"
}
],
"current_page": 1,
"last_page": 5,
"per_page": 50,
"total": 250
}Use o token da Pepper API no formato: Bearer {seu_token_aqui}
Pesquisar por nome do cliente, CPF/CNPJ ou e-mail
Filtre pelo hash ID do produto. Para pesquisar por mais de um produto, envie as hashs separados por vírgula – Exemplo: ['pwbnulvcku', 'f1itlfck94']
Filtre pelo método de pagamento. Para pesquisar por mais de um método, envie-os separados por vírgula – Exemplo: ['credit_card', 'billet', 'pix']
Intervalo de datas para filtrar as transações.
Quantidade de transações por página.