SMSOnline API Doc
  1. Cryptocurrency via Cryptomus
SMSOnline API Doc
  • Preparation
  • FAQ
  • V3
    • Customer API
      • Payments
        • Cryptocurrency via Cryptomus
          • Create new payment
            PUT
          • Get direct wallet
            PUT
          • Get transaction status
            GET
        • Credit Card via Pay4bit
          • Create new payment
      • Favourites
        • Get favourite services
        • Toggle favourite status
      • Get Account Balance
        GET
      • Get invoices
        GET
      • Get Coupons
        GET
    • Phones API
      • Lookup API
        • Get service list by country and carrier
        • Get service detail by country and carrier
      • Inventory API
        • Get inventory
      • Order API
        • Order a number
        • Get order data
        • Change order status
      • Get Popular list
      • Get all available countries/carriers
    • Statistics API
      • Get statistics
  1. Cryptocurrency via Cryptomus

Create new payment

Developing
PUT
https://api-x.smsonline.cloud/v3/customers/{userId}/cryptomus/invoice/{amount}
Create invoices for payment using cryptocurrencies.

Request

Path Params

Body Params application/json

Example
{
    "apiKey": "string",
    "couponCode": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://api-x.smsonline.cloud/v3/customers/{{userid}}/cryptomus/invoice/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "apiKey": "string",
    "couponCode": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "ok": true,
    "body": "https://pay.cryptomus.com/pay/991d9a35-e6db-43b7-8922-0000000000"
}
Modified at 2025-05-17 05:12:03
Previous
FAQ
Next
Get direct wallet
Built with