API Documentation
  1. Payin
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
        POST
      • Simulate Payin
        PATCH
      • Retrieve Payin
        GET
      • Create Virtual Account
        POST
      • Simulate Create VA
        POST
    • Payout
      • Create Payout
      • Simulate Payout
      • Retrieve Payout
      • Get All Payout
    • Checkout
      • Create Payment Request
      • Get All Checkout
      • Get Detail Checkout
      • Create Virtual Account [KRW]
      • Get VA Bank Information [KRW]
      • Create New Checkout
    • Webhook
      • Webhook PAYIN SUCCESS
      • Webhook PAYIN FAILED
      • Webhook PAYIN EXPIRED
      • Webhook PAYOUT SUCCESS
      • Webhook PAYOUT FAILED
      • VA Register Callback
    • 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. Payin

Simulate Create VA

Developing
POST
http://localhost:3001/api/v1/payin/simulate-create-va

Request

Header Params

Body Params application/json

Example
{
    "id": "2cc5d5a5-e5db-4541-a469-ea5eb492779e",
    "status": "APPROVED"
}

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 POST 'http://localhost:3001/api/v1/payin/simulate-create-va' \
--header 'x-token: snd_eyJpdiI6IlFXa0hRaEorc21Ya2Y2Nng2aXBWSHc9PSIsInZhbHVlIjoiYktwaC9yRjZnUmFJVjNlTkpHNEM1VTQybmJCUEwvWFI2ak5SU0FvV2pmSUJDc09lY29lSWJQWndETC82c1M0MSIsIm1hYyI6ImJiZDAzYTkyYTQwMmRmYzk2NzlkYzRjMGY2NTExMDQwYWFlMjU2YmU0MTQxZDhlNWJiNzM0NWUzNjE3OGE1YzMiLCJ0YWciOiIifQ==' \
--header 'signature: snd_4AqGoAiGIDooHpU3A8eM5ZMMXB2UiWMp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "2cc5d5a5-e5db-4541-a469-ea5eb492779e",
    "status": "APPROVED"
}'

Responses

🟢200Success
application/json
Body

Example
{}
🟠400Bad Request
Modified at 2025-09-16 01:24:04
Previous
Create Virtual Account
Next
Payout