Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://core.quidkey.com/api/v1/payment-links/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "redirect_urls": { "success_url": "https://example.com/payment/success", "failure_url": "https://example.com/payment/failure" } } }
Get payment link details by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payment link ID
Success
Indicates if the request was successful
true
Show child attributes