curl --location 'https://base.merchantwarrior.com/paylink' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionProduct": "ABC4321",
"returnURL": "https://www.example.com/return.php",
"notifyURL": "https://www.example.com/notify.php",
"urlHash": "511999e54b9ad51ce4c28d7f0550ac81",
"hash": "e9ddc296b76b3398934bfc06239073df",
"referenceText": "Booking #",
"linkReferenceID": "A257240023321",
"expiry": "2026-07-16 17:45:12",
"sendEmail": true,
"reminderFrequency": "7",
"customerName": "Mr. Example Person",
"customerCountry": "AU",
"customerState": "Queensland",
"customerCity": "Brisbane",
"customerAddress": "123 Test Street",
"customerPostCode": "4000",
"customerPhone": "0401234567",
"customerEmail": "person@example.com",
"custom1": "XXXXX",
"custom2": "XXXXX",
"custom3": "XXXXX",
"surcharge": true
}'