Story 81.1. Submit seller’s info via XML DAC7

General info

Create an XML file with the seller’s data

User story

As a developer

I want to be able to send information about sellers to the tax portal for the previous year separated into quarters via API requests

So that helps to report about sellers to the tax office

Acceptance criteria

01

Given: documentation

When: generate XML DAC7

Then: ready XML file to send with the fields:

email
country_from
year
tin
vat
first_name
last_name
company_name
birthdate
individual
street
house
postcode
city
iban
bank
consideration
activities
fees
taxes
country_to
msg_type
msg_ref_id
msg_type_indic
period
timestamp
doc_type_indic
doc_ref_id

02

Given: ready XML file to send

When: convert this to a CSV file

Then: ready CSV file to check the info

Consideration Type – “payout”
Number of Activities Type – number of sold bags by seller
Fees Type – “margin” (margin = price on website (including 5% buyer fee) – payout)
Taxes Type – zero (taxes that Saclab pays instead of the seller)

https://docs.google.com/spreadsheets/d/12Y_ljQT9TUYJkDhc-sz8x5CofTjb16-XzRTfbPmdx9E/edit#gid=734166269

03

Given: documentation

When: send information to TEST tax portal environment

Then: received feedback with status uploading

04

Given: documentation

When: send information to LIVE tax portal environment

Then: received feedback with status uploading

Comments

Leave a Reply