Request
Body Params application/json
{
"supportReferenceId": 0,
"resultCode": "string",
"resultDescription": "string",
"statusFlag": "string",
"responseCode": "string",
"responseDescription": "string",
"languageCode": "string",
"merchantReference": "string",
"transactionDateTime": "string",
"transactionId": 0,
"cardType": 0,
"packageNo": 0,
"approvalCode": "string",
"retrievalRef": "string",
"authStatus": "string",
"parameters": "string",
"hashKey": "string",
"paymentMethod": "string",
"traceID": "string"
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/payments/Epay/finalize' \
--header 'Content-Type: application/json' \
--data-raw '{
"supportReferenceId": 0,
"resultCode": "string",
"resultDescription": "string",
"statusFlag": "string",
"responseCode": "string",
"responseDescription": "string",
"languageCode": "string",
"merchantReference": "string",
"transactionDateTime": "string",
"transactionId": 0,
"cardType": 0,
"packageNo": 0,
"approvalCode": "string",
"retrievalRef": "string",
"authStatus": "string",
"parameters": "string",
"hashKey": "string",
"paymentMethod": "string",
"traceID": "string"
}'
Responses
application/json Modified at 2025-07-08 13:30:15