ChargeBack Transaction APIs
POSTChargeBack User Transaction
- Description
- Helps the admin to charge back the user transactions.
- Request Endpoint
- POST https://<Example api server address>/user/chargeback/transaction
- Parameters
- None.
- cURL syntax
curl --include \ --request POST \ --header "Content-Type: application/json" \ --data-binary "{ \"userTransactionId\" : \"b1906295-1b93-41f3-84b7-a32fad448c18\", \"amount\" : 10, \"reasonForChargeBack\" : \"Request from bank to charge back the user transaction\", \"paymentComment\" : \"check number\", \"currencyCode\" : \"GBP\" }" \ 'https://core.dev.Example.net/api/user/chargeback/transaction'- POST body attributes (JSON)
Attribute Type Use Description userTransactionIdString Required UUID of a user transaction. amountNumber Required The amount is double. reasonForChargeBackString Required Comments for charging back the transaction. paymentCommentString Required Payment comments by the admin. currencyCodeString Required The currency code. - POST body
Headers: Content-Type: application/json{ "userTransactionId": "b1906295-1b93-41f3-84b7-a32fad448c18", "amount": 10, "reasonForChargeBack": "Request from bank to charge back the user transaction", "paymentComment": "check number", "currencyCode": "GBP" }- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200{ "data": true, "detail": null, "error": false, "message": "Charge Backing user transaction successful." }
POSTFetch User Transaction ChargeBack History
- Description
- Helps the admin to get the user transaction chargeback history.
- Request Endpoint
- POST https://<Example api server address>/user/chargeback/transaction/history
- Parameters
- None.
- cURL syntax
curl --include \ --request POST \ --header "Content-Type: application/json" \ --data-binary "{ \"userId\" : \"dc26a81a-c3c3-41eb-951c-e1a27fa4ba92\", \"userTransactionId\" : \"3e6048b0-297a-4754-a7fb-d3a179fd82fd\" }" \ 'https://core.dev.Example.net/api/user/chargeback/transaction/history'- POST body attributes (JSON)
Attribute Type Use Description userTransactionIdString Required UUID of a user transaction. userIdString Required UDID of an user. - POST body
Headers: Content-Type: application/json{ "userId": "dc26a81a-c3c3-41eb-951c-e1a27fa4ba92", "userTransactionId": "3e6048b0-297a-4754-a7fb-d3a179fd82fd" }- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200{ "id": "901a369d-78b1-4211-87cf-149c0f38a9e7", "additionalIdentifier": null, "amount": 10, "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": 1470379294329, "orderNumber": "a7da2be6-294c-438b-9b4c-14f361b26f50", "paymentType": null, "providerPaymentId": null, "providerTransactionId": null, "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "c51aae4f-35a9-4ce1-93d5-113d6183ea3f", "pspCode": null, "pspTID": null, "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "CHARGEBACK", "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": "CHARGEBACK", "parentTransactionId": "3e6048b0-297a-4754-a7fb-d3a179fd82fd", "reasonForRefund": null, "refundedAmount": null, "reasonForChargeBack": "Request from bank to charge back the user transaction", "paymentComment": "check number", "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching chargeBack transaction history successful" }
GETFetch ChargeBack History By UserId
- Description
- Helps the admin to get the existing user ChargeBack history by passing a userId.
- Request Endpoint
- GET https://<Example api server address>/user/{userid}/chargeback/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/chargeback/user/history'- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200{ "id": "901a369d-78b1-4211-87cf-149c0f38a9e7", "additionalIdentifier": null, "amount": 10, "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": 1470379294329, "orderNumber": "a7da2be6-294c-438b-9b4c-14f361b26f50", "paymentType": null, "providerPaymentId": null, "providerTransactionId": null, "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "c51aae4f-35a9-4ce1-93d5-113d6183ea3f", "pspCode": null, "pspTID": null, "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "CHARGEBACK", "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": "CHARGEBACK", "parentTransactionId": "3e6048b0-297a-4754-a7fb-d3a179fd82fd", "reasonForRefund": null, "refundedAmount": null, "reasonForChargeBack": "Request from bank to charge back the user transaction", "paymentComment": "check number", "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching chargeBack transaction history successful" }
GETFetch ChargeBack History By User TransactionId
- Description
- Helps the admin to get the existing user ChargeBack history by passing the userTransactionId.
- Request Endpoint
- GET https://<Example api server address>/user/{transactionid}/chargeback/transaction/history
- Parameters
Parameter Type Use Description transactionId String Required The user's transactionId. - cURL syntax
curl --include \ 'https://core.dev.Example.net/api/user/transactionid/chargeback/transaction/history'- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200{ "id": "901a369d-78b1-4211-87cf-149c0f38a9e7", "additionalIdentifier": null, "amount": 10, "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": 1470379294329, "orderNumber": "a7da2be6-294c-438b-9b4c-14f361b26f50", "paymentType": null, "providerPaymentId": null, "providerTransactionId": null, "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "c51aae4f-35a9-4ce1-93d5-113d6183ea3f", "pspCode": null, "pspTID": null, "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "CHARGEBACK", "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": "CHARGEBACK", "parentTransactionId": "3e6048b0-297a-4754-a7fb-d3a179fd82fd", "reasonForRefund": null, "refundedAmount": null, "reasonForChargeBack": "Request from bank to charge back the user transaction", "paymentComment": "check number", "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching chargeBack transaction history successful" }
GETFetch User ChargeBack History
- Description
- Helps the admin to fetch all user ChargeBack history.
- Request Endpoint
- GET https://<Example api server address>/user/chargeback/history
- Parameters
- None.
- cURL syntax
curl --include \ 'https://core.dev.Example.net/api/user/chargeback/history'- Response body
Headers: Content-Type: application/json | HTTPS Status Code: 200{ "id": "901a369d-78b1-4211-87cf-149c0f38a9e7", "additionalIdentifier": null, "amount": 10, "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": 1470379294329, "orderNumber": "a7da2be6-294c-438b-9b4c-14f361b26f50", "paymentType": null, "providerPaymentId": null, "providerTransactionId": null, "remarks": null, "transactionType": null, "past": false, "extCasinoPaymentGatewayID": null, "deviceUdid": null, "promoCodes": null, "extCasinoUserID": null, "extCasinoTransID": null, "providerOrderId": "c51aae4f-35a9-4ce1-93d5-113d6183ea3f", "pspCode": null, "pspTID": null, "appliedIncentives": null, "applicationVersion": "v0.3", "transactionResult": "CHARGEBACK", "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": "CHARGEBACK", "parentTransactionId": "3e6048b0-297a-4754-a7fb-d3a179fd82fd", "reasonForRefund": null, "refundedAmount": null, "reasonForChargeBack": "Request from bank to charge back the user transaction", "paymentComment": "check number", "payoutAmount": null, "reasonForPayout": null, "transactionOrderId": null, "manualRefund": false } ], "detail": null, "error": false, "message": "Fetching chargeBack transaction history successful" }