v1
latestOpenAPI 3.1.02026-07-228956435.8 KBPayment links
Get a payment link
Retrieves a payment link by its id. Only payment links matching the live or test mode of the API key are visible.
get/payment_links/{id}
Path parameters
idstring required
Unique identifier of the payment link to retrieve.
Response
The payment link.
Example response
{
"id": "plink_K2zwNNSxPyx8w3GZ",
"amount": 5000,
"checkout": {
"description": "Premium subscription"
},
"created_at": "2024-04-04T15:23:11.474Z",
"currency": "CLP",
"customer_email": "customer@example.com",
"expires_at": "2024-04-05T15:23:11.474Z",
"metadata": {
"order_id": "1234"
},
"mode": "live",
"recipient_account": {
"holder_id": "111111111",
"institution_id": "cl_banco_de_chile",
"number": "123456789",
"type": "checking_account"
},
"status": "active",
"url": "https://pay.fintoc.com/plink_K2zwNNSxPyx8w3GZ"
}