Search charge
GET/paymentlink/:payment_link_id
Search charge
Request​
Path Parameters
Header Parameters
Authentication Token.
Responses​
- 200
- 404
Charge found.
- application/json
- Schema
- Example (from schema)
- Example
Schema
Billing identifier (internal).
Billing identifier (external/origin_id).
Date the charge was created.
Billing inactivation date.
details
object
required
Billing details.
Billing source channel.
Payment order identifier.
Collection capture solution.
Terminal identifier.
charge
object
required
Specific billing details.
Charge name.
Possible values: [active
, expired
, deleted
]
Charge status.
Charge amount.
Charge delivery amount.
Charge product amount.
Number of billing payments
Billing expiration date.
qrcode generated for payment.
links
required
Charge links.
Charge checkout link.
Charge share link.
URL redirect
payment
required
Billing payment details.
Charge payments methods
Charge payment arrangements.
Maximum number of installments on the card.
Pix key.
Identifier pix.
{
"uuid": "6c2e8b61-7afd-3de1-95b6-7206d6a30bb4",
"paymentLinkId": "3c567a2c-f800-351d-9b43-256d45949e89",
"createdAt": "2025-01-21 13:44:47",
"deletedAt": "2025-01-21 13:44:47",
"details": {
"channel": "API",
"orderNumber": "298643",
"captureSolution": "BIZ_A_FECHADO",
"termId": "4873",
"charge": {
"name": "Nome cobrança",
"status": "active",
"amount": 1550,
"deliveryAmount": 150,
"productAmount": 50,
"totalSales": 20,
"expiration": "2025-01-27 13:44:47",
"qrcode": "00020126830014BR.GOV.BCB.PIX...",
"links": {
"checkout": "https://link.checkout.com/p/1688060808649dc38881cdc",
"share": "https://link.share.com/p/1688060808649dc38881cdc",
"redirectURL": "https://translate.google.com.br/?sl=auto&tl=pt&op=translate"
}
},
"payment": {
"methods": [
"BRCODE",
"CREDIT_CARD"
],
"arrangements": [
"PIX",
"PICPAY"
],
"cardMaxInstallments": 5,
"pixKey": "ad152f22-1773-3b74-ac27-c2e9a56061c0",
"pixTxid": "08883586-56d9-3c48-bd06-3b4c724a6209"
}
}
}
{
"uuid": "5f475570-d740-3165-be4f-096eede849cb",
"paymentLinkId": "84f789cb-0d58-321b-b1e5-0586ffa2b861",
"createdAt": "2025-01-24 19:12:07",
"deletedAt": null,
"details": {
"channel": "app_pj",
"orderNumber": "Magni non.",
"captureSolution": "BIZ_A_FECHADO",
"termId": "98",
"charge": {
"name": "Nome aleatorio 31",
"status": "active",
"amount": 49,
"deliveryAmount": 0,
"productAmount": null,
"totalSales": 0,
"expiration": null,
"qrcode": "http://www.west.com/quo-quasi-explicabo-ipsam-culpa-id-quas.html",
"links": {
"checkout": "http://lang.com/ea-ut-nobis-harum-in-qui-similique.html",
"share": "https://picpay.local/share/84f789cb-0d58-321b-b1e5-0586ffa2b861"
}
},
"payment": {
"methods": [
"BRCODE",
"CREDIT_CARD"
],
"arrangements": [
"PIX"
],
"cardMaxInstallments": 9,
"pixKey": "d65b1848-d656-3288-b74b-8e6a79662dc4",
"pixTxid": "2254681b-f473-3eb2-8560-98d4b64e5fea"
}
}
}
Charge not found
- application/json
- Schema
- Example (from schema)
- Example
Schema
{}
{}