curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "1023 State Road",
"city": "Rexport",
"country": "US",
"email": "Fernando_Grimes@yahoo.com",
"firstName": "Julianne",
"identityNumber": "29459842710",
"lastName": "Bode",
"phone": "18547698329",
"postalCode": "06036-7147",
"province": "CO"
},
"merchantCustId": "CustId-M270-4VKG",
"merchantNo": "800515",
"merchantTxnId": "da988279-54cf-4424-bbd0-3f26cead938e",
"merchantTxnTime": "2025-03-14 11:34:29",
"orderAmount": "589",
"orderCurrency": "USD",
"shippingInformation": {
"address": "17101 Cullen Dale",
"city": "Deangeloview",
"country": "US",
"email": "Jany50@yahoo.com",
"firstName": "Avery",
"identityNumber": "81534173473",
"lastName": "Rogahn",
"phone": "17331214009",
"postalCode": "32017-5917",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "strawberry",
"num": "71",
"price": "688.61",
"type": "mollit proident sunt qui"
},
{
"currency": "USD",
"name": "cavalo",
"num": "25",
"price": "76.89",
"type": "Duis in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "667",
"screenWidth": "1536",
"timeZoneOffset": "-360",
"transactionIp": "192.146.107.80",
"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
}
}'