Payment is not going through despite success URL
Hi,
I'm integrating the Toss payment gateway, and while the system sends a success URL after the user inputs their payment information, the funds aren't being deducted from their bank accounts on the user's side. Since we're receiving a success URL, we're able to obtain users' phone numbers, address information, and other details, but the payment isn't being processed, so no money is being deducted from their accounts.
Please help. The payment gateway was working before.
8 Replies
⏳ 잠시만 기다려주세요! 곧 답변드리겠습니다
오류 문의일 경우 아래 정보를 미리 전달해주시면, 빠른 답변에 도움이 됩니다.
- 주문번호(orderId) :
- 문의 내용 :
(img를 함께 첨부해주시면 도움이됩니다)
* 계약관련 내용은 1544-7772로 문의주세요.
* 주말/공휴일에는 답변이 늦을 수 있어요.
after recieving successURL, you should call the approval API
/v1/payments/confirm
❤️ 기술문의 경험이 어떠셨나요?!
간단히 코멘트 남겨주세요! 제품 발전에 큰 힘이 됩니다.
is the authorization token unique for each merchant?
i don't know what to put for the basic auth token
when i try to call the success endpoint i get a 500 internal server error from toss which is not good
Yes, authorization is unique for each merchant.
please read below doc.
https://docs.tosspayments.com/reference/using-api/authorization#%EC%9D%B8%EC%A6%9D-%ED%97%A4%EB%8D%94
인증 및 기타 헤더 설정 | 토스페이먼츠 개발자센터
토스페이먼츠 API를 사용하기 위해 필요한 인증과 헤더 설정 방법입니다.
Here is the international guide. It's better to understand our service. https://docs.tosspayments.com/en/index#international-merchants-guide
International Merchants Guide | 토스페이먼츠 개발자센터
Understand the features and flow of Korean card payments and integrate Toss Payments.
thanks!