빌링키 관련 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이 채워져 있어야 함
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카드를 이용한 결제 및 빌링키 발급에 필요한 인증 관련 정보
cvc
string
vbv
VBV3DS 인증 결과를 담는 객체 (Verified by Visa)
card
InstantBillingKeyCardForm빌링키 발급 시에 필요한 카드 관련 정보
mobile_phone
MobileForm휴대폰을 이용한 소액결제와 정기결제를 위한 빌링키 발급 시에 사용하는 휴대폰 관련 정보
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}
빌링키 삭제
Last modified 2d ago