#Julio-Apple-Pay-Error

1 messages ยท Page 1 of 1 (latest)

wary summit
#

Hi there! You see that after you hit pay in the modal?

terse schooner
#

yes

#

here is my params :

  customerId: intent.customer,
      customerEphemeralKeySecret: intent.ephemeralKey,
      setupIntentClientSecret: intent.setupIntent,
      merchantDisplayName: STRIPE_MERCHANT_DISPLAY_NAME, // mandatory on Android
      primaryButtonColor: theme.callToAction,
      googlePay: true,
      applePay: true,
      merchantCountryCode: 'FR',
      style: 'alwaysLight',
      testEnv: true,
      currencyCode: 'EUR',

#

is there something i did wrong ?

wary summit
#

Are you actually hitting an error?

#

I believe this is expected because you are using a SetupIntent

terse schooner
#

hum im not hitting an error

#

its just Apple that is refusing to deploy my app because there is no pricing information ๐Ÿ˜ฆ

wary summit
#

Are you using iOS SDK or React Native?

terse schooner
#

react native

wary summit
#

Okay give me one sec!

terse schooner
#

ok

#

should i just tell them its ok ? i'd rather not ^^

wary summit
#

Looking into this with a colleague, we will circle back!

terse schooner
#

okay

hard vigil
#

Hi ๐Ÿ‘‹ I'm stepping in for @wary summit

#

We had a discussion about this and the short answer is, what you are seeing is what is expected. Setup Intents are designed to save payment methods for future use so there is no specified amount.

terse schooner
#

ok

#

i guess i'll have to repeat that to Apple

#

thx