Generate payment link for the user based on the provided request parameters.
[a-zA-Z./' ]+.yyyy-MM-dd HH:mm:ss format AND recommended expiry date should be 30 days from the payment link generation date.Request payload for generating payment link
User's full name (only alphabets, dot, slash, apostrophe, and space allowed)
2 - 50"John Doe"
User phone number
"+971501234567"
Invoice amount (minimum 10)
x >= 10100.5
Notes related to payment
2 - 150"Payment for order #12345"
Must be true to accept terms and conditions
true
Specify if a QR code is required
true
Specify if an invoice should be generated
true
Expiry date of the payment link
User's address
"123 Street, City, Country"
City name
"Dubai"
Country name
"UAE"
Currency (only AED is allowed)
"AED"
Invoice ID
"INV123456"
Product ID
Callback URL for payment notifications
"https://example.com/callback"