Helcim is a payments company that lets businesses accept credit cards with ease. Discover better payments for your business in Canada & the US.
Go to siteYou can use the Helcim API to:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
helcim: {
type: "app",
app: "helcim",
}
},
async run({steps, $}) {
return await axios($, {
method: "post",
url: `https://secure.myhelcim.com/api/account-info`,
headers: {
"account-id": `${this.helcim.$auth.account_id}`,
"api-token": `${this.helcim.$auth.api_token}`,
},
})
},
})
Helcim uses API keys for authentication. When you connect your Helcim account, Pipedream securely stores the keys so you can easily authenticate to Helcim APIs in both code and no-code steps.
To retrieve your Account ID and API token,
for Account ID:
for API token: