Integration Guide
Last updated
Last updated
Cashramp's API is built on GraphQL, providing a flexible and powerful way to integrate African currency payments with stablecoin settlements. This guide walks you through the key concepts and common integration patterns.
All API requests require authentication using Bearer tokens:
For detailed authentication setup, see .
Cashramp offers three integration patterns:
Drop-in checkout UI
Redirect to hosted page
Server-side collections
Pure API integration
Wallet/DApp integration
URL with parameters
All payment flows follow this general lifecycle:
created
Initial request
-
picked_up
Agent assigned
Yes
completed
Funds settled
Yes
canceled
Request canceled
Yes
Cashramp sends webhooks for important state changes:
For more details, see .