curl --request GET \ --url 'https://brain.orcuspay.com/api/v1/payment-links/pl_abc12345' \ --header 'x-api-key: ak_prod_xxxxxxxxxxxx' \ --header 'x-api-secret: sk_prod_xxxxxxxxxxxx'
{ "id": "pl_abc12345", "url": "https://pay.orcuspay.com/aBcDeFgH", "slug": "aBcDeFgH", "title": "Order #1234", "description": "Payment for your recent order", "amount": 1500.00, "currency": "BDT", "is_reusable": false, "is_active": true, "current_uses": 1, "max_uses": null, "expires_at": null, "success_url": "https://yourstore.com/thank-you", "created_at": "2025-04-04T10:00:00.000Z", "updated_at": "2025-04-04T10:05:00.000Z" }
Retrieves the details of an existing payment link.
null