충전 상세 조회

단일 충전 요청의 상세 정보와 매칭된 거래 내역을 조회합니다.

GEThttps://bank.dmolto.com/history/{id}

충전 요청 ID로 상세 정보를 조회합니다. 승인된 요청은 매칭된 은행 거래 정보를 포함합니다.

경로 파라미터

필드타입필수제한예시
id

조회할 충전 요청의 ID입니다.

string필수"chg_example123"
curl -X GET "https://bank.dmolto.com/history/chg_example123" \
  -H "Authorization: $BANK_API_KEY" \
  --max-time 10

응답

200충전 상세

{
  "id": "chg_example123",
  "api_key_id": "key_bank_123",
  "amount": 10000,
  "depositor": "홍길동",
  "platform": "my-service",
  "ref": "order_1234",
  "status": "approved",
  "requested_at": "2026-08-15T03:00:00Z",
  "processed_at": "2026-08-15T03:01:12Z",
  "expires_at": "2026-08-15T03:03:00Z"
}

주요 오류

상태error
404charge_not_found
429rate_limit_exceeded