kokoko.kojima
kokoko.kojima
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 10/3/2024 in #❓┃연동개발-문의
결제 위젯 연동 중 Forbidden Error
이메일로 보내드렸습니다
16 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 10/3/2024 in #❓┃연동개발-문의
결제 위젯 연동 중 Forbidden Error
넵. 감사합니다.
16 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 10/3/2024 in #❓┃연동개발-문의
결제 위젯 연동 중 Forbidden Error
혹시 TLD가 click라서 방화벽에 막힌거라고 볼 수 있을까요?
16 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 10/3/2024 in #❓┃연동개발-문의
결제 위젯 연동 중 Forbidden Error
넵. 알겠습니다. 감사합니다.
16 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 10/3/2024 in #❓┃연동개발-문의
결제 위젯 연동 중 Forbidden Error
No description
16 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 10/3/2024 in #❓┃연동개발-문의
결제 위젯 연동 중 Forbidden Error
No description
16 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 3/2/2023 in #❓┃연동개발-문의
Flutter Webview에서 Javascript SDK 연동할 수 있는 방법이 있나요?
넵. 감사합니다.
10 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 3/2/2023 in #❓┃연동개발-문의
Flutter Webview에서 Javascript SDK 연동할 수 있는 방법이 있나요?
successURL에 null 이 들어간 것을 확인했습니다. 감사합니다.
10 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 3/2/2023 in #❓┃연동개발-문의
Flutter Webview에서 Javascript SDK 연동할 수 있는 방법이 있나요?
// 커스텀 웹뷰
enum ActionType { auth, payment }

class TossPaymentsWebView extends StatefulWidget {
static final Color primaryColor = Color(0xff344e81);
static final String html = '''
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script type="text/javascript" src="https://js.tosspayments.com/v1/payment"></script>
</head>
<body></body>
</html>
''';

final ActionType type;
final Widget? initialChild;
final ValueSetter<WebViewController> executeJS;
final ValueSetter<Map<String, String>> useQueryData;
final Function isPaymentOver;
final Function customPGAction;
final Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers;

TossPaymentsWebView({
required this.type,
this.initialChild,
required this.executeJS,
required this.useQueryData,
required this.isPaymentOver,
required this.customPGAction,
this.gestureRecognizers,
});

@override
_TossPaymentsWebViewState createState() => _TossPaymentsWebViewState();
}
// 커스텀 웹뷰
enum ActionType { auth, payment }

class TossPaymentsWebView extends StatefulWidget {
static final Color primaryColor = Color(0xff344e81);
static final String html = '''
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script type="text/javascript" src="https://js.tosspayments.com/v1/payment"></script>
</head>
<body></body>
</html>
''';

final ActionType type;
final Widget? initialChild;
final ValueSetter<WebViewController> executeJS;
final ValueSetter<Map<String, String>> useQueryData;
final Function isPaymentOver;
final Function customPGAction;
final Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers;

TossPaymentsWebView({
required this.type,
this.initialChild,
required this.executeJS,
required this.useQueryData,
required this.isPaymentOver,
required this.customPGAction,
this.gestureRecognizers,
});

@override
_TossPaymentsWebViewState createState() => _TossPaymentsWebViewState();
}
10 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 12/29/2022 in #❓┃연동개발-문의
환불 계좌 검증에 대해....
넵. 일단 참고하겠습니다. 답변주셔서 감사합니다.
8 replies
TPToss payments 개발자 커뮤니티
Created by kokoko.kojima on 12/29/2022 in #❓┃연동개발-문의
환불 계좌 검증에 대해....
유플러스 연동방식이면 어떤 방식을 말씀하시는걸까요?
8 replies