DataRequest Specifications (POST)
POSTLive: https://checkout.buckaroo.nl/json/DataRequest/Specifications
Test: https://testcheckout.buckaroo.nl/json/DataRequest/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
| Name | Type | Description |
|---|---|---|
| Services | Collection of DataRequestSpecificationRequestedService |
Request formats
{
"Services": [
{
"Name": "sample string 1",
"Version": 1
},
{
"Name": "sample string 1",
"Version": 1
}
]
}Response information
| Name | Type | Description |
|---|---|---|
| BasicFields | Collection of DataRequestSpecificationRequestedService | |
| Services | Collection of DataRequestSpecificationResponseServiceDescription |
Updated 5 months ago