Item
Query parameters
paymentIdstringRequiredExample:
ID of Payment
0x2d9100c28be32e1a29e55b2ead66d472a6271627235778379657d08c9dc1d901
Responses
200Success
application/json
get
GET /v1/payment/item?paymentId=0x2d9100c28be32e1a29e55b2ead66d472a6271627235778379657d08c9dc1d901 HTTP/1.1
Host:
Accept: */*
200Success
{
"code": 0,
"data": {
"paymentId": "0x2d9100c28be32e1a29e55b2ead66d472a6271627235778379657d08c9dc1d901",
"purchaseId": "P00000000000203",
"amount": "100000000000000000000",
"currency": "krw",
"shopId": "0x00011936a68f7c26797fa2ab64d444ea82c2fb1af36cdea6d4ff845da635f287",
"account": "0x5A3Fc8990417b3e6ddCdAE0E8039E798A609Ef84",
"paidPoint": "100000000000000000000",
"paidValue": "100000000000000000000",
"feePoint": "5000000000000000000",
"feeValue": "5000000000000000000",
"totalPoint": "105000000000000000000",
"totalValue": "105000000000000000000",
"terminalId": "KIOSK0001",
"paymentStatus": 0
},
"error": {
"message": "Failed to check the validity of parameters"
}
}
Query parameters
paymentIdstringRequiredExample:
ID of Payment
0x2d9100c28be32e1a29e55b2ead66d472a6271627235778379657d08c9dc1d901
Responses
200Success
application/json
get
GET /v2/payment/item?paymentId=0x2d9100c28be32e1a29e55b2ead66d472a6271627235778379657d08c9dc1d901 HTTP/1.1
Host:
Accept: */*
200Success
{
"code": 0,
"data": {
"paymentId": "0x2d9100c28be32e1a29e55b2ead66d472a6271627235778379657d08c9dc1d901",
"purchaseId": "P00000000000203",
"amount": "100000000000000000000",
"currency": "krw",
"shopId": "0x00011936a68f7c26797fa2ab64d444ea82c2fb1af36cdea6d4ff845da635f287",
"account": "0x5A3Fc8990417b3e6ddCdAE0E8039E798A609Ef84",
"paidPoint": "100000000000000000000",
"paidValue": "100000000000000000000",
"feePoint": "5000000000000000000",
"feeValue": "5000000000000000000",
"totalPoint": "105000000000000000000",
"totalValue": "105000000000000000000",
"terminalId": "KIOSK0001",
"paymentStatus": 0
},
"error": {
"message": "Failed to check the validity of parameters"
}
}