PCINS-NEW
  1. 영어(English)
PCINS-NEW
  • 영어(English)
    • PCINS API Specifications
    • Index
    • Abbreviations and symbols
    • Master Field
    • Credit Card Payment (UI)
    • Credit Certification (UI)
    • Credit Card Payment (Non-UI)
    • Speed Payment (Non-UI)
    • Transaction Inquiry (Non-UI)
    • Error Code
  • 한국어(Korean)
    • PCINS API 사양서
    • 목차
    • 약어 및 기호
    • 마스터 필드
    • 신용카드결제(UI)
    • 여신인증(UI)
    • 신용카드결제 (Non-UI)
    • 스피드결제(Non-UI)
    • 거래조회 (Non-UI)
    • 에러코드
  1. 영어(English)

Credit Certification (UI)

Credit Certification (UI)#

📌
Index

Overview: Authentication is performed by switching the screen from the general franchise order screen to the PCINS payment screen.#

1. Field Format#

NoStepField NameField DescriptionCondition
1 ?Request StartM
2Step 1merchantIdmerchant IDM
3refmerchant transaction number (order number)M
4tradeGubunTransaction ClassificationM
5currTypeTransaction currencyM
6priceTransaction amountM
7payIdBuyer IDO
8payEmailBuyerEmailAddressO
9payTelBuyerPhoneNumberO
10returnURLReturn URLM
11callbackURLCallback URLM
12Step3transCodeTransaction status codeM
13transNoTransaction numberM
14refMerchant transaction number (order number)M
15errCodeError codeO



2. Processing Process#

image.png
NoStepRequired dataRequest URL
Step 1Request startMaster field No 1~ No11Method: POST
URL: https://pay.pcins.co.kr/gw/pay_link
Step 2Enter credit card information Re-payment
Step 3Return resultMaster field No 12~ No 15Method: POST
Payment result notification URL
(callbackURL)
Screen transition URL
(returnURL)



3. Start request#




4. Return result#

Success
Payment result notification URL
callbackURL?merchantId=M000000001&ref=201112310001&payId=user01&currType=JPY&price=0&transNo=20110922000001&transCode=AS

Screen transition URL
returnURL?transCode=AS&transNo=20110922000001&ref=201112310001
Failure
Screen transition URL
returnURL?transCode=AF&transNo=20110922000001&ref=201112310001&errCode=927



Modified at 2025-05-09 05:00:19
Previous
Credit Card Payment (UI)
Next
Credit Card Payment (Non-UI)
Built with