curl --request GET \
--url https://api.selltrust.com.br/api/v1/order \
--header 'Authorization: <authorization>'[
{
"id": "uuid-do-pedido",
"internal_id": 1000,
"store_id": "uuid-da-loja",
"client_name": "João Silva",
"client_email": "joao@email.com",
"client_document": "12345678900",
"price": 99.9,
"net_received": 95.0,
"platform_fee": 4.9,
"gateway": "STRIPE",
"payment_method": "PIX",
"status": "APPROVED",
"paid_at": "2024-01-01T00:05:00.000Z",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
]
curl --request GET \
--url https://api.selltrust.com.br/api/v1/order \
--header 'Authorization: <authorization>'[
{
"id": "uuid-do-pedido",
"internal_id": 1000,
"store_id": "uuid-da-loja",
"client_name": "João Silva",
"client_email": "joao@email.com",
"client_document": "12345678900",
"price": 99.9,
"net_received": 95.0,
"platform_fee": 4.9,
"gateway": "STRIPE",
"payment_method": "PIX",
"status": "APPROVED",
"paid_at": "2024-01-01T00:05:00.000Z",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
]
Bearer <seu_token>.[
{
"id": "uuid-do-pedido",
"internal_id": 1000,
"store_id": "uuid-da-loja",
"client_name": "João Silva",
"client_email": "joao@email.com",
"client_document": "12345678900",
"price": 99.9,
"net_received": 95.0,
"platform_fee": 4.9,
"gateway": "STRIPE",
"payment_method": "PIX",
"status": "APPROVED",
"paid_at": "2024-01-01T00:05:00.000Z",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
]