환불 API
환불 API
환불을 원할경우 이 API를 이용하여 결과를 보내주셔야 됩니다.
GET
/v1/customer-transactions/refundments
[request]
요청타입ParameterDescriptionRequired
BodyorderNo파트너 거래 No0
BodyrefundedAt파트너측 환불 시간0
BodytransactedAt환불 요청 시간0
[Request example]
GET
`https://oapi.ogq.me/v1/customer-transactions/refundments`
{
	"orderNo": "string",
	"refundedAt": "2020-12-21T08:19:27.923Z",
	"transactedAt": 0
}