You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per India's service tax regulations, an organization must file its service tax returns on or before the 5th of every month. Filing service tax returns requires the following process to be done:
Importing settlements (payments made by the payment gateway to the organization) from the organization's payment gateway(s).
Preparing a report consisting of detailed break-ups of each settlement i.e details of the orders, line items and transactions that constituted a particular settlement. The report also confirms if the settled amount tallies with the transactions recorded on Boxoffice.
Boxoffice only supports integrating with Razorpay at the moment, and Razorpay, does not have an API for settlements. So, the above process has been carried out so far, by downloading CSV reports from Razorpay's dashboard and running a script to prepare the report (as described in 2). This is cumbersome because, it requires the accountant to depend on the developer for these time-sensitive reports.
Boxoffice, should thus, provide a feature on the dashboard, which will allow the accountant to upload settlement reports (obtained from the payment gateway) and export the processed report.
The report should consist of two main documents. The first document should provide the list of orders that make up each settlement and it should consist of the following fields:
entity_id: The unique id of the payment, refund, adjustment or settlement as per the payment gateway.
settlement_id: The unique id of the settlement, as per the payment gateway.
order_id: The unique id of the order on boxoffice.
buyer_fullname: Full name of the buyer.
credit: The amount that the organization received from the payment gateway, after service charges and taxes being deducted.
debit: The amount the
fee: Service charges + taxes
receivable_amount: transaction_amount - fee
transaction_amount: The amount as per the transaction in boxoffice.
settlement_date: Date on which the payment gateway made the settlement.
transaction_date: Date on which the transaction happened.
The second document should detail the line items that make up each order, and should consist of the following fields:
line_item_id
item_title: Title of the item purchased
item_collection_title: Title of the item collection
final_amount: Amount charged for the line_item.
order_id: The id of the order to which the line item belongs.
tag: eg: the name of the event.
The text was updated successfully, but these errors were encountered:
As per India's service tax regulations, an organization must file its service tax returns on or before the 5th of every month. Filing service tax returns requires the following process to be done:
Boxoffice only supports integrating with Razorpay at the moment, and Razorpay, does not have an API for settlements. So, the above process has been carried out so far, by downloading CSV reports from Razorpay's dashboard and running a script to prepare the report (as described in 2). This is cumbersome because, it requires the accountant to depend on the developer for these time-sensitive reports.
Boxoffice, should thus, provide a feature on the dashboard, which will allow the accountant to upload settlement reports (obtained from the payment gateway) and export the processed report.
The report should consist of two main documents. The first document should provide the list of orders that make up each settlement and it should consist of the following fields:
The second document should detail the line items that make up each order, and should consist of the following fields:
The text was updated successfully, but these errors were encountered: