v1
latestOpenAPI 3.0.32026-07-26184851.6 MBPayment Links
Get One
The GET request retrieves information about a specific payment link identified by :id from the Blockradar API.
get/v1/payment_links/{id}
Response
200
Example response
{
"data": {
"active": true,
"createdAt": "2025-03-04T16:28:26.740Z",
"createdChannel": "dashboard",
"currency": "USD",
"description": "Payment link description",
"id": "e0c5f043-ade7-4823-b8c0-f7dd80f683e2",
"inactiveMessage": "In active message",
"name": "Payment Link 10",
"network": "testnet",
"slug": "QQiUffoOIo",
"type": "payment",
"updatedAt": "2025-03-04T16:28:26.740Z",
"url": "https://pay.blockradar.co/QQiUffoOIo"
},
"message": "Payment Link fetched successfully",
"statusCode": 200
}