Developers
Automatise the processes of your management system through our API, using an SFTP communication protocol or with B2Bconnector for Windows.
require 'uri'
require 'net/http'
require 'openssl'
url = URI("https://app.b2brouter.net/invoices/1.json?key=xxxxxx")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Accept"] = 'application/json'
response = http.request(request)
puts response.read_body
Connected apps
Integrate your ERP with B2Brouter or payment platforms such as Stripe.
Ready to start?
Sign up or contact us