{
"paymentStatus": "NOT_STARTED",
"previousPaymentStatus": "NOT_STARTED",
"summary": {
"totalPayments": 0,
"completedPayments": 0
},
"paymentLink": {
"id": "string",
"title": "string",
"description": "string",
"externalReference": "string",
"status": "ACTIVE",
"previousStatus": "ACTIVE",
"isMultiUse": true,
"expiresAt": "2019-08-24T14:15:22Z",
"amount": 0,
"currency": "string",
"url": "http://example.com",
"shortUrl": "http://example.com",
"metadata": {},
"createdAt": "2019-08-24T14:15:22Z",
"paymentStatus": "NOT_STARTED"
},
"latestPayment": {
"id": "string",
"status": "PENDING",
"createdAt": "2019-08-24T14:15:22Z",
"completedAt": "2019-08-24T14:15:22Z",
"availableAt": "2019-08-24T14:15:22Z",
"paymentLinkId": "string",
"paymentLinkExternalReference": "string",
"quote": {
"amount": 0,
"currency": "string",
"paymentMethod": "PIX",
"installments": 0,
"totalBRL": 0
}
}
}