Create Payment Link
Generates a secure payment link to collect wallet-based payments from others.
This endpoint allows platforms to:
- Create a new payment link for a verified user
- Provides a shareable URL that can be sent to others for payment collection
- Returns the generated payment ID and link
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the user whose payment records are being retrieved.
Body
Amount to be collected via the payment link.
150.75
Optional note or context about the payment (e.g., product name, service details).
255"Payment for June invoice"
Optional invoice reference tied to this payment request.
20"INV-2025-0012"
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400

