Authorization: Bearer ********************curl --location --request GET 'https://openapi.bunjang.co.kr/api/v1/points/issuance/132' \
--header 'Authorization: Bearer <token>'{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "충전 결제 건 id",
"examples": [
"123"
]
},
"amount": {
"type": "integer",
"title": "금액",
"minimum": 0
},
"status": {
"type": "string",
"enum": [
"WAITED",
"READY",
"DONE",
"CANCELLED",
"FAIL"
],
"x-apidog-enum": [
{
"value": "WAITED",
"name": "채번준비",
"description": ""
},
{
"value": "READY",
"name": "입금대기",
"description": ""
},
{
"value": "DONE",
"name": "처리완료",
"description": ""
},
{
"value": "CANCELLED",
"name": "취소",
"description": ""
},
{
"value": "FAIL",
"name": "실패",
"description": ""
}
],
"title": "상태"
},
"createdAt": {
"type": "string",
"title": "생성일시",
"format": "date-time",
"examples": [
"2023-10-27T10:00:00"
]
},
"modifiedAt": {
"type": "string",
"title": "변경일시",
"format": "date-time",
"examples": [
"2023-10-27T10:00:05"
]
},
"preparedVbankInfo": {
"type": "object",
"properties": {
"vbankDueDate": {
"type": "string",
"format": "date-time",
"examples": [
"2023-10-28T23:59:59"
],
"title": "가상계좌 입금 기한"
},
"vbankAccountNumber": {
"type": "string",
"title": "가상계좌 계좌번호",
"examples": [
"451235741265"
]
},
"bankName": {
"type": "string",
"examples": [
"국민은행"
],
"title": "은행명"
},
"vbankHolderName": {
"type": "string",
"examples": [
"번개장터"
],
"title": "가상계좌 예금주"
}
},
"x-apidog-orders": [
"vbankDueDate",
"vbankAccountNumber",
"bankName",
"vbankHolderName"
],
"required": [
"vbankDueDate",
"vbankAccountNumber",
"bankName",
"vbankHolderName"
]
}
},
"x-apidog-orders": [
"id",
"amount",
"status",
"createdAt",
"modifiedAt",
"preparedVbankInfo"
],
"required": [
"id",
"amount",
"status",
"createdAt",
"modifiedAt",
"preparedVbankInfo"
],
"title": "PayInboundResponse"
}
},
"x-apidog-orders": [
"data"
],
"required": [
"data"
]
}