⌨️알리페이
알리페이 결제 연동 방법을 안내합니다.
Last updated
Was this helpful?
알리페이 결제 연동 방법을 안내합니다.
Last updated
Was this helpful?
Was this helpful?
IMP.request_pay({
pg : 'alipay',
merchant_uid: "order_no_0001", // 상점에서 관리하는 주문 번호
name : '주문명:결제테스트',
amount : 1.2, //USD 1.2 달러 결제
currency : 'USD' // Default USD
buyer_email : 'test@portone.io',
buyer_name : '구매자이름',
buyer_tel : '010-1234-5678',
buyer_addr : '서울특별시 강남구 삼성동',
buyer_postcode : '123-456',
m_redirect_url : '{결제 완료 후 리디렉션 될 URL}'
}, function(rsp) { // callback 로직
//* ...중략... *//
});