ExPayjp v0.3.0 ExPayjp.Charge
Link to this section Summary
Functions
認証状態処理待の支払情報を支払確定させる captured: false が対象
顧客情報による支払作成
- capture: 支払処理を確定させるかどうか true -> 支払確定処理 false -> 与信枠確保 → 支払処理の2段階
カードトークンによる支払作成
- capture: 支払処理を確定させるかどうか true -> 支払確定処理 false -> 与信枠確保 → 支払処理の2段階
全額返金/与信解放する refunded: false が対象 captured: true -> 全額返金 captured: false -> 与信解放
Link to this section Functions
Link to this function
capture(charge_id)
認証状態処理待の支払情報を支払確定させる captured: false が対象
Link to this function
charge_customer(uid, amount, capture, currency \\ "jpy")
顧客情報による支払作成
- capture: 支払処理を確定させるかどうか true -> 支払確定処理 false -> 与信枠確保 → 支払処理の2段階
Link to this function
charge_token(card_token, amount, capture, currency \\ "jpy")
カードトークンによる支払作成
- capture: 支払処理を確定させるかどうか true -> 支払確定処理 false -> 与信枠確保 → 支払処理の2段階
Link to this function
get(charge_id)
Link to this function
refund(charge_id)
全額返金/与信解放する refunded: false が対象 captured: true -> 全額返金 captured: false -> 与信解放