Adyen · Example Payload

Checkout Pay With Google Donations Example

PaymentsFinancial ServicesFintech

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

Top-level fields

checkoutAttemptIdfundingSourcegooglePayTokenrecurringDetailReferencestoredPaymentMethodIdtype

Example Payload

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