Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orafi.app/v1/paylinks \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Paylinks 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", "images": [ {} ] } ] }
Retrieve all paylinks for the authenticated merchant
API key for merchant authentication required for most endpoints
List of paylinks retrieved successfully
true
"Paylinks retrieved successfully"
Show child attributes