Adyen · Example Payload

Checkout Payment Link Request Example

A sample description.

PaymentsFinancial ServicesFintech

Checkout Payment Link Request Example is an example object payload from Adyen, with 38 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowedPaymentMethodsamountapplicationInfobillingAddressblockedPaymentMethodscaptureDelayHourscountryCodedateOfBirthdeliverAtdeliveryAddressdescriptionexpiresAtinstallmentOptionslineItemsmanualCapturemccmerchantAccountmerchantOrderReferencemetadatarecurringProcessingModelreferencerequiredShopperFieldsreturnUrlreusableriskDatashopperEmailshopperLocaleshopperNameshopperReferenceshopperStatementshowRemovePaymentMethodButtonsocialSecurityNumbersplitCardFundingSourcessplitsstorestorePaymentMethodModetelephoneNumberthemeId

Example Payload

Raw ↑
{
  "allowedPaymentMethods": [
    "example_value"
  ],
  "amount": 1000,
  "applicationInfo": "example_value",
  "billingAddress": "example_value",
  "blockedPaymentMethods": [
    "example_value"
  ],
  "captureDelayHours": 50,
  "countryCode": "US",
  "dateOfBirth": "2025-03-15",
  "deliverAt": "2025-03-15T14:30:00Z",
  "deliveryAddress": "example_value",
  "description": "A sample description.",
  "expiresAt": "2025-03-15T14:30:00Z",
  "installmentOptions": {},
  "lineItems": [
    "example_value"
  ],
  "manualCapture": true,
  "mcc": "example_value",
  "merchantAccount": "example_value",
  "merchantOrderReference": "REF-500123",
  "metadata": {},
  "recurringProcessingModel": "CardOnFile",
  "reference": "REF-500123",
  "requiredShopperFields": [
    "billingAddress"
  ],
  "returnUrl": "example_value",
  "reusable": true,
  "riskData": "example_value",
  "shopperEmail": "user@example.com",
  "shopperLocale": "example_value",
  "shopperName": "Example Name",
  "shopperReference": "REF-500123",
  "shopperStatement": "example_value",
  "showRemovePaymentMethodButton": true,
  "socialSecurityNumber": "example_value",
  "splitCardFundingSources": false,
  "splits": [
    "example_value"
  ],
  "store": "example_value",
  "storePaymentMethodMode": "askForConsent",
  "telephoneNumber": "example_value",
  "themeId": "REF-500123"
}