Petfen
  1. S-Invoice
Petfen
  • Petfen-Account
    • APIs
      • Shipping Address
        • Get List Shipping Address
        • Get Detail Shipping Address
        • Get Default Address
        • Create Shipping Address
        • Update Shipping Address
        • Delete Shipping Addres
      • Seller
        • Verify Phone Number
        • Confirm Phone Number
        • Create Shop
        • Login
        • Renew Access Token Copy
        • Change Password Copy
        • Forgot Password Copy
        • Confirm Forgot Password Copy
        • Logout Copy
      • User Bag
        • Add Item To Bag
        • List Item In Bag
        • Use Item
        • Undo Item To Bag
      • User
        • Register
        • Confirm Register with OTP
        • Login
        • Renew Access Token
        • Change Password
        • Forgot Password
        • Verify OTP Forgot Password
        • Resend OTP Forgot Password
        • Confirm Forgot Password
        • Logout
        • Get Account Info
        • List Accounts
        • Update Account
      • Shop
        • Get shop info
        • Follow Shop
        • UnFollow Shop
    • CMS
  • Petfen-Product
    • CMS
      • Internal CMS
        • Product
      • Product
      • Category
      • FlashSale
        • Get List Flash Sale
        • Create Flash Sale
        • Update Flash Sale
        • Get Detail Flash Sale
    • Client
      • Flash Sale
        • Get List Flash Sale
        • Get List Flash Sale Active
        • Get Detail Flash Sale
      • Category
        • Get List Category
        • Get Detail Category
      • Add Wishlist
      • Remove Wishlist
      • Get List Product
      • Get Detail Product
      • Get Detail Product By Id
      • Add Review
      • Get List Review
      • Get Shipping Methods List
      • Get Review Distribution
      • Get Filter Data
    • Seller
      • Product
  • Petfen-Order
    • Order - Create
      POST
    • Order - Cancel
      POST
    • Order - Update
      PUT
    • Order - List
      GET
    • Order - Detail
      GET
    • Cart - Sync
      POST
    • Cart - List
      GET
    • Order - Detail With Payment Id
      GET
    • Order statistic
      GET
  • Petfen-Payment
    • Request Payment
      POST
    • Confirm Payment
      POST
  • Petfen-voucher
    • Cms
      • Customer Group
        • Create Customer Group
        • Update Customer Group
        • Get Customer Group
        • Detail Customer Group
        • Delete Customer Group
      • Voucher
        • Create Voucher
        • Get Detail Voucher
        • Get List Voucher
    • Client
      • Get Voucher info
      • Get List Voucher
      • Get voucher code available
      • Calculate Discount
      • Check Voucher Valid
  • Petfen-Shipping
    • GHN
      • Delivery
        • Get Province
        • Get Station
        • Get Print Order Token
        • Print Order
        • Get District
        • Get Ward
        • Picking Shifts
        • Delivery Service
        • Calculate Delivery Fee
        • Calculate Expected Delivery Time
        • Create Order
        • Update Order
        • Cancel Order
        • Return Order
        • Get Order Info
        • Update COD
      • Support Ticket
        • Create Support Ticket
        • Get List Ticket
        • Get Ticket Detail
    • Service
      • Delivery
        • Get Province
        • Get District
        • Get Ward
        • Get Picking Shift
        • Get Order Info
        • Delivery Method
        • Calculate Delivery Fee
        • Calculate Expected Delivery Time
        • Create Order
        • Update Order
        • Cancel Order
        • Print Order
        • Return Order
        • Delivery Again
        • Update COD
      • Support Ticket
        • Create
        • Feedback
        • Get List
        • Get Detail
      • IPN Transaction
    • Ahamove
      • Order APIs
        • Estimate order fee with services
        • Estimate order fee with services
        • Estimate order fee with group services
        • Estimate order fee with group services
        • Create order by service ID
        • Create order by service ID
        • Create order by group service ID
        • Create order by group service ID
        • Cancel order by order_id
        • Cancel order by order_id
        • Cancel order by tracking_number
        • Cancel order by tracking_number
        • Get order detail
        • Get order detail
        • Get multiple order detail
        • Get multiple order detail
        • Get order list by tracking number
        • Get order list by tracking number
        • Get order tracking link
        • Get order tracking link
        • Get order callback logs
        • Get order callback logs
        • Update order Information
        • Update order Information
        • Rate a supplier
        • Rate a supplier
      • Master Data
        • Get cities
        • Get cities
        • Get list of services
        • Get list of services
        • Get service details
        • Get service details
      • Account APIs
        • Register account
        • Register account
        • Authenticate token
        • Authenticate token
        • Add child account
        • Add child account
        • Activate child account
        • Activate child account
        • Remove child account
        • Remove child account
        • Get child accounts list
        • Get child accounts list
        • Update user profile
        • Update user profile
    • Get list providers
    • Get list Provinces
    • Get list communes
    • Get list methods
  • Testing
  • Petfen-Invoice
    • S-Invoice
      • Login
        POST
      • SInvoice - Create invoice
        POST
      • SInvoice - Kê khai thuế
        POST
      • SInvoice - Lấy file hóa đơn chuyển đổi (pdf)
        POST
    • Partner
      • Auth Login
      • Create Invoice
      • Create Draft Invoice
      • Download Invoice File
      • Get Invoices
      • Cancel Invoice
      • Tax Declaration
      • Invoice Stat
      • Reconciliation
    • Service
      • Create Invoice
      • Update Invoice
      • Download Invoice
      • Cancel Invoice
      • Update Tax Declaration
      • Get Invoices
      • Get Invoice Stat
      • Reconciliation
  • Interal
    • Internal - Get access token
  1. S-Invoice

SInvoice - Lấy file hóa đơn chuyển đổi (pdf)

Developing
POST
https://api-vinvoice.viettel.vn/InvoiceAPI/InvoiceWS/createExchangeInvoiceFile

Request

Header Params

Body Params application/x-www-form-urlencoded

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-vinvoice.viettel.vn/InvoiceAPI/InvoiceWS/createExchangeInvoiceFile' \
--header 'Cookie: access_token:' \
--header 'Content-Type: application/x-www-form-urlencoded'

Responses

🟢200OK
application/json
Body

Example
{
    "errorCode": null,
    "description": null,
    "result": {
        "supplierTaxCode": "0100109106-507",
        "invoiceNo": "TA-25E0000002",
        "transactionID": "174176400961312691",
        "reservationCode": "SWBD8210D6NKTJ8",
        "codeOfTax": null
    }
}
Modified at 2025-08-08 07:18:28
Previous
SInvoice - Kê khai thuế
Next
Auth Login
Built with