Integrate with B2Brouter

Connect your management or ERP system with B2Brouter by signing up to the Enterprise Plan.

Become Enterprise

Developers

Automatise the processes of your management system through our API, using an SFTP communication protocol or with B2Bconnector for Windows.

Find out more
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.

Find out more
Ready to start?
Sign up or contact us