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
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 28 days ago