API Reference
Retrieve payment link details by its unique code (public endpoint, no authentication required)
Path parameters
codestringRequiredExample:
Unique code of the payment link
ABC123Responses
200
Payment link retrieved successfully
application/json
404
Payment link not found
application/json
500
Internal server error
application/json
get
/link/{code}Last updated
Was this helpful?