v1
latestOpenAPI 3.1.02026-07-242325051.4 MBExchanges
Exchange:Info
Get detailed information regarding a specific exchange call, including the request and response body
get/exchanges/info/{code}
Path parameters
codestring required
Example:UL-1234-5678-9012
The unique identifier for the exchange entry (format: UL-xxxx-xxxx-xxxx)
Response
Payment state log details retrieved successfully
Example response
{
"code": "UL-1234-5678-9012",
"transactionCode": "EX-1234-5678-9012",
"orderId": "ORD-2025-001234",
"status": "OK",
"action": "payment:paid",
"url": "https://merchant.example.com/webhooks/paynl",
"timeOfCall": "2025-01-13T14:05:22Z",
"responseTime": 298,
"httpMethod": "POST",
"exchangeMethod": "JSON-POST",
"responseCode": 200,
"paymentMethod": {
"id": 10,
"name": "iDEAL"
},
"amount": 2500,
"responseBody": "TRUE",
"service": {
"code": "SL-1234-5678",
"name": "My Webshop"
}
}