안녕하세요. 연동중 문의드립니다.

/v1/payments/confirm서 Bad Request.
서 API ..
?

@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class PaymentConfirmationRequestV2 {
private String paymentKey;
private String orderId;
private int amount;
}
Was this page helpful?