{
"count": "<integer>",
"results": [
{
"receiver": "<uuid>",
"amount": "<integer>",
"id": "<uuid>",
"type": "pix",
"status": "success",
"scheduled_for": "<dateTime>",
"transaction_id": "<string>",
"payment_info": "<string>",
"created_at": "<dateTime>",
"updated_at": "<dateTime>",
"tags": [
"<string>",
"<string>"
],
"fee": "<integer>"
},
{
"receiver": "<uuid>",
"amount": "<integer>",
"id": "<uuid>",
"type": "pix",
"status": "created",
"scheduled_for": "<dateTime>",
"transaction_id": "<string>",
"payment_info": "<string>",
"created_at": "<dateTime>",
"updated_at": "<dateTime>",
"tags": [
"<string>",
"<string>"
],
"fee": "<integer>"
}
],
"next": "<uri>",
"previous": "<uri>"
}