Replies: 1 comment
-
|
I used the nonce token to create a payment method with Braintree and it worked fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If my app user wishes to have google pay as their preferred payment option, then I'd need to generate a token (not take payment) and use this with my payment merchant to generate the merchant specific token for future payments. Whenever the user causes a payment to be processed, then I can use this token in my backend to take payment.
I see that the token is returned in the payment response, could I just use this payment token and can I send a payment amount of 0.00?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions