0
votes

I'm planning for my new application, and its contain payment method, after research on google, im found google pay will be better one.

but how google pay will deducts the amount from the user and tranfer it to my bank number? is their any proccess or third part ?

Best Regards and thanks.

1
I'm voting to close this question as off-topic because this is not a programming question.snakecharmerb
I’m voting to close this question because this is not a programming question.snakecharmerb

1 Answers

1
votes

Google Pay does not actually process the payment. It facilitates it by securely transmitting the user's selected payment method to a payment processor.

A list of supported payment processors can be found at https://developers.google.com/pay/api/#participating-processors.

Instructions on how to integrate with the relevant payment processors can be found by following the processor links.