curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "370 Feest Pike",
"city": "Port Webster",
"country": "ID",
"email": "Emmett.Ankunding95@yahoo.com",
"firstName": "Eden",
"identityNumber": "21589551116",
"lastName": "Langosh",
"phone": "14988671499",
"postalCode": "12192-3718",
"province": "CO"
},
"merchantCustId": "CustId-04IK-L1S3",
"merchantNo": "800515",
"merchantTxnId": "2ee5097c-48e3-44e4-b008-0590119995b3",
"merchantTxnTime": "2025-05-11 17:49:22",
"orderAmount": "100",
"orderCurrency": "IDR",
"shippingInformation": {
"address": "71463 Myrna Ridge",
"city": "West Marlene",
"country": "US",
"email": "Lori_Simonis98@hotmail.com",
"firstName": "Elyssa",
"identityNumber": "55296378622",
"lastName": "Becker",
"phone": "19175504257",
"postalCode": "59143-0170",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "cavalo",
"num": "25",
"price": "733.39",
"type": "dolor"
},
{
"currency": "USD",
"name": "dried apricot",
"num": "18",
"price": "320.45",
"type": "Excepteur"
},
{
"currency": "USD",
"name": "nashi pear",
"num": "66",
"price": "965.59",
"type": "consectetur laboris dolore"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "480",
"screenWidth": "1366",
"timeZoneOffset": "-120",
"transactionIp": "220.14.137.207",
"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
}
}'