결제창 연동 문의

COMMON_ERROR.

header:
Request URL: https://apigw-sandbox.tosspayments.com/payment-gateway-window/open/api/v3/sessions/px?Authorization=Basic%20dGVzdF9ja19ENUdlUFd2eUpuckswVzBrNnE4Z0x6Tjk3RW9xOg%3D%3D
Request Method: POST
Status Code: 500 Internal Server Error

payment.requestPayment(payload)자 payload :
{
  "method": "CARD",
  "amount": {
    "currency": "USD",
    "value": 26790
  },
  "orderId": "BT202502200909002188",
  "orderName": "square label cottosssssssssn hoodie - grey 他 1 件",
  "successUrl": "http://localhost:8003/payments/pay/toss/JP/confirm/BT202502200909002188?pg_id=13&pm_id=1",
  "failUrl": "http://localhost:8003/payments/pay/toss/JP/confirm/BT202502200909002188?pg_id=13&pm_id=1",
  "customerName": "あやのくろち やのぅろ",
  "customerEmail": "yrh@sellmddate.co.kr",
  "customerMobilePhone": "01023434567",
  "card": {
    "useEscrow": false,
    "flowMode": "DEFAULT",
    "useCardPoint": false,
    "useAppCardOnly": false,
    "useInternationalCardOnly": true
  }
}


response:
{
    "result": "ERROR",
    "data": null,
    "error": {
        "code": "COMMON_ERROR",
        "message": "처리 중 오류가 발생했습니다",
        "data": {
            "failUrl": "http://localhost:8003/payments/pay/toss/JP/confirm/BT202502200909002188?pg_id=13&pm_id=1&code=COMMON_ERROR&message=%EC%B2%98%EB%A6%AC%20%EC%A4%91%20%EC%98%A4%EB%A5%98%EA%B0%80%20%EB%B0%9C%EC%83%9D%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4&orderId=BT202502200909002188"
        }
    }
}
image.png
Was this page helpful?