#chern

1 messages · Page 1 of 1 (latest)

upper ploverBOT
dapper forge
#

Hi there, are you using PaymentSheet provide Apple Pay / Google Pay to your customers?

barren vector
#

We are using ApplePayButton and GooglePayButton components.

dapper forge
#

You can also render a <PlatformPayButton>, so it would be automatically displayed as Google Pay in Android, and Apple Pay in iOS,

barren vector
#

Awesome! Is this method allow us to use the platform's native UI to add new card details if necessary?

dapper forge
barren vector
#

I meant if we can add a new credit card to apple or google pay when creating a new payment method through native UI, after the createPlatformPaymentMethod call?

dapper forge
#

I don't quite really understand you, are you asking if the newly added payment method will appear in the list after calling createPlatformPaymentMethod() ?

barren vector
#

Ok, let me rephrase. Will calling this method add a new credit card to the platform wallet? Will we be able to enter the details of this card?

dapper forge
#

No

barren vector
#

Ok, thanks! I think createPlatformPaymentMethod will be the good point to start!

dapper forge
#

Cool! Happy to help.