API Documentation
  1. Setting
API Documentation
  • API Reference Guide
    • Checkout Page
    • Payin - KRW (Server to Server)
    • Purpose Code
    • Payout Payload Example
    • List of Payin Methods
  • API Documentation
    • Master Data
      • Get All Country & Currency Code
    • Payout Method
      • Get Required Fields by Payout method
      • Get All Payout Method
    • Payin Method
      • Get All Payin Method
      • Get Required Fields by Payin method
    • Payout Beneficiary
      • Create Payout Beneficiary
      • Update Payout Beneficiary
      • Get All Payout Beneficiary
      • Get Payout Beneficiary by Id
      • Validation by Id
      • Validation by Body
    • Payin
      • Create Payin
      • Retrieve Payin
      • Retrieve Payin Memo (PDF)
      • Create Virtual Account
    • Payout
      • Create Payout
      • Simulate Payout
      • Retrieve Payout Memo (PDF)
      • Retrieve Payout
      • Get All Payout
    • Checkout
      • Create Payment Request
      • Get All Checkout
      • Cancel Checkout
      • Get Detail Checkout
      • Create Virtual Account [KRW]
      • Get VA Bank Information [KRW]
      • Create New Checkout
    • Transaction
      • Find Transaction by Id
      • Get All Transaction
    • Wallet
      • Create Wallet
      • Get All Wallet
      • Get by Wallet Id
    • Customer
      • Create Customer
      • Update Customer
      • Get All Customer
      • Get Detail Customer by Id
      • Check Is Customer Wallet Ready
      • Enable Customer
      • Disable Customer
      • Delete Customer
    • Webhook
      • Webhook PAYIN SUCCESS
      • Webhook PAYOUT SUCCESS
      • Webhook PAYOUT FAILED
      • VA Register Callback
    • Get List Payment Method by Currency
      GET
  • Features Documentation
    • Dashboard
    • Transaction
      • Payin
      • Payout
      • Rolling Reserve
      • Refund Request
    • Finance
      • Settlement Report APM
      • Settlement Report CARD
      • History Balance APM
      • History Balance CARD
    • Account
      • Profile Account
      • Manage Users
    • Setting
      • Integration Details
  1. Setting

Integration Details

On the Setting menu, users can get information about Integration Details such as Personal Access Token, Merchant ID, Redirection Url, and Notification Url.
Personal Access Token
Display a personal access token which is a unique identifier used to authenticate your backend server during any service requests made to Paycombat. This key can be updated by pressing the Update button and should be securely stored as a global parameter within your application server.
When you update the personal access token, the new token will be displayed on the dashboard in the form of a pop-up. The token can only be viewed once, so it is recommended that you copy it to save it.
image.png
Integration Details - New Personal Access Token
Signature Key
Displays the Signature Key which serves as a unique key for each request signature and must be included in every load request on the API. This key can be updated by pressing the Update button and can only be viewed once, so it should be securely stored.
image.png
Integration Details - Signature Key
Merchant ID
Displays the Merchant ID which serves as a unique identifier for each merchant and must be included in every load request on the API. To integrate with the Paycombat API, you can first access the API Documentation by clicking the API Documentation button.
image.png
Integration Details - Merchant ID
Redirection Url
Displays the redirection url that will be used to redirect the user at the end of the transaction. You can update the url by filling in the input field and clicking the save button.
image.png
Integration Details - Redirection Url
Notification Url
Displays the notification url that will be used to share a callback to update your CRM with the status of the transaction. You can update the url by filling in the input field and clicking the save button.
image.png
Integration Details - Notification Url
Modified at 2025-04-15 07:12:22
Previous
Manage Users