BILLING_FAIL_PARENT_LOCATION_HREF 관련 에러

.
amplify .

시 failUrl.
(verify, confirm )

log 드PAY_PROCESS_ABORTED, 지 BILLING_FAIL_PARENT_LOCATION_HREF.
(https://docs.tosspayments.com/sdk/error-codes 는 BILLING_FAIL_PARENT_LOCATIONHREF)

제 sdk 젯 v1,
amplify .
(304 -> ,
iframe한 CSP ->
)
customHeaders:
  - pattern: /**
    headers:
      - key: Content-Security-Policy
        value: "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'
          https://*.tosspayments.com https://js.tosspayments.com; style-src
          'self' 'unsafe-inline' https://*.tosspayments.com; img-src 'self'
          data: https:; font-src 'self' data: https:; connect-src 'self'
          https://*.tosspayments.com; frame-src 'self'
          https://*.tosspayments.com"
  - pattern: /purchase/**
    headers:
      - key: Cache-Control
        value: no-store, no-cache, must-revalidate
  - pattern: /api/payment/**
    headers:
      - key: Cache-Control
        value: no-store, no-cache, must-revalidate


vercel ,
시 amplify 은 cloudfront?

.
2025-10-10_4.07.54.png
image.png
, , 창 SDK.
SDK 에러 코드(Version 1) | 토스페이먼츠 개발자센터
Was this page helpful?