Links
Invalidate a specific Link
Cancel an unpaid payment link. Once invalidated, customers cannot make payments using this link.
post/api/v1/links/{referenceId}/invalidate
Path parameters
referenceIdstring required
Your reference ID of the link to invalidate
Response
Link invalidated successfully
Example response
{
"data": {
"linkExpiresIn": "1h"
}
}