[API Checkout] Does dueDate parameter apply to all payment methods?
Hello,
I’m currently using the TossPayments API. I’m using the API Checkout Link method for integration (not the SDK).
Question:
When creating a payment, I send the dueDate parameter. I’d like to know whether this dueDate affects all payment methods (CARD, TRANSFER, VIRTUAL_ACCOUNT, MOBILE_PHONE), or if dueDate only applies to Virtual Accounts (가상계좌), while other methods such as CARD, TRANSFER, and MOBILE_PHONE still follow the default 10-minute session timeout?
APIs I’m using:
- POST /v1/payments (create payment)
- then redirecting the user to checkout.url from the response
Thank you.
-----------
[API 결제창] dueDate 파라미터가 모든 결제수단에 적용되나요?
안녕하세요, 토스페이먼츠 API를 연동 중인 개발자입니다.
현재 API 결제창 (Checkout Link) 방식으로 연동하고 있습니다. (SDK 사용 X)
질문:
결제 생성 시
모든 결제수단(CARD, TRANSFER, VIRTUAL_ACCOUNT, MOBILE_PHONE)에
결제 만료 시간이 적용되나요?
아니면
다른 결제수단(CARD, TRANSFER, MOBILE_PHONE)은
기본 세션 타임아웃(10분)만 적용되나요?
사용 중인 API:
- POST /v1/payments (결제 생성)
- 응답의 checkout.url로 결제창 이동
감사합니다.
I’m currently using the TossPayments API. I’m using the API Checkout Link method for integration (not the SDK).
Question:
When creating a payment, I send the dueDate parameter. I’d like to know whether this dueDate affects all payment methods (CARD, TRANSFER, VIRTUAL_ACCOUNT, MOBILE_PHONE), or if dueDate only applies to Virtual Accounts (가상계좌), while other methods such as CARD, TRANSFER, and MOBILE_PHONE still follow the default 10-minute session timeout?
APIs I’m using:
- POST /v1/payments (create payment)
- then redirecting the user to checkout.url from the response
Thank you.
-----------
[API 결제창] dueDate 파라미터가 모든 결제수단에 적용되나요?
안녕하세요, 토스페이먼츠 API를 연동 중인 개발자입니다.
현재 API 결제창 (Checkout Link) 방식으로 연동하고 있습니다. (SDK 사용 X)
질문:
결제 생성 시
dueDate 파라미터를 설정하면, 모든 결제수단(CARD, TRANSFER, VIRTUAL_ACCOUNT, MOBILE_PHONE)에
결제 만료 시간이 적용되나요?
아니면
dueDate는 가상계좌(VIRTUAL_ACCOUNT)에만 적용되고,다른 결제수단(CARD, TRANSFER, MOBILE_PHONE)은
기본 세션 타임아웃(10분)만 적용되나요?
사용 중인 API:
- POST /v1/payments (결제 생성)
- 응답의 checkout.url로 결제창 이동
감사합니다.
