Imitate PayID Deposit

(Sandbox Only)

Create a new imitate deposit

POST /api/imitate-deposit

Headers

Name
Type
Description

X-ApiKey*

String

Merchant API key provide by DCX

X-ApiSecret*

String

Merchant API secret provide by DCX

Request Body

Name
Type
Description

pay_id*

String

Your PayId

Example: [email protected]

amount*

Integer

Amount in cent

Example: 1251

asset*

String

Asset deposited

Example: AUD

{
  "status": "ok",
  "message": "Imitate deposit success"
}

Last updated