
Send the resulting Google Pay token to your server / PSPĪlternative methods to load your payment configurations # JSON strings Send the resulting Apple Pay token to your server / PSP

Margin: const EdgeInsets.only(top: 15.0), This snippet assumes the existence a payment configuration for Apple Pay ( defaultApplePa圜onfigString) and another one for Google Pay ( defaultGooglePa圜onfigString): import 'package:pay/pay.dart' Take a look at the parameters available in the documentation for Apple Pay and Google Pay, and explore the sample configurations in this package. To start using this plugin, add pay as a dependency in your pubspec.yaml file: dependencies:ĭefine the configuration for your payment provider(s).

You should then be able to make an in-app purchase!.The new payment method will be added to your Google account.On your computer, go to your Google Play account.Here is a simple step by step on how to add a payment method to your Google account from your desktop: In line with the new Google Payment Policy, members who use Android devices are now only able to purchase our services via Google Play using the payment methods linked to their Google accounts.
