Search
⌃K

빌링키 관련 API

빌링키에 관련된 API 를 확인할 수 있습니다.

⌨ 빌링키 다건 조회

get
https://api.portone.io/v2
/billing-keys
빌링키 다건 조회

⌨ 빌링키 발급

post
https://api.portone.io/v2
/billing-keys
빌링키 발급
CardCredential
Carrier
CustomerForm
CustomerName
card_number * string
expiry_month * string
expiry_year * string
birth_or_business_registration_number * string
password_two_digits * string
휴대폰 통신사
"SKT", "KT", "LGU", "HELLO", "KCT", "SK7"
customer_id string
가맹점의 고객 고유 ID - 값을 넣지 않으면 PortOne에서 자체 채번합니다.
phone_number string
휴대폰 번호
customer_name CustomerName
고객 이름 정보. full_name만 채워져 있거나, first_name & last_name이 채워져 있어야 함
CustomerName
full_name string
first_name string
last_name string
email string
고객 이메일
zipcode string
우편번호
address string
주소
gender Gender
성별
"MALE", "FEMALE", "OTHER"
birth_year string
출생연도
full_name string
first_name string
last_name string
Gender
InstantBillingKeyCardForm
InstantBillingKeyPaymentMethodForm
MobileForm
성별
"MALE", "FEMALE", "OTHER"
card_credential * CardCredential
카드를 이용한 결제 및 빌링키 발급에 필요한 인증 관련 정보
CardCredential
card_number * string
expiry_month * string
expiry_year * string
birth_or_business_registration_number * string
password_two_digits * string
cvc string
vbv VBV
3DS 인증 결과를 담는 객체 (Verified by Visa)
VBV
cavv * string
xid * string
eci * string
card InstantBillingKeyCardForm
빌링키 발급 시에 필요한 카드 관련 정보
InstantBillingKeyCardForm
card_credential * CardCredential
카드를 이용한 결제 및 빌링키 발급에 필요한 인증 관련 정보
cvc string
vbv VBV
3DS 인증 결과를 담는 객체 (Verified by Visa)
mobile_phone MobileForm
휴대폰을 이용한 소액결제와 정기결제를 위한 빌링키 발급 시에 사용하는 휴대폰 관련 정보
MobileForm
carrier Carrier
휴대폰 통신사
"SKT", "KT", "LGU", "HELLO", "KCT", "SK7"
carrier Carrier
휴대폰 통신사
"SKT", "KT", "LGU", "HELLO", "KCT", "SK7"
VBV
cavv * string
xid * string
eci * string

⌨ 빌링키 단건 조회

get
https://api.portone.io/v2
/billing-keys/{billing_key}
빌링키 단건 조회

⌨ 빌링키 삭제

delete
https://api.portone.io/v2
/billing-keys/{billing_key}
빌링키 삭제