Payment links
Expire payment link
Expires a payment link.
POST
This endpoint requires the payment-links.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment link to expire.
Example:
"8d3fe99b-1422-42e6-bbb3-932d95ae5f79"
Response
204
_mintlify/placeholder
Returns an empty response if the payment link was successfully expired.
Was this page helpful?