Release 11.12.2025
Documentation Updates
Shop Hosted Integration
The operationReference object structure in the H2H Integration for Instructions documentation has been updated.
Updated Structure:
{
"operationReference": {
"parameters": [
{
"label": "Reference",
"value": "KT53386"
},
{
"label": "Amount",
"value": "10.00"
},
{
"label": "Entity",
"value": "db76f9cc-fbb0-4394-ac81-7b4fcfd6b2be"
}
]
}
}
Key Changes:
typeandmetadatafields replaced withparametersarray- Parameter items now use
labelandvaluefields (previouslyid,type,value) - The
operationReferenceobject has been moved to thepaymentsarray for orders and to thepayoutTransactionsarray for payouts
See the Retrieve Order Details endpoint, Callback, Retrieve Payout Status endpoint, and Callback Payout documentation for the complete schema definition.