Wallet
In this section, you can view your wallet balance, access your transaction and invoice history, and submit withdrawal requests.
The landing view provides a snapshot of your current balance in USD, followed by filters for refining transactions data by time, country, app, and transaction type, and below, you’ll find a summary of totals and a detailed transaction list, which can be exported as a CSV file for easy record-keeping or accessed via our API.
Funds Withdrawal
You can withdraw funds at any time. To do so just press the button Withdraw Funds, which will bring you to the withdraw form.
In the withdrawal form, you can choose between two methods: Bank Transfer and PayPal.
For Bank Transfer, you have the option to transfer funds via IBAN or account number. The destination account must be in USD or EUR. A transaction fee of 0.2% applies, with a minimum fee of 17 USD and a maximum of 90 USD. Processing time is typically 10 business days, and a minimum wallet balance of 500 USD is required.
For PayPal, withdrawals are processed within 10 business days, with no transaction fees. A minimum wallet balance of 100 USD is required to use this option.
CSV Export
As mentioned before, besides seeing all the transactions in the Console, you can export this information in CSV format by clicking on the Export CSV button. When exporting the CSV, the following data is retrieved:
- date: when the transaction was made;
- type: the type of transaction made (which can be an in-app purchase, subscription,...);
- currency: the currency in which the transaction was made;
- fullAmount: amount paid by the end user (in the currency in which the transaction was made);
- fullAmountUsd: amount paid by the end user (in USD);
- taxesPolicy: the option used for the app's tax management;
- taxesPercentage: tax rate applied;
- taxesCountry: country of the tax rate applied;
- taxesAmount: calculated amount of taxes for that specific transaction;
- taxesAmountUsd: calculated amount of taxes for that specific transaction in USD;
- developerRevenueShareUsd: the amount the developer has to receive after applying the revenue share;
- partnerRevenueShareUsd: the partner's revenue share;
- catappultRevenueShareUsd: our revenue share;
- amount: amount received by you after applying the revenue share (in the currency in which the transaction was made);
- amountUsd: amount received by you after applying the revenue share (in USD);
- feeUsd: any fees applied (which should always 0);
- status: the status of the transaction (which can be completed, pending,...);
- transferId: the transaction ID;
- transferUid: the transaction UID;
- packageName: package name of the app of the transaction;
- packageTitle package title of the app of the transaction;
- country: the country where the transaction was made (it appears as a 2-digit country code);
- reference: the orderId in One-Step Payment or the transaction reference when a withdrawal request is made;
- comment: should be an empty field.
Example:
date,type,currency,fullAmount,fullAmountUsd,taxesPolicy,taxesPercentage,taxesCountry,taxesAmount,taxesAmountUsd,developerRevenueShareUsd,partnerRevenueShareUsd,catappultRevenueShareUsd,amount,amountUsd,feeUsd,status,transferId,transferUid,packageName,packageTitle,country,reference,comment
"2023-04-18 11:09:51.938000+0100","IAP","EUR","1,37","1,50","Automatic","23","PT","0,26","0,28","0,92","","0,31","0,84","0,92","0,00","Completed","0x28aa2d5eb248cd170b2d679b970333d12a64dcb6004db294e1a6c954f6baa60f","RMNXORORIQSZJDYX","com.appcoins.trivialdrivesample.test","Appcoins Trivial Drive demo sample","PT","",""
"2023-04-18 10:02:01.052000+0100","IAP","EUR","1,37","1,50","Automatic","21","NL","0,24","0,26","0,93","","0,31","0,85","0,93","0,00","Completed","0x7dc270f80d6f4b178e9cd3c7e346faac7e2321f18c5f0ba097f9847184222def","NBVYM7VBF2GIUKVB","com.appcoins.trivialdrivesample.test","Appcoins Trivial Drive demo sample","NL","",""
"2023-04-17 19:03:09.603000+0100","Subscription","USD","0,99","0,99","Automatic","23","PT","0,19","0,19","0,60","","0,20","0,60","0,60","0,00","Completed","0xb1e8869d84b0297021060303c31449990db39fae6dea7a613d6d59f0d45e1256","34BLIHNIDQ3G7JD3","com.appcoins.trivialdrivesample.test","Appcoins Trivial Drive demo sample","PT","",""
"2023-04-13 12:20:13.937000+0100","IAP","APPC","100,09","1,00","Automatic","23","PT","18,72","0,19","0,61","","0,20","60,80","0,61","0,00","Completed","0x319b1cf72e1205a5e74c0569b14620871ffb60d7bd354ed634e2664a2f3fb624","Q7T26TLVWJMAKHRM","com.appcoins.trivialdrivesample.test","Appcoins Trivial Drive demo sample","PT","orderId=1681388400315",""
Updated 9 days ago