Swapspace
  • 📄APIS
    • 1️⃣Create deposit order
    • 2️⃣Deposit completed callback
    • 3️⃣Create withdraw order
  • 🖥️Merchant back office guidance
    • 📑KYB/ KYC
    • ®️Register
    • 📨Retrieve password
    • 📊Dashboard
      • 💹Deposit
      • 💲Withdraw
      • 💱Multi-Send
    • 🪙Deposit record
    • 🪙Withdrawal record
    • 💰Capital record
    • ⚙️Setting
      • 📧Change Email
      • 🔑Change Login password
      • 🧰Change Google key
      • ❤️Change White list
Powered by GitBook
On this page
  • Request url
  • Request type
  • Request
  • Response
  1. APIS

Deposit completed callback

PreviousCreate deposit orderNextCreate withdraw order

Last updated 9 months ago

Request url

Your config url in our system

Request type

POST

Request

param
type
necessary
max length
param description

sys_no

String

32

Merchant platform number

uid

String

64

Merchant platform user id

amount

String

11

order amount(Currency)

sign

String

32

The content is the value of biil_no and sign secret encrypted by MD5 algorithm.

currency

String

11

eg: you will be able to check the currency type

bill_no

String

64

Merchant order number

Response

success or false

📄
2️⃣