curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "63499 Metz Parkway",
"city": "Port Nicoleport",
"country": "US",
"email": "Cassie15@hotmail.com",
"firstName": "Lacey",
"identityNumber": "SG 1234567886",
"lastName": "Kub",
"phone": "13299141506",
"postalCode": "23860-5191",
"province": "CO"
},
"merchantCustId": "CustId-6T7D-6C92",
"merchantNo": "800515",
"merchantTxnId": "59537dc7-1472-486d-91b2-b811ba2cb311",
"merchantTxnTime": "2025-03-14 10:33:15",
"orderAmount": "3",
"orderCurrency": "USD",
"shippingInformation": {
"address": "4531 Kassulke Manor",
"city": "Yostfurt",
"country": "US",
"email": "Aidan_Pfeffer47@gmail.com",
"firstName": "Collin",
"identityNumber": "29284850890",
"lastName": "Littel",
"phone": "13512890744",
"postalCode": "34819-0630",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "goji berry",
"num": "30",
"price": "728.40",
"type": "aliqua ipsum officia culpa ut"
},
{
"currency": "USD",
"name": "passionfruit",
"num": "82",
"price": "42.29",
"type": "Lorem tempor"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "896",
"screenWidth": "962",
"timeZoneOffset": "-240",
"transactionIp": "221.134.17.56",
"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
}
}'