Adyen · Example Payload

Checkout Forex Quote Example

PaymentsFinancial ServicesFintech

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

Top-level fields

accountaccountTypebaseAmountbasePointsbuyinterbankreferencesellsignaturesourcetypevalidTill

Example Payload

Raw ↑
{
  "account": "example_value",
  "accountType": "standard",
  "baseAmount": 1000,
  "basePoints": 50,
  "buy": "example_value",
  "interbank": "example_value",
  "reference": "REF-500123",
  "sell": "example_value",
  "signature": "example_value",
  "source": "example_value",
  "type": "standard",
  "validTill": "2025-03-15T14:30:00Z"
}