v1
latestOpenAPI 3.1.02026-07-2478315484.9 KBPayment Links
Get Payment Link
Retrieves the current state of a payment link, including its status, usage count, and configuration.
get/payment-links/v1/{payment_link_id}
Path parameters
payment_link_idstring uuid required
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
Unique identifier of the payment link
Response
OK
Example response
{
"payment_details": {
"currency": "AED"
}
}