Adyen · Example Payload

Management Store Creation With Merchant Code Request Example

A sample description.

PaymentsFinancial ServicesFintech

Management Store Creation With Merchant Code Request Example is an example object payload from Adyen, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressbusinessLineIdsdescriptionexternalReferenceIdmerchantIdphoneNumberreferenceshopperStatementsplitConfiguration

Example Payload

Raw ↑
{
  "address": "example_value",
  "businessLineIds": [
    "example_value"
  ],
  "description": "A sample description.",
  "externalReferenceId": "REF-500123",
  "merchantId": "REF-500123",
  "phoneNumber": "example_value",
  "reference": "REF-500123",
  "shopperStatement": "example_value",
  "splitConfiguration": "example_value"
}