Emma
Emma5mo ago

Toss payment billing with Bubble.io

Hi everyone, I'm working on the Toss payment billing in Bubble.io, as a plugin. In the card registration process, I thought it is supposed to go to 1 of 2 pages: success or fail. But even when it's failed, it still go to the success page, is that the way this process work? or I did something wrong?
No description
No description
14 Replies
토스페이먼츠 BOT
⏳ 잠시만 기다려주세요! 곧 답변드리겠습니다
오류 문의일 경우 아래 정보를 미리 전달해주시면, 빠른 답변에 도움이 됩니다.
- 주문번호(orderId) : - 문의 내용 :
(img를 함께 첨부해주시면 도움이됩니다)
* 계약관련 내용은 1544-7772로 문의주세요. * 주말/공휴일에는 답변이 늦을 수 있어요.
Kimoon Lee
Kimoon Lee5mo ago
what was your costomerkey when you got this error? success page means issuing auth code was success. Then you request billlingkey using auth code. the error came from requesting billing key so payment window -> successURL-> request billlkey- > error
Kimoon Lee
Kimoon Lee5mo ago
자동결제(빌링) 이해하기 | 토스페이먼츠 개발자센터
자동결제는 정기 배송, 음악 스트리밍과 같은 구독형 서비스에서 사용할 수 있어요. 자동결제(빌링)의 개념과 과정을 설명합니다.
Emma
EmmaOP5mo ago
what is the customer key supported to be? I'm sorry, I'm still new to these things, I took the user unique id for the customer key.
Kimoon Lee
Kimoon Lee5mo ago
You shoud read this guide first. this page explains what is customerkey and why you send it.
Emma
EmmaOP5mo ago
I'm creating the subcription payment (automatically pay once every month), so what should I do now? Putting this workflow in the backend and make it run once every month?
No description
Kimoon Lee
Kimoon Lee5mo ago
yes, payment by billkey is for actual payment. so you can running a workflow and call it whenever you want
Emma
EmmaOP5mo ago
I'm sorry, what you said make me confused. As I know, Billing is specialized for recurring automatic payments (regular payment), not actual payment.
Kimoon Lee
Kimoon Lee5mo ago
yes you are right.
토스페이먼츠 BOT
❤️ 기술문의 경험이 어떠셨나요?!
간단히 코멘트 남겨주세요! 제품 발전에 큰 힘이 됩니다.
Emma
EmmaOP4mo ago
Hi, me again. Thank you for your support. I'm still struggling with the Toss billing. Could you tell me where I need to get the customerKey from? Because from what I read, the customer Key shouldn't be the user ID.
No description
Emma
EmmaOP4mo ago
No description
Kimoon Lee
Kimoon Lee4mo ago
customerkey is the value that was requesting from your side when you asked the billingkey. it is generate by your side not ours. but you should enter same value in billingwindow and calling api.
Emma
EmmaOP4mo ago
thank you