Skip to main content

Get all vendors

Use this endpoint to get all Payment Vendors

GET api.linkio.world/transactions/v1/payment_vendors

Request

const options = {
  method: 'GET',
  headers: {
    accept: 'application/json',
    'ngnc-sec-key': 'Bridge_Secret_Key',
    'content-type': 'application/json'
  },
};

fetch('https://api.linkio.world/transactions/v1/payment_vendors', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));

API Reference

You can view the API reference for working with Vendors
Business Offramp Get Payment Banks