Withdrawal API

We're defining the Ready API that initiates the withdrawal and the sequence that follows.

Currently disabled.

Start a withdrawal flow

POST /withdraw/ready

This API returns the withdraw URL for the Excoinz IG Solution Withdrawal Page.

Headers

NameValue

Content-Type

application/json

EXCOINZ_SECRET

Bearer <secret key>

Body

NameTypeDescription

client_id

string

The Merchant client ID.

partner_order_id

string

Merchant billing ID to prevent duplicate requests. Payment will not process payments for duplicate IDs.

partner_user_id

string

Merchant user identifier for statistics.

amount

string

Please enter the amount you want to charge

locale

string

Supports three types of values: "en", "cn", "ko"

Response

{
    redirect_url:'https://pay.excoinz.com/withdraw?locale=en&t=yourtoken'
}

Error Code

StatusError CodeMessageSolution

400

-101

Invalid Client ID

Double-check the client key value.

Last updated