API Documentation
  1. Checkout
API Documentation
  • API Documentation Change Log
  • API Reference Guide
    • Checkout Page
    • Payin - KRW (Server to Server)
    • Purpose Code
    • Payout Payload Example
    • List of Payin Methods
    • List of Bank for Payout Methods
  • API Documentation
    • Master Data
      • Get All Country & Currency Code
    • Payout Method
      • Get All Payout Method
    • Payin Method
      • Get All Payin Method
      • Get Required Fields by Payin method
    • Payin
      • Create Payin
      • Simulate Payin
      • Retrieve Payin
      • Create Virtual Account
    • Payout
      • Create Payout
      • Simulate Payout
      • Retrieve Payout
      • Get All Payout
    • Checkout
      • Create Payment Request
        POST
      • Get All Checkout
        GET
      • Get Detail Checkout
        GET
      • Create Virtual Account [KRW]
        PATCH
      • Get VA Bank Information [KRW]
        GET
      • Create New Checkout
        PATCH
    • 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
      • Webhook PAYIN EXPIRED
    • Merchant
      • Get Balance Payout
    • 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

Header Params

Request Code 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

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