Refund Transaction APIs
POSTRefund User Transaction
- Description
- Refunds the user transaction amount.
- Request Endpoint
- POST https://<Example api server address>/user/refund/transaction
- Parameters
- None.
- cURL syntax
curl --include \ --request POST \ --header "Content-Type: application/json" \ --data-binary "{ \"userTransactionId\" : \"b1906295-1b93-41f3-84b7-a32fad448c18\", \"amount\" : 10, \"reason\" : \"I have not done any transaction. May be some one used my card to do so\", \"notes\" : \"check number\", \"currencyCode\" : \"23wer5\" }" \ 'https://core.dev.Example.net/api/user/refund/transaction'
- POST body attributes (JSON)
Attribute Type Use Description userTransactionId
String Required UUID of a user transaction. amount
Number Required The amount is double. reason
String Required Comments for refunding the transaction amount. notes
String Optional Payment comments by admin. currencyCode
String Optional The currency code. - POST body
Headers: Content-Type: application/json
{ "userTransactionId": "b1906295-1b93-41f3-84b7-a32fad448c18", "amount": 10, "reason": "I have not done any transaction. May be some one used my card to do so", "notes": "check number", "currencyCode": "23wer5" }
- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200
{ "data": true, "detail": null, "error": false, "message": "Refunding user transaction amount successful." }
POSTFetch User Transaction Refund History
- Description
- Gets the user transaction refund history.
- Request Endpoint
- POST https://<Example api server address>/user/refund/transaction/history
- Parameters
- None.
- cURL syntax
curl --include \ --request POST \ --header "Content-Type: application/json" \ --data-binary "{ \"userId\" : \"82c8a4e4-f373-451c-8509-8e9687313a3c\", \"userTransactionId\" : \"701790fb-991a-438f-b60d-5bb2bb52f30c\" }" \ 'https://core.dev.Example.net/api/user/refund/transaction/history'
- POST body attributes (JSON)
Attribute Type Use Description userTransactionId
String Required UUID of a user transaction. userId
String Required UUID of a user. - POST body
Headers: Content-Type: application/json
{ "userId": "82c8a4e4-f373-451c-8509-8e9687313a3c", "userTransactionId": "701790fb-991a-438f-b60d-5bb2bb52f30c" }
- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200
{ "data": [ { "id": "5e28bdf6-1d38-45fd-b81f-a567ce10080f", "additionalIdentifier": null, "amount": 1, "application": { "id": "d6f1a957-218e-410e-9cf3-7e62c45eee13", "name": "Application11", "appPackage": "appPac", "banner": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/banner", "bundleIdentifier": "asap", "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "casinoId": null, "categories": [ { "id": "6df1a667-9b07-4f0c-821d-697732d6ee0d", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.category1.com", "name": "category1", "description": null, "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.categoryVideo.com", "iconUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.icon.com", "colorCode": "#222fff", "heroImageReference": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.image.com", "priority": 18, "deletedBy": null, "deletedOn": null } ], "categoryIds": null, "description": "description about application 1", "downloads": 4646, "featured": null, "versionHistories": [ { "build": 18, "version": "v0.3", "versionDate": 1469439294718, "releaseDate": null, "downloadLink": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "image": null, "sliderImages": null, "banner": null, "video": null, "versionStatus": null } ], "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "keywords": [ "key1", "key2", "key3" ], "latestBuild": 18, "latestVersion": "v0.3", "order": 345, "paragraph1": "1 paragraph", "paragraph2": "2st paragraph", "paragraph3": "3st paragraph", "paragraph4": "4th para", "presetPriceList": null, "price": 3436, "publisherId": null, "publisher": null, "ranking": 23, "sliderImages": [ { "id": "59e1799f-c671-462e-a67b-780d4ca1f0d1", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_1.jpg", "order": 1 }, { "id": "44308337-3899-45cc-9c3f-48dc19abdadf", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_2.jpg", "order": 0 }, { "id": "928734fe-0684-4872-a5db-ca3182f9f1bc", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_3.jpg", "order": 3 } ], "subtitle": "subtitle", "updated": null, "video": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "status": "SUBMITTED", "downloadLink": null, "compatibility": "kitkat", "sizeOnDisk": "12MB", "permissionDetails": "You should have kitkat version to run this app", "locationSupported": [ "India", "UK" ], "languageSupported": [ "English", "French" ], "additionalDetails": "This application is very popular", "tags": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "silent": { "min": 1, "max": 1 }, "normal": { "min": 1, "max": 1 }, "mandatory": { "min": 1, "max": 1 }, "downgrade": { "min": null, "max": null }, "incentives": null, "deletedBy": null, "deletedOn": null }, "currencyCode": "GBP", "orderDate": 1470305061814, "orderNumber": "b6b5e571-1685-4c0e-bda9-a13ff0f6b701", "paymentType": null, "providerPaymentId": null, "providerTransactionId": "201608040094124", "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "3a627247-cd91-415d-a813-47050d67f06d", "pspCode": "SCTD", "pspTID": "2-9-1836998", "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "REFUNDED", "amlData": null, "threeDSData": null, "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "transactionCategory": "REFUND", "parentTransactionId": "701790fb-991a-438f-b60d-5bb2bb52f30c", "reasonForRefund": "game winner", "refundedAmount": null, "reasonForChargeBack": null, "paymentComment": null, "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching refund transaction history successful" }
GETFetch Refund History By UserId
- Description
- Gets the existing user refund history by passing the userId.
- Request Endpoint
- GET https://<Example api server address>/user/{userid}/refund/user/history
- Parameters
Parameter Type Use Description userId String Required The user's UDID. - cURL syntax
curl --include \ 'https://core.dev.Example.net/api/user/userid/refund/user/history'
- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200
{ "data": [ { "id": "5e28bdf6-1d38-45fd-b81f-a567ce10080f", "additionalIdentifier": null, "amount": 1, "application": { "id": "d6f1a957-218e-410e-9cf3-7e62c45eee13", "name": "Application11", "appPackage": "appPac", "banner": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/banner", "bundleIdentifier": "asap", "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "casinoId": null, "categories": [ { "id": "6df1a667-9b07-4f0c-821d-697732d6ee0d", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.category1.com", "name": "category1", "description": null, "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.categoryVideo.com", "iconUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.icon.com", "colorCode": "#222fff", "heroImageReference": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.image.com", "priority": 18, "deletedBy": null, "deletedOn": null } ], "categoryIds": null, "description": "description about application 1", "downloads": 4646, "featured": null, "versionHistories": [ { "build": 18, "version": "v0.3", "versionDate": 1469439294718, "releaseDate": null, "downloadLink": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "image": null, "sliderImages": null, "banner": null, "video": null, "versionStatus": null } ], "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "keywords": [ "key1", "key2", "key3" ], "latestBuild": 18, "latestVersion": "v0.3", "order": 345, "paragraph1": "1 paragraph", "paragraph2": "2st paragraph", "paragraph3": "3st paragraph", "paragraph4": "4th para", "presetPriceList": null, "price": 3436, "publisherId": null, "publisher": null, "ranking": 23, "sliderImages": [ { "id": "59e1799f-c671-462e-a67b-780d4ca1f0d1", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_1.jpg", "order": 1 }, { "id": "44308337-3899-45cc-9c3f-48dc19abdadf", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_2.jpg", "order": 0 }, { "id": "928734fe-0684-4872-a5db-ca3182f9f1bc", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_3.jpg", "order": 3 } ], "subtitle": "subtitle", "updated": null, "video": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "status": "SUBMITTED", "downloadLink": null, "compatibility": "kitkat", "sizeOnDisk": "12MB", "permissionDetails": "You should have kitkat version to run this app", "locationSupported": [ "India", "UK" ], "languageSupported": [ "English", "French" ], "additionalDetails": "This application is very popular", "tags": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "silent": { "min": 1, "max": 1 }, "normal": { "min": 1, "max": 1 }, "mandatory": { "min": 1, "max": 1 }, "downgrade": { "min": null, "max": null }, "incentives": null, "deletedBy": null, "deletedOn": null }, "currencyCode": "GBP", "orderDate": 1470305061814, "orderNumber": "b6b5e571-1685-4c0e-bda9-a13ff0f6b701", "paymentType": null, "providerPaymentId": null, "providerTransactionId": "201608040094124", "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "3a627247-cd91-415d-a813-47050d67f06d", "pspCode": "SCTD", "pspTID": "2-9-1836998", "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "REFUNDED", "amlData": null, "threeDSData": null, "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "transactionCategory": "REFUND", "parentTransactionId": "701790fb-991a-438f-b60d-5bb2bb52f30c", "reasonForRefund": "game winner", "refundedAmount": null, "reasonForChargeBack": null, "paymentComment": null, "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching refund transaction history successful" }
GETFetch Refund History By User TransactionId
- Description
- Gets the existing user refund history by passing the userTransactionId.
- Request Endpoint
- GET https://<Example api server address>/user/{transactionid}/refund/transaction/history
- Parameters
Parameter Type Use Description transactionId String Required The user's transaction id. - cURL syntax
curl --include \ 'https://core.dev.Example.net/api/user/transactionid/refund/transaction/history'
- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200
{ "data": [ { "id": "5e28bdf6-1d38-45fd-b81f-a567ce10080f", "additionalIdentifier": null, "amount": 1, "application": { "id": "d6f1a957-218e-410e-9cf3-7e62c45eee13", "name": "Application11", "appPackage": "appPac", "banner": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/banner", "bundleIdentifier": "asap", "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "casinoId": null, "categories": [ { "id": "6df1a667-9b07-4f0c-821d-697732d6ee0d", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.category1.com", "name": "category1", "description": null, "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.categoryVideo.com", "iconUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.icon.com", "colorCode": "#222fff", "heroImageReference": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.image.com", "priority": 18, "deletedBy": null, "deletedOn": null } ], "categoryIds": null, "description": "description about application 1", "downloads": 4646, "featured": null, "versionHistories": [ { "build": 18, "version": "v0.3", "versionDate": 1469439294718, "releaseDate": null, "downloadLink": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "image": null, "sliderImages": null, "banner": null, "video": null, "versionStatus": null } ], "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "keywords": [ "key1", "key2", "key3" ], "latestBuild": 18, "latestVersion": "v0.3", "order": 345, "paragraph1": "1 paragraph", "paragraph2": "2st paragraph", "paragraph3": "3st paragraph", "paragraph4": "4th para", "presetPriceList": null, "price": 3436, "publisherId": null, "publisher": null, "ranking": 23, "sliderImages": [ { "id": "59e1799f-c671-462e-a67b-780d4ca1f0d1", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_1.jpg", "order": 1 }, { "id": "44308337-3899-45cc-9c3f-48dc19abdadf", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_2.jpg", "order": 0 }, { "id": "928734fe-0684-4872-a5db-ca3182f9f1bc", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_3.jpg", "order": 3 } ], "subtitle": "subtitle", "updated": null, "video": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "status": "SUBMITTED", "downloadLink": null, "compatibility": "kitkat", "sizeOnDisk": "12MB", "permissionDetails": "You should have kitkat version to run this app", "locationSupported": [ "India", "UK" ], "languageSupported": [ "English", "French" ], "additionalDetails": "This application is very popular", "tags": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "silent": { "min": 1, "max": 1 }, "normal": { "min": 1, "max": 1 }, "mandatory": { "min": 1, "max": 1 }, "downgrade": { "min": null, "max": null }, "incentives": null, "deletedBy": null, "deletedOn": null }, "currencyCode": "GBP", "orderDate": 1470305061814, "orderNumber": "b6b5e571-1685-4c0e-bda9-a13ff0f6b701", "paymentType": null, "providerPaymentId": null, "providerTransactionId": "201608040094124", "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "3a627247-cd91-415d-a813-47050d67f06d", "pspCode": "SCTD", "pspTID": "2-9-1836998", "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "REFUNDED", "amlData": null, "threeDSData": null, "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "transactionCategory": "REFUND", "parentTransactionId": "701790fb-991a-438f-b60d-5bb2bb52f30c", "reasonForRefund": "game winner", "refundedAmount": null, "reasonForChargeBack": null, "paymentComment": null, "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching refund transaction history successful" }
GETFetch User Refund History
- Description
- Fetches all user refund history.
- Request Endpoint
- GET https://<Example api server address>/user/refund/history
- Parameters
- None.
- cURL syntax
curl --include \ 'https://core.dev.Example.net/api/user/refund/history'
- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200
{ "data": [ { "id": "5e28bdf6-1d38-45fd-b81f-a567ce10080f", "additionalIdentifier": null, "amount": 1, "application": { "id": "d6f1a957-218e-410e-9cf3-7e62c45eee13", "name": "Application11", "appPackage": "appPac", "banner": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/banner", "bundleIdentifier": "asap", "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "casinoId": null, "categories": [ { "id": "6df1a667-9b07-4f0c-821d-697732d6ee0d", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.category1.com", "name": "category1", "description": null, "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.categoryVideo.com", "iconUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.icon.com", "colorCode": "#222fff", "heroImageReference": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/http://www.image.com", "priority": 18, "deletedBy": null, "deletedOn": null } ], "categoryIds": null, "description": "description about application 1", "downloads": 4646, "featured": null, "versionHistories": [ { "build": 18, "version": "v0.3", "versionDate": 1469439294718, "releaseDate": null, "downloadLink": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "image": null, "sliderImages": null, "banner": null, "video": null, "versionStatus": null } ], "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "keywords": [ "key1", "key2", "key3" ], "latestBuild": 18, "latestVersion": "v0.3", "order": 345, "paragraph1": "1 paragraph", "paragraph2": "2st paragraph", "paragraph3": "3st paragraph", "paragraph4": "4th para", "presetPriceList": null, "price": 3436, "publisherId": null, "publisher": null, "ranking": 23, "sliderImages": [ { "id": "59e1799f-c671-462e-a67b-780d4ca1f0d1", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_1.jpg", "order": 1 }, { "id": "44308337-3899-45cc-9c3f-48dc19abdadf", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_2.jpg", "order": 0 }, { "id": "928734fe-0684-4872-a5db-ca3182f9f1bc", "image": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/slider_3.jpg", "order": 3 } ], "subtitle": "subtitle", "updated": null, "video": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "status": "SUBMITTED", "downloadLink": null, "compatibility": "kitkat", "sizeOnDisk": "12MB", "permissionDetails": "You should have kitkat version to run this app", "locationSupported": [ "India", "UK" ], "languageSupported": [ "English", "French" ], "additionalDetails": "This application is very popular", "tags": null, "rating": { "count": 0, "overall": 0, "gamePlay": 0, "design": 0, "ease": 0 }, "silent": { "min": 1, "max": 1 }, "normal": { "min": 1, "max": 1 }, "mandatory": { "min": 1, "max": 1 }, "downgrade": { "min": null, "max": null }, "incentives": null, "deletedBy": null, "deletedOn": null }, "currencyCode": "GBP", "orderDate": 1470305061814, "orderNumber": "b6b5e571-1685-4c0e-bda9-a13ff0f6b701", "paymentType": null, "providerPaymentId": null, "providerTransactionId": "201608040094124", "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "3a627247-cd91-415d-a813-47050d67f06d", "pspCode": "SCTD", "pspTID": "2-9-1836998", "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "REFUNDED", "amlData": null, "threeDSData": null, "casino": { "id": "c58b99a7-2300-4df2-963e-bc4514f6ca4d", "name": "UserApps", "videoUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.youtube.com", "imageUrl": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/www.google.com", "description": "This casino has lot of game apps", "website": "www.casino.com", "icon": "https://s3-us-west-2.amazonaws.com/btc.inf.apdx.assets/icon123", "banner": "banner234", "deletedBy": null, "deletedOn": null, "operatorStatus": null, "email": null, "userRole": null, "firstName": null, "lastName": null, "address": null }, "transactionCategory": "REFUND", "parentTransactionId": "701790fb-991a-438f-b60d-5bb2bb52f30c", "reasonForRefund": "game winner", "refundedAmount": null, "reasonForChargeBack": null, "paymentComment": null, "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching refund transaction history successful" }