|
|
|
|
|
by chadillac
4337 days ago
|
|
Yikes... >window.Uber.pingData.client.paymentProfiles
[
Object
cardExpiration: "2014-03-01T00:00:00+00:00"
cardExpirationEpoch: 1393632000000
cardNumber: "[last 4]"
cardType: "MasterCard"
id: [payment id]
useCase: "personal"
uuid: "[uuid of payment option from their system]"
__proto__: Object
,
Object
accountName: "[acct number]"
billingCountryIso2: "US"
billingZip: "[billing zip]"
cardExpiration: "2017-09-01T00:00:00+00:00"
cardExpirationEpoch: 1504224000000
cardNumber: "[last 4]"
cardType: "Visa"
id: [payment id]
tokenType: "braintree"
useCase: "personal"
uuid: "[uuid of payment option from their system]"
__proto__: Object
]
|
|