curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "41442 Monique Creek",
"city": "Beattyhaven",
"country": "US",
"email": "Jack39@gmail.com",
"firstName": "Keaton",
"identityNumber": "56163837000",
"lastName": "Cummings",
"phone": "15460440426",
"postalCode": "71855",
"province": "CO"
},
"merchantCustId": "CustId-X73V-G694",
"merchantNo": "800515",
"merchantTxnId": "28cbfdbe-0681-49db-86ae-2e5cceabf2e1",
"merchantTxnTime": "2025-03-14 14:24:11",
"orderAmount": "641",
"orderCurrency": "USD",
"shippingInformation": {
"address": "8347 Karolann Plain",
"city": "Walnut Creek",
"country": "US",
"email": "Hermann.OConnell72@yahoo.com",
"firstName": "Karen",
"identityNumber": "79110006371",
"lastName": "Blanda",
"phone": "19032095206",
"postalCode": "00776-9218",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "starfruit",
"num": "59",
"price": "804.75",
"type": "dolore officia dolor sed"
},
{
"currency": "USD",
"name": "cranberry",
"num": "54",
"price": "30.89",
"type": "veniam nulla elit qui enim"
},
{
"currency": "USD",
"name": "cavalo",
"num": "21",
"price": "277.19",
"type": "quis in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "896",
"screenWidth": "3840",
"timeZoneOffset": "0",
"transactionIp": "59.183.22.100",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
},
"productType": "LPMS",
"subProductType": "DIRECT",
"txnType": "SALE",
"lpmsInfo": {
"lpmsType": "{{APM-NAME}}",
"bankName": null,
"iBan": null,
"walletAccountId": null,
"walletAccountName": null,
"prepaidNumber": null
}
}'