개인 프로젝트로 PG연동을 하려하는데 어떻게해야하나요?
사업자 등록증 없이 할수있는 괜찮은 API있을까요?
혹은 토스 입금이 들어오면 입금자명과 금액을 확인할수 있는 API가 있을까요?

I want to link PG with a personal project. What should I do?
Is there a good API that can be used without a business registration?


Or, when a Toss deposit comes in, is there an API that can check the depositor's name and amount?Linking a payment gateway (PG) to a personal project involves several steps and considerations, depending on the specific functionalities you require, such as processing payments or verifying transaction details like depositor's name and amount. Let's address your queries one by one:

결제 게이트웨이(PG)를 개인 프로젝트에 연결하려면 결제 처리 또는 예금자 이름 및 금액과 같은 거래 세부정보 확인 등 필요한 특정 기능에 따라 여러 단계와 고려 사항이 필요합니다. 귀하의 문의 사항을 하나씩 해결해 보겠습니다.

 

 

1. Linking PG with a Personal Project

To link a payment gateway with a personal project, you generally need to:

  • Choose a Payment Gateway: Select a payment gateway that suits your project's needs. Popular options include Stripe, PayPal, Square, and others. Each has its pros and cons, so you'll need to research which one fits your project best.
  • Sign Up and Get API Keys: Once you've chosen a payment gateway, sign up for an account. You may need to provide some personal information and details about your project. After signing up, you'll receive API keys that allow your project to communicate securely with the payment gateway.
  • Integration: Use the provided API or SDK from the payment gateway to integrate it into your project. This usually involves backend and frontend development work to handle payment processing securely.
  • Compliance and Security: Ensure that your implementation complies with relevant regulations (such as PCI DSS for payment card information security) to protect your users' data.

2. Payment Gateway API without Business Registration

Most payment gateways require some form of registration to use their services. However, the level of verification and the type of information required can vary. For personal projects or for testing purposes, some payment gateways offer a sandbox or test mode, which allows you to integrate and test the payment functionalities without completing a full business verification process. This can be an excellent way to start, but moving to live transactions will likely require business verification.

3. API for Checking Depositor's Name and Amount

Regarding checking a depositor's name and amount upon a deposit, this functionality depends on the payment gateway and the banking institution's capabilities. Some payment solutions and banks offer webhook functionalities or specific APIs that notify you of incoming transactions, including details like the depositor's name and amount.

For Toss, a popular payment platform, you would need to check directly with their developer documentation or contact their support to see if they offer an API with the specific capabilities you need. If Toss supports webhooks or transaction inquiry APIs, these could potentially meet your requirements for receiving and checking deposit information automatically.

In case you're interested in a specific payment gateway or bank's API for your project, I can look for more detailed information or documentation for you.

 

 

 

 

 

+ Recent posts