DataRequest Specifications (POST)

❗️

Post

Live: <https://checkout.buckaroo.nl/json/Transaction/Specifications>
Test: <https://testcheckout.buckaroo.nl/json/Transaction/Specifications>

This returns the specifications of the provided services.

Header

The authentication of this JSON API is based on a standard HMAC Authentication implementation.

Request information

URI Parameters

None.

Body Parameters

NameTypeDescription
ServicesCollection of DataRequestSpecificationRequestedService

Request formats

{
  "Services": [
    {
      "Name": "sample string 1",
      "Version": 1
    },
    {
      "Name": "sample string 1",
      "Version": 1
    }
  ]
}

Response information

NameTypeDescription
BasicFieldsCollection of DataRequestSpecificationRequestedService
ServicesCollection of DataRequestSpecificationResponseServiceDescription