List PIX Withdraw
List
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"total": 1,
"page": 1,
"limit": 100,
"transactions_total": 1,
"transactions_value": 31,
"canceled_total": 0,
"canceled_value": 0,
"created_total": 0,
"created_value": 0,
"paid_total": 1,
"paid_value": 31,
"pending_total": 0,
"pending_value": 0,
"processing_total": 0,
"processing_value": 0,
"items": [
{
"id": "4aa5f957-0472-4720-bbf3-f673ac5e17a5",
"value": "1.00",
"type": "PF",
"pix_key_type": "PHONE",
"pix_key": "+5511900000000",
"paid_at": "2021-07-21T03:20:02.000Z",
"delivered_at": "2021-07-21T03:20:03.000Z",
"receiver_name": "JOHN DOE",
"receiver_document": "00000000000",
"status": "PAID",
"created_at": "2021-07-21T03:19:57.850Z"
}
]
}Last updated