Account updater
Buyers - Payment methods
Payment methods
Payment methods - Payment service tokens
Payment methods - Network tokens
Buyers - Gift cards
Buyers - Shipping details
Card scheme definitions
Digital wallets - Setup
Digital wallets - Sessions
Transactions
Refunds
Transactions - Settlements
Payment options
Payment service definitions
Payment services
Audit logs
Reports - Executions
Checkout sessions
Merchant accounts
Payment links
Expire a payment link
Expire an existing payment link.
POST
/
payment-links
/
{payment_link_id}
/
expire
curl --request POST \
--url https://api.{id}.gr4vy.app/payment-links/{payment_link_id}/expire \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Path Parameters
The unique identifier for the payment link.
Examples:
"a1b2c3d4-5678-90ab-cdef-1234567890ab"
Response
204
Successful Response
Was this page helpful?
curl --request POST \
--url https://api.{id}.gr4vy.app/payment-links/{payment_link_id}/expire \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.