question

prathapsaireddy avatar image
prathapsaireddy asked reda85 answered

how to reflect my order in transactions through android sdk?

Hi, I was trying to build an application which just needs to show transactions logs for an order. I have succeeded in reflecting my order details to cash logs by using CashEvents sdk. Can anyone please suggest how to make my order get reflected in Transaction logs.
int l = 1000000;paymentRequest.setAmount((long)l);
paymentRequest.setOrderId(order_id);// paymentRequest.setEmployeeId(parentActivity.curEmployee.getId());
Payment payment = orderConnector.pay(order_id, paymentRequest, false, "First Payment");
OrdersPayments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jeffrey Blattman avatar image
Jeffrey Blattman answered Jeffrey Blattman edited
The method OrderConnector.pay() is not developer public. If you call it it will return a failure result status.

If you want to accept a payment, you can use ACTION_PAY (see SDK) to start the payment flow for the merchant. If you want to accept card payments only see ACTION_SECURE_PAY.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

fortheminne1990 avatar image
fortheminne1990 answered

If you've successfully linked your order details to cash logs using the CashEvents SDK, then to display those details in the transaction logs, you might need to integrate an event handler or trigger within the SDK that also records to your transaction log when a new order is logged in cash events. Many APIs have a callback function for logging multiple types of events; check if CashEvents SDK offers this feature for more seamless integration.

Also, for additional insights on secure transaction handling and recording, consider looking into linkpay.io. It’s a reliable option for managing and reflecting transactions securely across different systems, especially useful if you’re handling sensitive payment data.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

tomdanny avatar image
tomdanny answered

GoPromotional Ireland provides a variety of resources for businesses, but if you’re looking to track orders through an Android app, integrating transaction reflection into the Android SDK is essential. First, ensure your SDK is set up for in-app billing or order management. Use APIs like Google Play Billing to track purchases, validate orders with a server, and log each transaction for real-time tracking and better customer satisfaction.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

reda85 avatar image
reda85 answered

Тайский массаж стоп — это древняя восточная практика, которая оказывает оздоровительное воздействие на весь организм. Этот вид массажа направлен на активацию биологически активных точек, расположенных на ступнях, что способствует улучшению кровообращения, снижению стресса и повышению общего тонуса тела. Узнать точную цену на тайский массаж стоп можно, обратившись к профессионалам в ОДЕСА INSAY SPA https://odesa.insay-spa.com.ua/ru/tajski-masazhi/ . Сравнительно доступная стоимость услуг не означает компромисс в качестве. Каждый сеанс проводится квалифицированными мастерами, которые знают все тонкости воздействия на рефлексогенные зоны. Такая процедура идеальна для тех, кто страдает от усталости, тяжести в ногах или просто хочет побаловать себя расслабляющим сеансом. Подарите себе заботу и уход, ощутив восстановление жизненных сил после массажа.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community