neerosity
neerosity
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
No description
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
the checkout page shows everything in korean? can I change it to english ?
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/30/2023 in #🌎┃global-support
Testing credentials
sure, thanks for the help
11 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/30/2023 in #🌎┃global-support
Testing credentials
No description
11 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
what card details i can enter for test payment
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
not working, even if I turned off firewall
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
getting Failed to connect to api.tosspayments.com port 443 after 151011 ms: Couldn't connect to server
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
I can't use
curl --request POST \
--url https://api.tosspayments.com/v1/payments \
--header 'Authorization: Basic dGVzdF9za196WExrS0V5cE5BcdtbzUwblgzbG1lYXhZRzVSOg==' \
--header 'Content-Type: application/json' \
--data '{"method":"CARD","amount":15000,"orderId":"a4CWyWY5m89PNh7xJwhk1","orderName":"토스 티셔츠 외 2건","successUrl":"http://localhost:8080/success","failUrl":"http://localhost:8080/fail"}'
curl --request POST \
--url https://api.tosspayments.com/v1/payments \
--header 'Authorization: Basic dGVzdF9za196WExrS0V5cE5BcdtbzUwblgzbG1lYXhZRzVSOg==' \
--header 'Content-Type: application/json' \
--data '{"method":"CARD","amount":15000,"orderId":"a4CWyWY5m89PNh7xJwhk1","orderName":"토스 티셔츠 외 2건","successUrl":"http://localhost:8080/success","failUrl":"http://localhost:8080/fail"}'
something like this ?
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
sorry, I am not familiar with this. so, steps will be 1. creating checkout using html 2. user will proceed and do payment 3. on success url page I will get response along with paymentKey 4. then what is approve payment ?
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
yes, but it means, I am creating checkout link on frontend ?
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
okay, then ?
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
curl --request POST \
--url http://api.tosspayments.com/v1/payments \ --header 'Authorization: Basic dGVzdF9za19ZWjFhT3dYN0s4bUtXMEQ5TUVtVnlReHp2TlBHICsgOg==' \ --header 'Content-Type: application/json' \ --data '{"method":"카드","amount":15000,"orderId":"a4CWyWY5m89PNh7xJwhk1","orderName":"토스 티셔츠 외 2건","successUrl":"http://localhost:4242/success","failUrl":"http://localhost:4242/fail"}' I was tying this, but it throws timout error
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
yes, but how I can create such link
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
payment will be collected on dashboard of toss payments correct
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
business number ?
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
so, that I can control how much needs to pay based on product price in db.
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
yes
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
yes, something like I have a product , frontend will request for buying a product so backend will check that product in backend and create a payment link or checkout link that frontend can redirect and complete payment
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
yes
53 replies
TPToss payments 개발자 커뮤니티
Created by neerosity on 5/29/2023 in #🌎┃global-support
I need help with payment integration
so, I have backend in which I want to create a payment link that I can send back to frontend and when user pay using that it should use webhook to update based on event type. is it possible ?
53 replies