Get a payment history
결제 내역 상세 조회 API : 사용자, 어드민
Get a payment history
GET/payment/{payment_id}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Path parameters
Name
Type
Description
`paymentId`
string
결제 번호
Response
{
"paymentId": 1,
"status": "COMPLELTE",
"method": "CARD",
"price": 120000,
"createdAt": "2024-09-25T12:45:00"
}{
"error": "Invalid request"
}{
"error": "Internal server error"
}Last updated