API Documentation
  1. Checkout
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
        POST
      • Get All Checkout
        GET
      • Cancel Checkout
        PATCH
      • Get Detail Checkout
        GET
      • Create Virtual Account [KRW]
        PATCH
      • Get VA Bank Information [KRW]
        GET
      • Create New Checkout
        PATCH
    • 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. Checkout

Get VA Bank Information [KRW]

Developing
GET
/api/v1/checkout/bank-information/{request_payment_id}
Get Virtual Account Information (Only For KRW Currency)

Request

Path Params
request_payment_id
string 
required
Example:
da81075b-7d53-46fc-9bff-95011a5b0d24
Header Params
X-token
string 
optional
Example:
snd_eyJpdiI6InZrYXozdnh0Ly9BOE9kZ2xHQ2RQUFE9PSIsInZhbHVlIjoidnhZWXlOdmtiVDM4VC9hU0dBUTI5VWNockNaNHJHMDRBSEtpR09ja05PaFFpUk0rYkl3bHhzT0lWTC9zY2ZqWiIsIm1hYyI6IjExMTZhNGFiYjU5MDU2NTQ5MTE2NWQ1NjM4YWRiYTIxZWIwZDNjY2E4NWU5ZjFkMTkyYjQ3NGY2ZGQzMDI4ZWEiLCJ0YWciOiIifQ==

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paycombat.com/api/v1/checkout/bank-information/da81075b-7d53-46fc-9bff-95011a5b0d24' \
--header 'X-token: snd_eyJpdiI6InZrYXozdnh0Ly9BOE9kZ2xHQ2RQUFE9PSIsInZhbHVlIjoidnhZWXlOdmtiVDM4VC9hU0dBUTI5VWNockNaNHJHMDRBSEtpR09ja05PaFFpUk0rYkl3bHhzT0lWTC9zY2ZqWiIsIm1hYyI6IjExMTZhNGFiYjU5MDU2NTQ5MTE2NWQ1NjM4YWRiYTIxZWIwZDNjY2E4NWU5ZjFkMTkyYjQ3NGY2ZGQzMDI4ZWEiLCJ0YWciOiIifQ=='

Responses

🟢200Success
application/json
Body
status
boolean 
required
data
object 
required
account_bank
string 
required
account_number
string 
required
account_holder
string 
required
Example
{
  "status": true,
  "data": {
    "account_bank": "테스트은행",
    "account_number": "4567-4567-123",
    "account_holder": "테스트"
  }
}
🟠400Bad Request
Modified at 2025-06-01 07:36:05
Previous
Create Virtual Account [KRW]
Next
Create New Checkout