Links

Invalidate a specific Link if it is pending

Invalidate a specific payment link if it is pending. If the link is not pending, it will return a success response.

post/api/v1/links/{referenceId}/invalidate-if-pending

Path parameters

referenceIdstring required

Your reference ID of the link to invalidate if it is pending

Response

Link invalidated successfully

messagestring

Example response

{
  "data": {
    "linkExpiresIn": "1h"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.