Before you can use our API you need be a customer at IPAY Solutions Europe B.V. Please contact our sales department to access our services.
Authorization: Bearer ********************
curl --location --request GET 'https://api.ipayon.delivery/Api/GetTransaction/' \ --header 'Authorization: Bearer <token>'
{ "traceId": "729bb1bf-882d-483b-89d3-5855dc5af3aa", "succeeded": true, "errors": [ { "code": "string", "description": "string", "data": null } ], "warnings": [ { "code": "string", "description": "string", "data": null } ], "message": null, "result": { "isTestMode": true, "transactionId": "string", "status": "string", "transactionPayoutProcessedDate": "2019-08-24T14:15:22Z", "merchantChannelId": 0, "paymentProviderId": 0, "carrierId": 0, "orderId": "string", "shopOrderId": "string", "orderCountry": "string", "description": "string", "currency": "string", "locale": "string", "amount": 0, "paymentMethod": "string", "isRefunded": true, "consumerName": "string", "consumerAccount": "string", "consumerBic": "string", "consumerCountry": "string", "consumerEmail": "string", "transactionVerificationNumber": 0 } }