cURL
curl --request GET \ --url https://api.orafi.app/v1/paylink/{paylinkId}
{ "success": true, "message": "Paylink retrieved successfully", "data": { "id": "paylink_abc123", "title": "Product Payment", "description": "Payment for awesome product", "amount": 100, "currency": "USDC", "imageBlobIds": [ "<string>" ], "mode": "live", "profileId": "profile_123", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve details of a specific paylink
Documentation IndexFetch the complete documentation index at: https://docs.orafi.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.orafi.app/llms.txt
Use this file to discover all available pages before exploring further.
The paylink ID
Paylink details retrieved successfully
true
"Paylink retrieved successfully"
Show child attributes