Get Payment Link
curl --request GET \
--url https://api.example.com/{version}/links/pay \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}links
Get Payment Link
GET
/
{version}
/
links
/
pay
Get Payment Link
curl --request GET \
--url https://api.example.com/{version}/links/pay \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Authorizations
HTTPBearerHTTPBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Query Parameters
Available options:
INVOICE, ORDER, SUBSCRIPTION Response
Successful Response
Last modified on June 23, 2026
Was this page helpful?
⌘I
