POST /v1/pix/due HTTP/1.1
Host: sandbox-api.pagou.com.br
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 310
{
"amount": 1,
"description": "text",
"discount": {
"amount": 1,
"limit_date": "text",
"type": "fixed"
},
"due_date": "text",
"expiration": 1,
"fine": {
"amount": 1,
"type": "fixed"
},
"interest": {
"amount": 1,
"type": "fixed"
},
"metadata": [
{
"key": "text",
"value": "text"
}
],
"notification_url": "text",
"payer": {
"document": "text",
"name": "text"
}
}