UNPKG

@banked/node

Version:

Node.js library for the Banked API

9 lines (6 loc) 192 B
import { getClient } from "../../util/client"; const read = paymentID => { const client = getClient(); return client.get(`/batch_payment_sessions/${paymentID}`); }; export default read;