applepay

Apple Wallet NFC-Enabled Pass use cases

僤鯓⒐⒋嵵緔 提交于 2019-12-11 06:35:27
问题 We are trying to bring Apple Wallet NFC-Enabled Pass based loyalty card program to a territory without Apple Pay support. In order to build a strong use case for Apple representatives we are trying to gather a list of merchants who are using Apple Wallet NFC-Enabled Passes without supporting Apple Pay. Both in territories with Apple Pay and without. Is it possible to support Apple Wallet NFC Passes without supporting Apple Pay? If yes, an example of someone doing it would be greatly

Server-side Payment Token decryption for Apple Pay

我怕爱的太早我们不能终老 提交于 2019-12-09 22:42:21
问题 There are third party libraries that provide support for decrypting Apple Pay token on the server side. Is there any such .NET library? Third-paty Libraries Ruby library for decrypting Apple Pay payment tokens PHP library for decrypting Apple Pay payment tokens What we're trying to accomplish We're using Compass XML platform for payment processing, and the goad is to decrypt the payment token on our server and then use the Compass XML for final payment processing. 回答1: I just pushed my works

PKPaymentAuthorizationViewController present as nil view controller

馋奶兔 提交于 2019-12-09 19:31:18
问题 I am trying to integrate Apple Pay in my demo app following this link & I am facing this issue issue. I have updated my iphone 6+ os to 8.1.1 version but still not able to present PKPaymentAuthorizationViewController properly & I am getting this error "Application tried to present a nil modal view controller on target".Please suggest something since I am stuck on this.Here is the code which I have written :- PKPaymentRequest *request = [[PKPaymentRequest alloc] init]; request.currencyCode = @

Stripe and Apple Pay not working in iOS App

可紊 提交于 2019-12-07 23:19:03
问题 I am getting very frustrated as I have spent long hours on a solution to this problem. I am creating a request using the code below: PKPaymentRequest *request = [Stripe paymentRequestWithMerchantIdentifier:merchantId]; // Configure your request here. NSString *label = @"Product Description"; NSDecimalNumber *amount = [NSDecimalNumber decimalNumberWithString:[productpriceDouble stringByReplacingOccurrencesOfString:@"$" withString:@""]]; request.paymentSummaryItems = @[ [PKPaymentSummaryItem

Apple Pay In-App Provisioning Card

扶醉桌前 提交于 2019-12-06 14:19:49
问题 I am developing an App that allows a user to Add Cards a payment pass in the Wallet via the App. In order to do this, you must be request Apple to add the following entitlement I'm also using "com.apple.developer.payment-pass-provisioning" these entitlements in my app Apple granted this entitlement for my team ID modified my provisioning profile with this entitlement enabled. Trying to invoke the Add card screen in the Wallet app from My application using the below code

Apple Pay In-App Provisioning Card

寵の児 提交于 2019-12-04 19:36:38
I am developing an App that allows a user to Add Cards a payment pass in the Wallet via the App. In order to do this, you must be request Apple to add the following entitlement I'm also using "com.apple.developer.payment-pass-provisioning" these entitlements in my app Apple granted this entitlement for my team ID modified my provisioning profile with this entitlement enabled. Trying to invoke the Add card screen in the Wallet app from My application using the below code PKAddPaymentPassRequestConfiguration *request; request.cardholderName = @"xxxxxxxx"; request.primaryAccountSuffix = @"xxxx";

PKPaymentAuthorizationViewController present as nil view controller

丶灬走出姿态 提交于 2019-12-04 17:57:56
I am trying to integrate Apple Pay in my demo app following this link & I am facing this issue issue. I have updated my iphone 6+ os to 8.1.1 version but still not able to present PKPaymentAuthorizationViewController properly & I am getting this error "Application tried to present a nil modal view controller on target".Please suggest something since I am stuck on this.Here is the code which I have written :- PKPaymentRequest *request = [[PKPaymentRequest alloc] init]; request.currencyCode = @"USD"; request.countryCode = @"US"; // This is a test merchant id to demo the capability, this would

Split/Deferred payments through apple pay

戏子无情 提交于 2019-12-04 15:29:57
On the getting started page for Apple Pay, it says that Apple Pay supports "partial shipments." How is this implemented in practice? I know how to get a token from a successful PKPayment . Once I get that token, how do I use it to implement multiple sub-order payments through my payment gateway? For example, say the user validates a total $100 purchase through Apple Pay of two separate suborder shipments ($40 and $60 each) and I now have an associated token for the $100 order. Because of restrictions on some networks, we can't capture each payment until the associated item has been shipped,

PKAddPassPaymentRequest not able to send a Request

谁说胖子不能爱 提交于 2019-12-04 02:03:52
问题 I'm Developing Apple Pay Card Provisioning Apple Pay In-App Provisioning Card I got this continuing this functionality getting the nonce & nonceSignatures from Apple server after getting this trying to send PKAddPassPaymentRequest in the below formate not getting anything is the format is correct what I'm sending PKAddPaymentPassRequest *request = [[PKAddPaymentPassRequest alloc] init]; request.encryptedPassData =[@"XXXXXXXXXXX" dataUsingEncoding:NSUTF8StringEncoding]; request.activationData

Apple and stripe : Merchant id/apple pay certificate could not seen in xcode

大城市里の小女人 提交于 2019-12-02 17:33:41
问题 I have followed every steps to create stripe credit card payment functionality with apple pay in my app. It is works fine for my xcode and merchant id/bundle id. What I need: My client have his own apple developer account, and he want to add his client's merchant id in app. What I have from client: 1. IOS developer certificate(with Bundle id) 2. Apple pay certificate 3. Merchant id I have added developer certificate and apple pay certificate in key chain. as well as changed "Build settings ->