Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.7 KB

README-en.md

File metadata and controls

59 lines (36 loc) · 1.7 KB

Facturama Javascript SDK

[NOTA] Este documento esta disponible en Español.

Library to consume the Web API and Multiissuer API of Facturama.

Check the Facturama guide here.

Create user account

Create a user account in Sandbox environment.

For WEB API, use the RFC "EKU9003173C9" to make tests, more information here.

Digital stamp certificates (CSDs), more information here.

Dependencies

Web API

Make CFDIs by using one issuer.

All operations will be reflected on Facturama's web app.

API operations

  • Create, get, cancel CFDIs; download XMLs and PDFs and send them by email;
  • Check profile and current subscription;
  • Logo and digital certificates uploading;
  • CRUDs for Product, Customer, Branch office and series.

Some examples: here

Mult-issuer API

Make CFDIs by using multiple issuers.

These operations will NOT be reflected on Facturama's web app.

Mult-issuer API operations

  • Create, get, cancel CFDIs; download XMLs and PDFs;
  • CRUD for digital sign certificates ("CSD", "Certificados de los Sellos Digitales").

Some examples: here

I want to contribute!

That is great! Just fork the project in GitHub, create a topic branch, write some code, and add some tests for your new code.

Thanks for helping!