NOT_FOUND_PAYMENT
Hello, I've integrated international card payments into my webshop. Everything worked fine with the test keys, but when I started using the live keys, it detects the wrong MID and I received this error message: NOT_FOUND_PAYMENT.
8 Replies
⏳ 잠시만 기다려주세요! 곧 답변드리겠습니다
오류 문의일 경우 아래 정보를 미리 전달해주시면, 빠른 답변에 도움이 됩니다.
- 주문번호(orderId) :
- 문의 내용 :
(img를 함께 첨부해주시면 도움이됩니다)
* 계약관련 내용은 1544-7772로 문의주세요.
* 주말/공휴일에는 답변이 늦을 수 있어요.
orderId: order_40901
and the MID i want to work: shinkiusv2_1
and this is the MID that detects: shinkiukj4
you need to check the clientket and secretkey are mapped in same MID.
test key is for opening the payment window, but you sent the confirm API with live key
Im using the live client and secretkey from this MID: shinkiusv2_1
But when i call the confirm api and i check in the api log it detects MID: shinkiukj4
Im using live_sk_6bJXmgo** live key
and this client key: live_ck_AQ92ymxN34**
When a user want to pay it shows this:

Solved!
How did you solved?
I completely separated the keys in the code so that I really know which one is used to make the request, and I also increased the timeout at the checkout.