requestPayment를 '계좌이체'로 요청 시


tossPayments.requestPayment('', {
amount: 10000,
orderId: 'e57825bfdgs6',
orderName: '책1',
customerName: '',
successUrl: 'http://localhost:8080/api/v1/payments/success',
failUrl: 'http://localhost:8080/api/v1/payments/fail',

payments/confirm api.
{
"version": "2022-07-27",
"paymentKey": "Kl56WYb7w4vZnjEJeQVxnma2YGKg6Z8PmOoBN0k12dzgRG9p",
"status": "DONE",
"orderId": "e57825bfdgs6",
"orderName": "책1",
"requestedAt": "2023-03-09T11:40:43+09:00",
"approvedAt": "2023-03-09T11:44:39+09:00",
"useEscrow": false,
"cultureExpense": false,
"type": "NORMAL",
"currency": "KRW",
"totalAmount": 10000,
"balanceAmount": 10000,
"suppliedAmount": 9091,
"vat": 909,
"method": ""
}

https://docs.tosspayments.com/reference#paymentdetaildto-transfer
transfer, ?

transfer이 v1.1, 점 api 인 2022-07-27.

.
츠 API (Endpoint), , .
코어 API | 토스페이먼츠 개발자센터
Was this page helpful?