curl --location --request GET 'https://partner-api-stage.p100.io/v1/payment-link/' \
--header 'x-api-key: <api-key>'
{
"paymentLinkId": "a44a0805-dd40-4dc4-80d7-8bc81783ec42",
"url": "https://p100-payment-link.io/123456789",
"status": "WAITING_FOR_CONFIRMATION",
"createdAt": "2025-08-31T21:21:35.840Z",
"expiresAt": "2025-08-31T21:21:35.840Z",
"confirmations": 1,
"requiredConfirmations": 3,
"receivedAmount": 849.39,
"totalAmountRequired": 1000,
"cryptocurrency": "USDC",
"walletAddress": "bc1x0000000000000000"
}