플러터에서 토스 페이먼츠 연동 문의 드립니다.

.
tosspayments_sdk_flutter.
.

1.

PaymentData.successUrl 한 url.
.

2.
''
.
success
.
가 success서 pop?

?

:

Get.to(() => TossPayments(
clientKey: '',
data: PaymentData(
successUrl: "https://epicone.page.link/n9hg",
paymentMethod: '',
amount: 10,
orderId: 'test_order_id',
orderName: "test",
),
success: (success) {
print(success);
if (success != null) {}
},
fail: (fail) {
print(fail);
},
));

:
Flutter SDK3.10.5
tosspayments_sdk_flutter: ^0.1.7
IOS 16.5.1
IPhone 11
Safari

Was this page helpful?