Payment

결제 토큰 및 승인 요청

결제 토큰 발급 및 빌링키로 결제 예약 요청

POST https://uptodoors.shop/payment

1. 유저 주문->결제한 정보를 전달 받고 발급받은 receipt id와 billing_key를 가지고 부트페이 서버로 정기 결제 예약 요청 보냄 2. 해당 결제 예약 요청에 대한 승인 정보는 feedback URL로 redirect 시킴

Request Body

Name
Type
Description

receipt_id

string

부트페이 자체 거래 영수증 id

method

string

요청한 결제 방식

method_name

string

결제 요청한 method 이름

pg_name

string

결제 회사

billing_key

string

정기결제를 위한 빌링키

order_id

string

주문 아이디

{ message: 'ok }

Last updated