Getting Started
Set up API access and make your first MusePay integration decisions.
The MusePay API follows REST conventions. Endpoints use resource-oriented URLs, accept JSON request bodies, return JSON responses, and use standard HTTP methods and response codes.
Integration checklist
Review Supported Assets to confirm the currencies and networks required by your product.
Follow Authentication to generate your RSA key pair, upload the public key, and sign API requests.
Choose an API from the API Reference and review its request parameters and response objects.
Implement the relevant webhooks so your system can react to asynchronous order and card events.
Test the complete flow before enabling it for your customers.
Building a card program?
Use the Card API integration guide for the end-to-end workflow, then consult the Card API reference for endpoint details.
Last updated