Questions tagged [samsung-pay]

Samsung Pay is a mobile payment and digital wallet service by Samsung Electronics that lets users make payments using compatible phones and other Samsung-produced devices. The service supports contactless payments using near-field communications, but also incorporates magnetic secure transmission that allows contactless payments to be used on payment terminals that only support magnetic stripe and normal contactless cards.

7 questions
3
votes
2 answers

Samsung pay integration

I want to know, is Samsung pay API available for android ?? how can we integrate it into android? I have tried many times but did not get anything, i got links like below :…
Ramesh Solanki
  • 2,961
  • 4
  • 28
  • 44
2
votes
1 answer

Implementing Peer to Peer payments

I am going to work on donation based app, where I need to do P2P payments as per the following scenario: UserA wants to send a amount from any of these payment methods Paypal, Venmo, Apple Pay, Google Pay, Samsung Pay etc to UserB. In our case, we…
Amit Khanna
  • 1
  • 1
  • 7
2
votes
3 answers

Android pay , samsung pay on website using php

I have a e commerce website where i want to add SAMSUNG PAY and ANDROID PAY when website accessed from mobile. Is there any API / SDK available for PHP ? For example we have everything required to implement for APPLE PAY in stripe as describe in…
user1544195
  • 313
  • 4
  • 11
1
vote
1 answer

What's the PHP equivalent of Java RSA Decryption?

What I'm trying to do here is implement Samsung Pay on PHP but so far I haven't been able to get the decryption process correctly. Below is the Java code sample that I'm trying to port in PHP: import java.io.*; import java.security.*; import…
0
votes
1 answer

How to integrate samsung pay in ionic 6 app

I am developing an app in ionic 6 framework and i want to integrate Samsung Pay payment gateway in it. I want to get a token from Samsung Pay and will then create a charge in stripe. So guys, if anyone of you integrated it earlier in Ionic apps, or…
Team FOS
  • 11
  • 2
0
votes
2 answers

How do I detect if Samsung Pay or Google Pay are the default Payment apps?

I'm looking for a way to understand if the user is using Samsung Pay or Google Pay as the default payment app. Reading from Tap and Pay documentation, you can use override suspend fun isDefaultWallet(packageName: String, fullClassName: String):…
Otacon
  • 314
  • 2
  • 11
-1
votes
1 answer

Does Stripe payments support Samsung Pay in UAE?

The problem i am facing is, i want to use the Stripe for the project based on Flutter, which will be an app working on Android and iOS devices. I know, Stripe can provide me the opportunity to integrate Apple Pay and Google Pay. But what if i need…