CustomerPaymentHistorySignal
Stay organized with collections
Save and categorize content based on your preferences.
Carries signals about a customer's payment history, which can be used by payment integrators to inform risk decisions.
| JSON representation |
{
// Union field payment_history can be only one of the following:
"positivePaymentHistory": {
object (Empty)
},
"noPaymentHistory": {
object (Empty)
}
// End of list of possible types for union field payment_history.
} |
| Fields |
Union field payment_history. REQUIRED: Details about the customer's payment history. payment_history can be only one of the following: |
positivePaymentHistory |
object (Empty)
Indicates the user has transacted with Google previously and has a positive payment history.
|
noPaymentHistory |
object (Empty)
Indicates the user has not transacted with Google previously.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-04 UTC."],[],[]]