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/GetTransactionStatus/' \ --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": { "status": "string", "transactionPayoutProcessedDate": "2019-08-24T14:15:22Z", "transactionVerificationNumber": 0 } }