flutter-plugin icon indicating copy to clipboard operation
flutter-plugin copied to clipboard

Payment

Open pawan14325 opened this issue 9 months ago • 1 comments

How to check payment history and where is this listed

pawan14325 avatar Apr 26 '24 03:04 pawan14325

I think you have to integrate with third party payment processors such as Stripe or Braintree. I found Braintree was easier to implement and I don't know why 😭 I just started implementing pay package yesterday.

cookii-king avatar Apr 27 '24 13:04 cookii-king

Hello @pawan14325, as @cookii-king points out, Google Pay does not process payments. It facilitates the payment process by offering encrypted payment credentials from your users' Google accounts to your payment processor. Here's the list of supported processors with Google Pay.

JlUgia avatar May 09 '24 10:05 JlUgia