curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "41214 Bell Lane",
"city": "Bashirianboro",
"country": "US",
"email": "Lavon.Schamberger@yahoo.com",
"firstName": "Cornell",
"identityNumber": "29392275922",
"lastName": "Bahringer",
"phone": "15414332224",
"postalCode": "89609-3928",
"province": "CO"
},
"merchantCustId": "CustId-PHP4-C47T",
"merchantNo": "800515",
"merchantTxnId": "7e0d4a43-1d5a-420e-9d40-96914a753770",
"merchantTxnTime": "2025-03-14 14:26:38",
"orderAmount": "9",
"orderCurrency": "USD",
"shippingInformation": {
"address": "257 Sedrick Views",
"city": "East Christacester",
"country": "US",
"email": "Coty_Morar@gmail.com",
"firstName": "Yazmin",
"identityNumber": "14948406660",
"lastName": "Parisian",
"phone": "15890445476",
"postalCode": "90344-6881",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "0",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "rockmelon",
"num": "34",
"price": "770.25",
"type": "tempor aliqua"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "780",
"screenWidth": "800",
"timeZoneOffset": "-240",
"transactionIp": "149.14.76.166",
"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
}
}'