-
Hi, We understand that we need to implement the Google Pay button in the Webview side, using your API, but we wish to implement button for UI only, and leave the payment data to be created and taken care of in the mobile side. Is there a way for us, to use your API in this way? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@dmengelt any input for that please? |
Beta Was this translation helpful? Give feedback.
How about not using the react-component but our
createButton()
API directly?You can see that you can define a
onClick()
handler. So ifonClick()
gets triggered, you let the mobile side know to actually start Google Pay.