Links
Retrieve a specific Link
Get details of a specific payment link using your reference ID.
get/api/v1/links/{referenceId}
Path parameters
referenceIdstring required
Your unique reference ID for the link
Response
Details of the link
Example response
{
"data": {
"linkExpiresIn": "1h"
}
}