react-native-payments icon indicating copy to clipboard operation
react-native-payments copied to clipboard

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

Results 134 react-native-payments issues
Sort by recently updated
recently updated
newest added

Hi Team, I want to integrate apple pay with authorize.net, So I am expecting the payment token for the transaction from this library. Can I use this library for it...

Can you help me solve the issue? ![image](https://user-images.githubusercontent.com/15075926/106882047-df64e080-6710-11eb-875f-c21e580cd1b7.png) ![image](https://user-images.githubusercontent.com/15075926/106882202-0e7b5200-6711-11eb-9612-930be9ea0b1e.png)

Add ability that if we send ``` total: { label: 'Order Amount', type: 'pending', amount: { value: '0' } } ``` add this line after the amount: `type:PKPaymentSummaryItemTypePending`

Good day. After following all installation instructions, I'm getting the following error: The following build commands failed: CopySwiftLibs /Users/myuser/Library/Developer/Xcode/DerivedData/appName-fjphtcfflymrvrcqpcmxblhrztjx/Build/Products/Debug-iphonesimulator/appName.app More Details: error: Build input file cannot be found: '/Users/myuser/Library/Developer/Xcode/DerivedData/appName-fjphtcfflymrvrcqpcmxblhrztjx/Build/Products/Debug-iphonesimulator/appName.app/appName' (in...

As per your below code in Android it only supports two gateways 'stripe', 'braintree', does this library only supports these 2 types, I am in requirement of 'firstdata' gateway which...

I defined PaymentRequest globally at entry point of my project. And I wrote at Payment.js file like this. `const paymentRequest = new global.PaymentRequest(METHOD_DATA, DETAILS);` But the app keeps giving this...

After following the steps: * npm install react-native-payments * cd ios -> pod install I'm getting the error `framework not found Braintree` when trying to build and run the application...

Hi all, I've been working on some more example projects in addition to the existing iOS one and I've actually found it quite difficult to get a consistent example working,...

help wanted
focusing

I see the demo supportedMethods: ['apple-pay'], data: { merchantIdentifier: 'merchant.xxx.xxx', supportedNetworks: ['visa', 'mastercard', 'amex'], countryCode: 'CN', currencyCode: 'CNH' } but i want to know does the supportedNetworks support chinaUnionPay(chinese name...

Hi, Apologies if this has already been mentioned somewhere, but I couldn't find a clear answer. I've recently received a message from Google telling me that I have to get...