Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.linkio.world/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint to get all Banks.

GET api.linkio.world/transactions/v1/payment_banks
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_banks', 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 Payment banks
Get Payment vendors Get Payment Wallets