curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "756 Willow Close",
"city": "Casandrafort",
"country": "US",
"email": "Gerardo_Fritsch89@gmail.com",
"firstName": "Bill",
"identityNumber": "79823584785",
"lastName": "Farrell",
"phone": "13243490976",
"postalCode": "23896",
"province": "CO"
},
"merchantCustId": "CustId-94M9-RGH0",
"merchantNo": "800515",
"merchantTxnId": "6424f80f-4428-4f54-a700-389727d4c154",
"merchantTxnTime": "2025-03-14 14:22:48",
"orderAmount": "961",
"orderCurrency": "USD",
"shippingInformation": {
"address": "83093 Goldner Fort",
"city": "Lake Lesleyland",
"country": "US",
"email": "Adrien_Emmerich@hotmail.com",
"firstName": "Caden",
"identityNumber": "40415278245",
"lastName": "Kuvalis",
"phone": "14974023996",
"postalCode": "89603",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "blood orange",
"num": "34",
"price": "880.19",
"type": "consectetur ipsum id amet"
},
{
"currency": "USD",
"name": "rockmelon",
"num": "94",
"price": "983.05",
"type": "cillum"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1440",
"screenWidth": "3840",
"timeZoneOffset": "-180",
"transactionIp": "147.140.103.115",
"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
}
}'