PDA

View Full Version : Mobile payment behavior testing/measurement



nhake
2020-04-17, 01:28 PM
Hi friends

Please suggest us the solution that help us test or measure mobile payment behavior of customers?

subway
2020-04-18, 12:56 AM
Can you specify it a bit more what you want to achieve?

nhake
2020-04-20, 10:22 AM
Hi Subway

i am from Vietnam where mobile payment rapid growth. our customer use mobile for paying water/electric bill, film ticket...
the measurement for the behaviors are not specified yet
i want to know how extract customer experience. could you please suggest me how to measure/test?


Can you specify it a bit more what you want to achieve?

nhake
2020-04-20, 10:28 AM
could you share me your whatsapp ID, we can talk more detail


Can you specify it a bit more what you want to achieve?

subway
2020-04-20, 08:08 PM
Hi Subway

i am from Vietnam where mobile payment rapid growth. our customer use mobile for paying water/electric bill, film ticket...
the measurement for the behaviors are not specified yet
i want to know how extract customer experience. could you please suggest me how to measure/test?

This is something you cannot extract directly from traditional network KPIs. However if you have a designated APN in your network for POS terminals, you can monitor the TCP KPIs of that specific APN, and with deep packet inspection you can also have service level KPIs (for example how quick a transaction was, or what is the transaction success rate etc.). But this is a relatively large development project.

My other experience I can share is to pay attention to the POS terminal modems. Some of them behave really weirdly, and they usually have poor SW quality. Another large factor of selectively unsuccessful payments is the MTU, especially if your network is not able to deliver end to end 1500byte MTU. Some POS terminals do request the correct MTU from the network via Attach request, but some don't, so in general setting up MTU clamping on your POS APN is a good idea.

nhake
2020-04-22, 01:23 PM
which mobile payment solution do your company use?
beside APN configure and DPI for passive monitoring, is there any solution that active test to assess customer experience when they use mobile for payment?


This is something you cannot extract directly from traditional network KPIs. However if you have a designated APN in your network for POS terminals, you can monitor the TCP KPIs of that specific APN, and with deep packet inspection you can also have service level KPIs (for example how quick a transaction was, or what is the transaction success rate etc.). But this is a relatively large development project.

My other experience I can share is to pay attention to the POS terminal modems. Some of them behave really weirdly, and they usually have poor SW quality. Another large factor of selectively unsuccessful payments is the MTU, especially if your network is not able to deliver end to end 1500byte MTU. Some POS terminals do request the correct MTU from the network via Attach request, but some don't, so in general setting up MTU clamping on your POS APN is a good idea.

subway
2020-04-23, 03:50 AM
I can't tell the company name, but I think the solution itself does not matter, as the higher layers will be encrypted anyway. The only thing you can do is to monitor and DPI the transport layer. If the special APN can't work for you, maybe you can start mapping the IPs where the terminals attach and selectively monitor that traffic to get the TCP metrics and generate some KPIs from it. Other than that, you cant do much I am afraid...