Adyen · Example Payload

Checkout Google Pay Details Example

PaymentsFinancial ServicesFintech

Checkout Google Pay Details Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

checkoutAttemptIdfundingSourcegooglePayCardNetworkgooglePayTokenrecurringDetailReferencestoredPaymentMethodIdtype

Example Payload

Raw ↑
{
  "checkoutAttemptId": "REF-500123",
  "fundingSource": "credit",
  "googlePayCardNetwork": "example_value",
  "googlePayToken": "example_value",
  "recurringDetailReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "type": "googlepay"
}