curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "50540 Weimann Flats",
"city": "Suzannecester",
"country": "US",
"email": "Van.Lueilwitz@gmail.com",
"firstName": "Lauriane",
"identityNumber": "13458054412",
"lastName": "Hodkiewicz",
"phone": "19276300824",
"postalCode": "16817",
"province": "CO"
},
"merchantCustId": "CustId-9L08-7XH7",
"merchantNo": "800515",
"merchantTxnId": "1bdd1814-fa20-47ea-acf1-579465d870e6",
"merchantTxnTime": "2025-03-14 14:27:39",
"orderAmount": "81",
"orderCurrency": "USD",
"shippingInformation": {
"address": "75315 Glebe Close",
"city": "Lake Kaylah",
"country": "US",
"email": "Katelynn.Abernathy80@hotmail.com",
"firstName": "Mollie",
"identityNumber": "71681691974",
"lastName": "Bins",
"phone": "15259163449",
"postalCode": "61818-0207",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "date",
"num": "51",
"price": "337.09",
"type": "consectetur officia irure in enim"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1180",
"screenWidth": "1366",
"timeZoneOffset": "240",
"transactionIp": "240.38.137.111",
"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
}
}'