#Zoro M
1 messages · Page 1 of 1 (latest)
Hello 👋
Is this for web or mobile?
Mobile
Are you using PaymentSheet or trying to integrate Apple Pay natively?
I try to integrate natively
But PaymentSheet should be OK if this scenario can be implemented
It is possible with Native iOS implementation. You'd likely need to modify the paymentRequest object for this.
https://stripe.com/docs/apple-pay?platform=ios#create-payment-request
Let me check if we have any references to what needs to be changed..
Can the amount leave in blank? or ? How to make it Pending?
I think you'd need to use PKPaymentSummaryItemTypePending type for the item in the paymentRequest, along with amount 0
https://developer.apple.com/documentation/passkit/pkpaymentsummaryitem/1619262-summaryitemwithlabel#discussion
Got it, very thanks for your help