Public API Doc
  • Introduction
  • Authentification
  • E-CUSTOMS SERVICES
    • Product Infos Generator (A.I)
      • Harmonized System Code
      • United Nations Code
      • Dimensions & Weight
      • Carbon footprint
      • Eco Codes and Taxes
      • World Product Pricing
    • HSCode services
      • Link (HSCode > HSCode)
      • Nomenclature
      • RTC / BTI
      • Check
      • A.I Customs Code Control
    • Documents import services
      • Landed Cost
      • Taxes Invoice
      • Export invoice
      • H7 Declaration (Akanea)
    • Duty & Taxes Calculator
      • Landed Cost Calculator
        • For E-Commerce
        • For Marketplace
        • For Shipping Comparator
        • For International Carrier
        • Using Product's HS Code
        • Using Product's SKU
        • Using Product's description
        • Using Product's barcode
      • Reverse Landed Cost Calculator
      • Locals taxes Calculator
        • Using Product's HSCode
        • Using Product's SKU
        • Using Product's description
        • Using Product's barcode
    • Rates Data Generator
      • Duties
      • Locals Taxes (VAT, GST, ...)
      • Specials Taxes (OM, OMR, ...)
      • SalesTaxes (USA)
    • Export Docs Generator
      • Exports invoice
      • Rectified Export invoice
      • Credit Note
      • Tax invoice
      • Exports Marketplace invoice
      • Postal customs declarations
      • Lithium Battery
      • Taxes refund or discount
      • Certificat of origin
      • EORI Subscription
    • Shipping Infos Generator
      • World Shipping Pricing
      • Carbon Footprint
  • E-COMMERCE MANAGEMENT
    • Customers (CRM)
    • Products (PIM)
    • Orders (OMS)
    • Tax Account
  • FREE API CONSUMPTION
    • Duty & Taxes Free Calculation
  • Questions & Answers
  • Go to the Web App
  • Go to the Website
Powered by GitBook
On this page
  • Infos to get the REP or REM document
  • JSON Request Format
  • JSON Response Format
  • View of Taxes refund or discount document (pdf)
  1. E-CUSTOMS SERVICES
  2. Export Docs Generator

Taxes refund or discount

Obsolete endpoint

Infos to get the REP or REM document

POST https://api.transiteo.io/v1/pdf/generate/refund/fr

This endpoint allows you to get the REP or REMP document

Headers

Name
Type
Description

Content_type*

string

application/json

Authorization*

string

"your id_token"

{
    "id": string,
    "signed_url": url,
    "lang": string,
    "expireTime": timestamp,
    "date": timestamp
}

JSON Request Format

{
    refund_tax: boolean,
    discount_tax: boolean,
    id_custom_documents: string,
    name_sender: string,
    job_sender: string,
    name_custom_office: string,
    company_name_sender: string,
    adress_sender: string,
    zipcode_sender: string,
    city_sender: string,
    country_sender: string,
    eori_id_sender: string,
    name_agent: string,
    company_name_agent: string,
    adress_agent: string,
    zipcode_agent: string,
    city_agent: string,
    country_agent: string,
    eori_id_agent: string,
    adress_custom_office: string,
    zipcode_custom_office: string,
    city_custom_office: string,
    release_true: boolean,
    release_false: boolean,
    attached_documents: string,
    request_fulfillment_true: boolean,
    request_fulfillment_false: boolean,
    product_hscode: string,
    product_quantity: string,
    product_price_total: string,
    product_value: string,
    amount_refund: string,
    duties_type: string,
    legal_basis_117_a: boolean,
    legal_basis_118_b: boolean,
    legal_basis_119_c: boolean,
    legal_basis_120_d: boolean,
    legal_basis_116_1_e: boolean,
    name_product_warehouse: string,
    adress_product_warehouse: string,
    zipcode_product_warehouse: string,
    city_product_warehouse: string,
    country_product_warehouse: string,
    refund_description: string,
    name_bank: string,
    adress_bank: string,
    zipcode_bank: string,
    city_bank: string,
    country_bank: string,
    country_custom_office: string,
    date: date,
    place: string,
    signature: url
    lang: string
}

JSON Response Format

{
    "id": string,
    "signed_url": url,
    "lang": string,
    "expireTime": timestamp,
    "date": timestamp
}

View of Taxes refund or discount document (pdf)

PreviousLithium BatteryNextCertificat of origin

Last updated 2 years ago