Accept Blockchain Payment
with Minimal Effort

Get Started

Cryptocurrency Payment Gateway providing unified API for multiple chains

Secure, Reliable and Easy to Integrate

Reduced Cost and Manpower

Best Security in the Market

We don't hold your private key nor your assets. Cryptocurrency goes directly from your user's wallet to your wallet. We only manage public addresses that users sent the payments to. Ensuring the customer having the best checkout experience is our primary goal.

Seamless Integration with Your Store

No more headaches dealing with blockchain concepts like Block, Confirmation, Gas etc. We provide easy to use API and SDKs for popular programming languages. You can integrate Payscrypt into your store like Paypal or Stripe.

Fully Customizable User Interface

Our default payment widget could help you get started within one day. Furthermore, by fully integrating our APIs, you can have a payment solution with no web redirects, which simplifies the entire process.

Create a one-off Invoice anonymously

No registration is required, you only need to provide your payment address, we will generate a corresponding one-time payment page for you.

How it Works

It's better to focus on business logic instead of technical details

See it in Action

Choose our ready-to-use widget or build your own

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$ curl https://payscrypt.com/apis/pg/create_order
  --header "Content-Type: application/json"
  --header "apikey: YOUR_TOKEN"
  --request POST
  --data '{
    "merchant_order_id":"first_order",
    "coin_name":"ETH",
    "target_value":"233333",
    "callback_url":"",
    "pg_wallet_id":18
    }'

Output:
{
  "order": {
    "id": "13",
    "target_value": "233333",
    "target_confirmations": "6",
    "variants": [
    "0x41e0d4fdd4840985132256cf54efd45b9a1729fa"
    ],
    ...
  }
}

All major cryptocurrencies are supported

Let us deal with the difference between all public chains so you don't have to