Skip to main content

Get started in three steps

Start accepting Bitcoin, Ethereum, Litecoin, and Solana payments with Transaction API.

Step 1: Create your account

Visit our dashboard and create your account. You’ll need to provide:
  • Email address
  • Password
  • Complete email verification
We use Turnstile for bot protection during registration.
Once registered, navigate to the API Keys section in your dashboard to get:
  • Public Key (pk_*) - For creating payments
  • Secret Key (sk_*) - For merchant operations
Keep your secret key secure and never expose it in client-side code.

Step 2: Create your first payment

Use our /payment/create endpoint to generate a payment request:
After creating a payment, select the cryptocurrency:

Step 3: Handle webhooks

Configure your webhook URL in the merchant dashboard to receive real-time payment notifications:
Always verify webhook signatures to ensure the requests are from Transaction API.

Next steps

Now that you have the basics working, explore these advanced features:

Authentication

Learn about JWT tokens and API key authentication.

Webhooks

Set up real-time payment notifications.

Product Management

Create products and prices for your store.

Customer Management

Store customer information and payment history.
Need help? Check our API reference or contact support.