Skip to main content

Do I get the enriched `loadPaymentData` response when processing Google Pay?

Yes. Google Pay adds an extra field to the CardInfo object called cardFundingSource from the [loadPaymentData response](https://developers.google.com/pay/api/web/reference/client#loadPaymentData).   This field helps you identify whether the card used for the transaction is a CREDIT, DEBIT, or PREPAIDcard. In some cases, it may returnUNKNOWN.   This enriched response does not affect your usual Google Pay data tokenization process, because you need to provide only the PaymentMethodTokenizationData object when you call the Request a token endpoint. For more information, see Tokenize Google Pay payment data.

Was this article helpful?
Share
Copy Link Share via email

Articles in this section