日本円の出金
出金依頼を出す
POST
https://api.liquid.com/withdrawals
currency
, amount
, bank_account_id
は withdrawal に格納します。
日本円の出金を行う際に利用します。
Request Body
Name
Type
Description
auth_code
integer
2段階認証のコードを入力します。
currency
string
出金したい通貨を選択します。
日本のお客様は JPY
のみとなります。
amount
integer
出金したい数量を指定します。
bank_account_id
integer
出金する銀行口座のid
を入力します。
Request body の例
Auth codeについて
出金情報の取得
GET
https://api.liquid.com/withdrawals
出金状況の確認が出来ます。
Query Parameters
Name
Type
Description
currency
string
取得したい通貨を選択します。
日本のお客様は JPY
のみとなります。
state
string
現在の出金出金情報を確認するには下記のいずれかの state
を指定します。
pending
, processed
, cancelled
, reverted
, declined
Statusについて
出金依頼のキャンセル
PUT
https://api.liquid.com/withdrawals/{id}/cancel
申請した日本円の出金依頼をキャンセル出来ます。
すでにステータスが processed
の場合はキャンセル出来ません。
Path Parameters
Name
Type
Description
id
integer
出金依頼の id
を入力します。
最終更新