⌨️블루월넛
블루월넛 결제 연동방법을 안내합니다.
Last updated
Was this helpful?
블루월넛 결제 연동방법을 안내합니다.
Last updated
Was this helpful?
Was this helpful?
IMP.request_pay({
pg : 'bluewalnut.{상점 ID}',
pay_method : 'card',
merchant_uid: "order_no_0001", // 상점에서 관리하는 주문 번호
name : '주문명:결제테스트',
amount : 14000,
buyer_email : 'test@portone.io',
buyer_name : '구매자이름',
buyer_tel : '010-1234-5678',
buyer_addr : '서울특별시 강남구 삼성동',
buyer_postcode : '123-456'
}, function(rsp) { // callback 로직
//* ...중략... *//
});