admin管理员组文章数量:1024615
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
Role of Google Pay
• Payment Data Provider: Google Pay allows users to select a payment method and provides you with a payment token.
• Not a Payment Processor: Google Pay does not handle the authorization, capture, or settlement of payments. It doesn’t move funds from the customer’s account to your business account.
Role of Payment Gateways
• Processing Payments: Payment gateways/processors handle the actual transaction, moving funds from the customer’s account to yours.
• Tokenization and Security: They provide secure ways to handle payment data, including tokenization and storage for future transactions.
• Compliance: They ensure transactions comply with financial regulations and standards (e.g., PCI DSS).
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
Role of Google Pay
• Payment Data Provider: Google Pay allows users to select a payment method and provides you with a payment token.
• Not a Payment Processor: Google Pay does not handle the authorization, capture, or settlement of payments. It doesn’t move funds from the customer’s account to your business account.
Role of Payment Gateways
• Processing Payments: Payment gateways/processors handle the actual transaction, moving funds from the customer’s account to yours.
• Tokenization and Security: They provide secure ways to handle payment data, including tokenization and storage for future transactions.
• Compliance: They ensure transactions comply with financial regulations and standards (e.g., PCI DSS).
1 Answer
Reset to default 1You need to use a payment service provider (like Stripe) for "future payments" with Google Pay. The flow then usually goes more or less like this:
- You integrate Google Pay. Either trough the Google Pay APIs directly or by using one of your PSPs SDKs.
- During an initial Google Pay transaction you "tell" the PSP that you need a token for future transactions.
- In the response of the initial transaction your PSP returns this token.
- Store this token (and potentially additional properties) in your DB for future payments.
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
Role of Google Pay
• Payment Data Provider: Google Pay allows users to select a payment method and provides you with a payment token.
• Not a Payment Processor: Google Pay does not handle the authorization, capture, or settlement of payments. It doesn’t move funds from the customer’s account to your business account.
Role of Payment Gateways
• Processing Payments: Payment gateways/processors handle the actual transaction, moving funds from the customer’s account to yours.
• Tokenization and Security: They provide secure ways to handle payment data, including tokenization and storage for future transactions.
• Compliance: They ensure transactions comply with financial regulations and standards (e.g., PCI DSS).
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
Role of Google Pay
• Payment Data Provider: Google Pay allows users to select a payment method and provides you with a payment token.
• Not a Payment Processor: Google Pay does not handle the authorization, capture, or settlement of payments. It doesn’t move funds from the customer’s account to your business account.
Role of Payment Gateways
• Processing Payments: Payment gateways/processors handle the actual transaction, moving funds from the customer’s account to yours.
• Tokenization and Security: They provide secure ways to handle payment data, including tokenization and storage for future transactions.
• Compliance: They ensure transactions comply with financial regulations and standards (e.g., PCI DSS).
1 Answer
Reset to default 1You need to use a payment service provider (like Stripe) for "future payments" with Google Pay. The flow then usually goes more or less like this:
- You integrate Google Pay. Either trough the Google Pay APIs directly or by using one of your PSPs SDKs.
- During an initial Google Pay transaction you "tell" the PSP that you need a token for future transactions.
- In the response of the initial transaction your PSP returns this token.
- Store this token (and potentially additional properties) in your DB for future payments.
本文标签: Google Pay also as a payment gateway for future paymentsStack Overflow
版权声明:本文标题:Google Pay also as a payment gateway for future payments? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745615871a2159287.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论