Rise.ai logo

Get your API Key

Using SDKRecommended for faster development with built-in authentication and type safetyWe provide official SDKs in several languages (TypeScript, Java, Python, .NET) to simplify integration with automatic authentication, type safety, and error handling.View our SDK documentation for installation instructions and quickstart guides.
Using REST APIFor direct API access, send requests with the following required headers:
Authorization: <API_KEY>Content-Type: application/jsonrise-account-id: <ACCOUNT_ID>
Example: Query wallets
curl -X POST \
  'https://platform.rise.ai/v1/rise/wallets/query' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: <API_KEY>' \
  -H 'rise-account-id: <ACCOUNT_ID>' \
  --data-binary '{}'
You're done. Build your flows using the relevant Rise service endpoints.
API Key Use Cases:
Merchant Integrations (Recommended)Perfect for direct store integrations where you need full access to your own merchant account.
Backend ServicesIdeal for server-side applications, webhook processors, and administrative tools.