Integration Guide
Authentication
import axios from "axios";
const cashramp = axios.create({
baseURL: "https://api.useaccrue.com/cashramp/api/graphql",
headers: { Authorization: `Bearer ${process.env.CSHRMP_SECRET_KEY}` },
});Core Concepts
1. Integration Options
Type
Use Case
Implementation
2. Payment Lifecycle
Status
Description
Webhook Event
3. Webhooks
Last updated