日本円の出金

post
https://api.liquid.com
/withdrawals
出金依頼を出す

Request body の例

出金依頼の申請
body = {
"auth_code": 123456
"withdrawal": {
"currency": "JPY",
"amount": 1500,
"bank_account_id": 100
}
}

Auth codeについて

auth code

auth_codeは基本的には不要なパラメータです。 しかしAPIトークンに対して、IPホワイトリストが設定されていない場合は必須のパラメータとなります。
get
https://api.liquid.com
/withdrawals
出金情報の取得

Statusについて

Status

pending : 保留中。キャンセル可能です。
processed: 振込手続き完了。キャンセルは不可能です。
cancelled: お客様によってキャンセル済み
reverted: 弊社から返金されました
declined: 弊社によって棄却されました
put
https://api.liquid.com
/withdrawals/{id}/cancel
出金依頼のキャンセル