Cashramp
  • Introduction
    • Getting Started
    • Payment Rails
    • API Endpoints
    • Authentication
    • Webhooks
    • Integration Guide
    • SDKs
  • Hosted Ramp
    • Overview
    • Deposits
    • Withdrawals
    • Cancel Payment
  • Direct Ramp
    • Overview
    • Ramp Quotes
    • Deposits
    • Withdrawals
  • Onchain Ramp
    • Overview
    • On-Off Ramp
  • Cashramp API
    • Queries
    • Customers
    • Payment Methods
    • Withdraw Onchain
    • Virtual Bank Accounts
Powered by GitBook
On this page
  1. Introduction

API Endpoints

Base URLs

Environment
URL

Staging

https://staging.api.useaccrue.com/cashramp/api/graphql

Production

https://api.useaccrue.com/cashramp/api/graphql

Playground*

https://cloud.hasura.io/public/graphiql

* Playground is a hosted GraphiQL IDE. Use it to inspect the Cashramp schema, run sample queries and mutations, and view type docs.

To explore the API:

  1. Open the Playground link above.

  2. In the URL field, paste either the staging or production endpoint.

  3. Supply your authentication headers (see the Authentication section) and start querying.

PreviousPayment RailsNextAuthentication

Last updated 18 days ago