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

Payment not completed issue

Open cubeking opened this issue 6 years ago • 6 comments

please check the code, if payment, still show that Payment not completed, why?

` const METHOD_DATA = [ { supportedMethods: ['apple-pay'], data: { merchantIdentifier: config.ApplePay.merchantID, supportedNetworks: ['visa', 'mastercard', 'amex', 'chinaunionpay'], countryCode: 'US', currencyCode: 'USD' // countryCode: 'CN', // currencyCode: 'CNY' } } ];

    const DETAILS = {
        id: 'sr-apple-pay',
        displayItems: [
            {
                label: data.description,
                amount: { currency: data.currency, value: data.price }
            },
        ],
        total: {
            label: data.description,
            amount: { currency: data.currency, value: data.price }
        }
    };`

cubeking avatar May 16 '19 10:05 cubeking

I'm in the same situation as you. Have you found a solution?

liaokaime avatar Nov 28 '19 08:11 liaokaime

+1 same issue here

lenichols avatar Dec 05 '19 04:12 lenichols

@lenichols @liaokaime @cubeking did you found any solutions?

mohamed-sultan avatar May 14 '20 13:05 mohamed-sultan

Getting same issue "Apple Pay Not Completed".Please reply soon need to deploy app.Stuck Only due to this issue. Any help would be appreciated.

Sandeep155Vibhuti avatar Feb 11 '21 07:02 Sandeep155Vibhuti

Did you try this function?

paymentResponse.complete('success');

are you facing this issue even after calling this function?

Zohaib-Javed avatar Mar 04 '21 14:03 Zohaib-Javed

Any updates on this?

ramisalem avatar Sep 22 '21 07:09 ramisalem