API Reference
cURL
curl --request GET \ --url https://sandbox.omnispay.com/api/payment-link/get/{id} \ --header 'X-HMAC-Signature: <api-key>' \ --header 'accountId: <api-key>' \ --header 'apiKey: <api-key>'
{ "status": "<string>", "message": "<string>", "response": {} }
This GET API is used to retrieve the payment link record by the order ID.
GET /payment-link/get/12345 User-Agent: Mozilla/5.0
Order ID for retrieving the payment link record
OK. Payment link record retrieved successfully