Introduction

Responses (Notifications)

The PAYONE platform provides an asynchronous way of notifying your system of changes to a transaction. We call these notifications "TransactionStatus".

We have summarised all Transactionstatus Notification responses and also some samples here.

Responses (Json)

The PAYONE Platform API is designed for key-/value-pairs. However you may use the PAYONE API with JSON-responses as well.

How to use JSON-Responses
  • Therefore the HTTP Accept header in the API request has to be set to “Accept: application/json” to indicate that a JSON response should be sent.
  • Only the response will be in JSON – the request itself will still be key/value.
JSON, data structure

Here you’ll find a table with the original Response-parameter and the JSON-structure/-element.

JSON responses, examples