UNPKG

paystack

Version:
23 lines (17 loc) 297 B
'use strict'; // Miscellanous functions have different endpoints module.exports = { /* List supported banks */ list_banks: { method: 'get', endpoint: '/bank', params: ['perPage', 'page'] }, resolve_bin: { method: 'get', endpoint: '/decision/bin/{id}', args: ['id'] } }