{
"amount": 0,
"currency": "string",
"paymentMethod": "string",
"card": {
"number": "string",
"holderName": "string",
"expirationMonth": 0,
"expirationYear": 0,
"cvv": "string"
},
"installments": 0,
"customer": {
"id": "string",
"name": "string",
"email": "string",
"document": {
"number": "string",
"type": "string"
},
"phone": "string",
"externalRef": "string",
"address": {
"street": "string",
"streetNumber": "string",
"complement": "string",
"zipCode": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"country": "string"
}
},
"shipping": {
"fee": 0,
"address": {
"street": "string",
"streetNumber": "string",
"complement": "string",
"zipCode": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"country": "string"
}
},
"items": [
{
"title": "string",
"unitPrice": 0,
"quantity": 0,
"tangible": true,
"externalRef": "string"
}
],
"boleto": {
"expiresInDays": 0
},
"pix": {
"expiresInDays": 0
},
"postbackUrl": "string",
"metadata": "string",
"traceable": true,
"ip": "string"
}