Payment Links
Get a payment link by ID
Gets a payment link by ID.
GET
Get a payment link by ID
Path Parameters
Response
Payment link successfully retrieved
Unique payment link ID
Example:
"ad78347a-9fd5-40b3-9e18-d89a0fe9989d"
URL to share with the customer to complete the payment using the payment link
Example:
"https://pay.hellopay.com.co/link/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Creation timestamp
Example:
"2024-01-01T00:00:00.000Z"
Expiration timestamp
Example:
"2024-01-02T00:00:00.000Z"
Payment link status
Example:
"PENDING"
Payment link customer data
Example:
{
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "+1234567890",
"idType": "CO_CC",
"idNumber": "1234567890"
}Payment link rail
Example:
"BRE_B"
Get a payment link by ID

