{
"customerId": "string",
"customer": {
"name": "João Silva",
"email": "joao.silva@example.com",
"phone": "11987654321",
"document": {
"number": "01234567890",
"type": "CPF"
}
},
"shipping": {
"address": {
"street": "Rua das Flores",
"streetNumber": "123",
"complement": "Apartamento 101",
"zipCode": "12345-678",
"neighborhood": "Centro",
"city": "São Paulo",
"state": "SP",
"country": "BR"
}
},
"paymentMethod": "PIX",
"card": {
"number": "4111111111111111",
"holderName": "João Silva",
"expirationMonth": 12,
"expirationYear": 2025,
"cvv": "123"
},
"boleto": {
"expiresInDays": 3
},
"pix": {
"expiresInDays": 1
},
"installments": 1,
"items": [
{
"title": "Produto 01",
"unitPrice": 500,
"quantity": 1,
"externalRef": "PRODUTO0001"
}
],
"split": [
{
"recipient_id": "12345",
"amount": 50
}
],
"amount": 500,
"postbackUrl": "https://webhook.site/xxxxx",
"metadata": "{\"info\":\"dados extras\"}",
"ip": "213.123.123.13",
"description": "Compra de teste"
}