production
development
https://developer.api.bk.mufg.jp
Custom Gateway API Endpoint
パス
/
get /
ローン取引情報照会
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
X-BTMU-Seq-No
header で必須
string
{
"minLength": 25,
"maxLength": 25
}
Accept
header でオプション
string
200
default
要求の例
この操作を試してみる
無応答。これは、混合コンテンツの呼び出しです。HTTPS で保護されたポータル・サイトから HTTP の API をテストすることはできません。その逆も同様です。
無応答。これは cross-origin 呼び出しです。サーバーがこのポータルからの要求を受け入れることを確認してください。自己署名 SSL 証明書を使用している場合は、上記 URL をブラウザーに貼り付けて証明書を受け入れてから、再試行してください (Internet Explorer の場合、同じブラウザー・タブで行う必要があります。)。
定義
{
"type": "object",
"properties": {
"numberOfLoans": {
"description": "明細取得件数",
"type": "integer",
"format": "int32",
"example": 999,
"minimum": 0,
"maximum": 999
},
"operationDate": {
"description": "システム日付(年月日)",
"type": "string",
"example": "2016-07-15",
"minLength": 10,
"maxLength": 10
},
"operationTime": {
"description": "システム日付(時分秒)",
"type": "string",
"example": "01:23:04",
"minLength": 8,
"maxLength": 8
},
"errorFlag": {
"description": "エラーが発生し、ローン明細情報が欠落している状態を表す",
"type": "integer",
"format": "int32",
"example": 1,
"minimum": 0,
"maximum": 9
},
"loanDetails": {
"description": "ローン明細配列_LoanDetail",
"type": "array",
"items": {
"$ref": "#/definitions/LoanDetail"
},
"example": ""
}
},
"additionalProperties": false
}
{
"type": "object",
"properties": {
"repaymentBranchNo": {
"description": "返済口座店番",
"type": "string",
"example": "001",
"minLength": 3,
"maxLength": 3
},
"repaymentBranchName": {
"description": "返済用口座の店名",
"type": "string",
"example": "本店",
"minLength": 1,
"maxLength": 20
},
"repaymentAccountTypeCode": {
"description": "返済口座科目コード",
"type": "string",
"example": "00",
"minLength": 2,
"maxLength": 2
},
"repaymentAccountTypeName": {
"description": "返済口座科目名",
"type": "string",
"example": "普通",
"minLength": 2,
"maxLength": 2
},
"repaymentAccountNo": {
"description": "返済口座番号",
"type": "string",
"example": "1234567",
"minLength": 7,
"maxLength": 7
},
"repaymentAccountName": {
"description": "サービス指定口座の口座名義",
"type": "string",
"example": "エジソン商事",
"minLength": 1,
"maxLength": 50
},
"transactionNo": {
"description": "店番、取引先番号、取引番号を連結する項目",
"type": "string",
"example": "123-1234567-1234567",
"minLength": 19,
"maxLength": 19
},
"initialBorrowingDate": {
"description": "当初お借り入日",
"type": "string",
"example": "2016-07-15",
"minLength": 10,
"maxLength": 10
},
"initialBorrowingAmount": {
"description": "当初お借入金額",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"initAmtForMonthlyRepayment": {
"description": "当初お借入金額(内毎月分)",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"initAmtForBonusRepayment": {
"description": "当初お借入金額(内ボーナス分)",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"initAmtForFinalRepayment": {
"description": "当初お借入金額(最終分)",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"annualInterestRate": {
"description": "利率と上限利率",
"type": "string",
"example": "11.11111%(上限利率 22.22222%)",
"minLength": 6,
"maxLength": 25
},
"interestRateType": {
"description": "金利変動方式",
"type": "string",
"example": "変動金利(上限付)(適用期間10年)",
"minLength": 4,
"maxLength": 18
},
"expirationDate": {
"description": "適用期間満了日",
"type": "string",
"example": "2016-07-15",
"minLength": 10,
"maxLength": 10
},
"repaymentType": {
"description": "ご返済方法漢字名称",
"type": "string",
"example": "元利均等",
"minLength": 1,
"maxLength": 11
},
"borrowingBalance": {
"description": "現在残高",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"balForMonthlyRepayment": {
"description": "現在残高(内毎月分)",
"type": "string",
"example": "8000000000",
"minLength": 1,
"maxLength": 10
},
"balForBonusRepayment": {
"description": "現在残高(内ボーナス分)",
"type": "string",
"example": "8000000000",
"minLength": 1,
"maxLength": 10
},
"balForFinalRepayment": {
"description": "現在残高(最終分)",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"monthlyRepaymentDate": {
"description": "毎月ご返済日",
"type": "string",
"example": "10日",
"minLength": 2,
"maxLength": 3
},
"monthlyRepaymentAmount": {
"description": "毎月ご返済金額",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"bonusRepaymentMonth": {
"description": "ボーナス返済対象の月",
"type": "string",
"example": "11月、12月",
"minLength": 2,
"maxLength": 7
},
"bonusRepaymentAmount": {
"description": "ボーナス月ご返済金額",
"type": "integer",
"format": "int64",
"example": 8000000000,
"minimum": 0,
"maximum": 9999999999
},
"nextRepaymentDate": {
"description": "次回ご返済日",
"type": "string",
"example": "2016-07-15",
"minLength": 10,
"maxLength": 10
},
"nextRepaymentAmount": {
"description": "次回支払予定額(毎月分)と次回支払予定額(ボーナス分)の合算",
"type": "string",
"example": "80000000000",
"minLength": 1,
"maxLength": 11
},
"interestForNextRepaymentAmt": {
"description": "次回支払予定額(内利息)と次回支払予定額(内利息)(ボーナス分)の合算",
"type": "string",
"example": "80000000000",
"minLength": 1,
"maxLength": 11
},
"finalMonthlyRepaymentDate": {
"description": "最終ご返済日(毎月分)",
"type": "string",
"example": "2016-07-15",
"minLength": 10,
"maxLength": 10
},
"finalBonusRepaymentDate": {
"description": "最終ご返済日(ボーナス分)",
"type": "string",
"example": "2016-07-15",
"minLength": 10,
"maxLength": 10
}
},
"additionalProperties": false
}
{
"type": "object",
"properties": {
"status": {
"description": "ステータスコード",
"type": "integer",
"format": "int32",
"example": 400,
"minimum": 100,
"maximum": 999
},
"message": {
"description": "ステータスコードに紐づくメッセージ",
"type": "string"
},
"code": {
"description": "エラーコード",
"type": "string"
},
"developer_message": {
"description": "開発者向け詳細メッセージ",
"type": "string"
},
"httpCode": {
"description": "httpステータスコードと同値",
"type": "string"
},
"httpMessage": {
"description": "httpステータスコードの文字列",
"type": "string"
},
"moreInformation": {
"description": "開発者向けの詳細メッセージ",
"type": "string"
},
"error": {
"description": "エラーの種別を表す文字列",
"type": "string"
},
"error_description": {
"description": "開発者向けの詳細メッセージ",
"type": "string"
}
},
"additionalProperties": false
}