국내카드 및 계좌이체 연동시 에러를 관하여
안녕하세요.
체크아웃 url을 클릭하면 ui가 표시되지 않고 failUrl로 이동합니다.
PAY_PROCESS_ABORTED 라는 코드랑 같이요.
어떻게 해결할수 있을지 알려 주시면 감사하겠습니다.
요청Perameater
{
"method":"간편결제",
"amount":100000,
"orderId":"orderIDnu",
"orderName":"토스 티셔츠 외 2건",
"successUrl":"https://www.google.com/",
"flowMode": "DIRECT",
"easyPay" : "SAMSUNGPAY",
"failUrl":"https://www.google.com/"
}
response
{
"mId": "tskytkomge6",
"lastTransactionKey": null,
"paymentKey": "jPR7DvYpNk6bJXmgo28eDKW1Jv6j1yrLAnGKWx4qMl91aEwB",
"orderId": "orderIDnu",
"orderName": "토스 티셔츠 외 2건",
"taxExemptionAmount": 0,
"status": "READY",
"requestedAt": "2023-11-10T18:46:07+09:00",
"approvedAt": null,
"useEscrow": null,
"cultureExpense": false,
"card": null,
"virtualAccount": null,
"transfer": null,
"mobilePhone": null,
"giftCertificate": null,
"cashReceipt": null,
"cashReceipts": null,
"discount": null,
"cancels": null,
"secret": null,
"type": "NORMAL",
"easyPay": null,
"country": "KR",
"failure": null,
"isPartialCancelable": true,
"receipt": null,
"checkout": {
"url": "https://api.tosspayments.com/v1/payments/jPR7DvYpNk6bJXmgo28eDKW1Jv6j1yrLAnGKWx4qMl91aEwB/checkout"
},
"currency": "KRW",
"totalAmount": 100000,
"balanceAmount": 100000,
"suppliedAmount": 90909,
"vat": 9091,
"taxFreeAmount": 0,
"method": null,
"version": "2022-11-16"
}
체크아웃 url을 클릭하면 ui가 표시되지 않고 failUrl로 이동합니다.
PAY_PROCESS_ABORTED 라는 코드랑 같이요.
어떻게 해결할수 있을지 알려 주시면 감사하겠습니다.
요청Perameater
{
"method":"간편결제",
"amount":100000,
"orderId":"orderIDnu",
"orderName":"토스 티셔츠 외 2건",
"successUrl":"https://www.google.com/",
"flowMode": "DIRECT",
"easyPay" : "SAMSUNGPAY",
"failUrl":"https://www.google.com/"
}
response
{
"mId": "tskytkomge6",
"lastTransactionKey": null,
"paymentKey": "jPR7DvYpNk6bJXmgo28eDKW1Jv6j1yrLAnGKWx4qMl91aEwB",
"orderId": "orderIDnu",
"orderName": "토스 티셔츠 외 2건",
"taxExemptionAmount": 0,
"status": "READY",
"requestedAt": "2023-11-10T18:46:07+09:00",
"approvedAt": null,
"useEscrow": null,
"cultureExpense": false,
"card": null,
"virtualAccount": null,
"transfer": null,
"mobilePhone": null,
"giftCertificate": null,
"cashReceipt": null,
"cashReceipts": null,
"discount": null,
"cancels": null,
"secret": null,
"type": "NORMAL",
"easyPay": null,
"country": "KR",
"failure": null,
"isPartialCancelable": true,
"receipt": null,
"checkout": {
"url": "https://api.tosspayments.com/v1/payments/jPR7DvYpNk6bJXmgo28eDKW1Jv6j1yrLAnGKWx4qMl91aEwB/checkout"
},
"currency": "KRW",
"totalAmount": 100000,
"balanceAmount": 100000,
"suppliedAmount": 90909,
"vat": 9091,
"taxFreeAmount": 0,
"method": null,
"version": "2022-11-16"
}
