curl --location 'https://base.merchantwarrior.com/npp/payid/transaction' \
--header 'MW-APIKEY: xxxxxx' \
--header 'MW-MERCHANTID: xxxxxx' \
--header 'MW-MESSAGEHASH: {{hmac}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payId": "tony_7991788@merchantwarrior.com",
"amount": "1200.00",
"reference": "this is the reference",
"description": "this is the description",
"customer": {
"name": "Pepper Potts",
"accountName": "Stark Enterprises Pty Ltd",
"bsb": "804-990",
"accountNumber": "666661"
}
}'