Expire a payment link to prevent further payments.
POST /expire-pay
Expire a payment link to prevent further payments.
Name | Required | Type | Description |
---|---|---|---|
transId | Yes | string | ID of the transaction to expire |
400 Bad Request
with message "Link already expired"
if the transaction was already expired.Payment link expired successfully
The response is of type object
.