Home
Adyen
Checkout Balance Check Request Example
Checkout Balance Check Request Example
Payments Financial Services Fintech
Checkout Balance Check Request Example is an example object payload from Adyen, with 44 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
accountInfo additionalAmount additionalData amount applicationInfo billingAddress browserInfo captureDelayHours dateOfBirth dccQuote deliveryAddress deliveryDate deviceFingerprint fraudOffset installments localizedShopperStatement mcc merchantAccount merchantOrderReference merchantRiskIndicator metadata orderReference paymentMethod recurring recurringProcessingModel reference selectedBrand selectedRecurringDetailReference sessionId shopperEmail shopperIP shopperInteraction shopperLocale shopperName shopperReference shopperStatement socialSecurityNumber splits store telephoneNumber threeDS2RequestData threeDSAuthenticationOnly totalsGroup trustedShopper
Example Payload
{
"accountInfo": "example_value",
"additionalAmount": 1000,
"additionalData": {},
"amount": 1000,
"applicationInfo": "example_value",
"billingAddress": "example_value",
"browserInfo": "example_value",
"captureDelayHours": 50,
"dateOfBirth": "2025-03-15",
"dccQuote": "example_value",
"deliveryAddress": "example_value",
"deliveryDate": "2025-03-15T14:30:00Z",
"deviceFingerprint": "example_value",
"fraudOffset": 50,
"installments": "example_value",
"localizedShopperStatement": {},
"mcc": "example_value",
"merchantAccount": "example_value",
"merchantOrderReference": "REF-500123",
"merchantRiskIndicator": "example_value",
"metadata": {},
"orderReference": "REF-500123",
"paymentMethod": {},
"recurring": "example_value",
"recurringProcessingModel": "CardOnFile",
"reference": "REF-500123",
"selectedBrand": "example_value",
"selectedRecurringDetailReference": "REF-500123",
"sessionId": "REF-500123",
"shopperEmail": "user@example.com",
"shopperIP": "example_value",
"shopperInteraction": "Ecommerce",
"shopperLocale": "example_value",
"shopperName": "Example Name",
"shopperReference": "REF-500123",
"shopperStatement": "example_value",
"socialSecurityNumber": "example_value",
"splits": [
"example_value"
],
"store": "example_value",
"telephoneNumber": "example_value",
"threeDS2RequestData": "example_value",
"threeDSAuthenticationOnly": false,
"totalsGroup": "example_value",
"trustedShopper": true
}