🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Retrieve a specific payment link by ID
GET /api/payment-links/{payment_link_id}
payment_link_id
{ "id": "pl_123456789", "url": "https://checkout.devdraft.ai/pl_123456789", "amount": 100.00, "currency": "USD", "description": "Product purchase", "status": "active", "created_at": "2023-01-01T00:00:00Z" }