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?
14 Replies
⏳ 잠시만 기다려주세요! 곧 답변드리겠습니다
오류 문의일 경우 아래 정보를 미리 전달해주시면, 빠른 답변에 도움이 됩니다.
- 주문번호(orderId) :
- 문의 내용 :
(img를 함께 첨부해주시면 도움이됩니다)
* 계약관련 내용은 1544-7772로 문의주세요.
* 주말/공휴일에는 답변이 늦을 수 있어요.
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
you can refer https://docs.tosspayments.com/guides/v2/billing
자동결제(빌링) 이해하기 | 토스페이먼츠 개발자센터
자동결제는 정기 배송, 음악 스트리밍과 같은 구독형 서비스에서 사용할 수 있어요. 자동결제(빌링)의 개념과 과정을 설명합니다.
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.
You shoud read this guide first.
this page explains what is customerkey and why you send it.
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?
yes, payment by billkey is for actual payment. so you can running a workflow and call it whenever you want
I'm sorry, what you said make me confused. As I know, Billing is specialized for recurring automatic payments (regular payment), not actual payment.
yes you are right.
❤️ 기술문의 경험이 어떠셨나요?!
간단히 코멘트 남겨주세요! 제품 발전에 큰 힘이 됩니다.
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.
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.
thank you