환불 API
Refund API
When you request a refund, you must send the result using this API.
POST
/v1/customer-transactions/refundments
[request]
요청타입ParameterDescriptionRequired
BodyorderNoNumber of the partner transaction0
BodyrefundedAtpartner refund time0
BodytransactedAttime of the refund request0
[Request example]
POST
`https://oapi.ogq.me/v1/customer-transactions/refundments`
{
	"orderNo": "string",
	"refundedAt": "2020-12-21T08:19:27.923Z",
	"transactedAt": 0
}