Netzme PPOB
  • Introducing
  • Getting Started
  • API Reference
    • Token Signature
    • Authentication Token
    • Transaction Signature
    • Open API
      • Get Balance
      • Product List
      • Product Percentage
      • Product Detail
      • Validate User
      • Order
      • Buy
      • Order Detail
      • Order Inquiry
      • Order List
      • Create Virtual Account
      • List Transactions
    • WebView
      • WebView Transaction Flow
      • WebView Interfaces
Powered by GitBook
On this page
  • Request
  • Body
  • Headers
  • Example
  1. API Reference
  2. Open API

Create Virtual Account

This API is For create Virtual Account Deposit

POST https://tokoapi-dev.netzme.com/public/api/ppob/v1/create-va

Request

Name
Type
Description

type

String

CREATE_VA

body

JSON Object

Body Object

Body

Name
Type
Description

merchantId

string

Your merchantID, eg: M_YDXabcd1

bankCode

string

Code Of Bank

holderName

string

Your name or your company name

Headers

Parameter
Description

Content-Type

application/json

X-CLIENT-ID

Partner ClientId, eg Xersia01

X-TIMESTAMP

Epoch Time of the request, we will check it. The date of timestamp should be the date you request.

X-MSG-ID

Your unique request-id, eg: Random UUID

X-SIGNATURE

X-AUTHORIZATION

Example

{
    "requestId": "b0ab2366-0f33-42bf-ada6-b79c3f1aa66B",
    "type": "CREATE_VA",
    "status": 100,
    "statusMessage": "success",
    "body": {
        "holderName": "Yourname",
        "accountNumber": "9883689611116969",
        "Amount": "IDR 50000.00",
        "vaType": "open_amount",
        "bankCode": "BNI"
    }
}
curl --location 'https://tokoapi-dev.netzme.com/public/api/ppob/v1/create-va' \
--header 'Content-Type: application/json' \
--header 'X-AUTHORIZATION: TV92ejdqWks4RjpmNWJjNTg2MDFjYzRmNzM1ODQ4YmNhYzdhNTE3ZDk2OQ==' \
--header 'X-CLIENT-ID: fatah-client' \
--header 'X-TIMESTAMP: 1865907223554' \
--header 'X-MSG-ID: ed3f6763-b1bd-40e3-aecb-ddaa2c3a9775' \
--data '{
    "type": "CREATE_VA",
    "body": {
        "clientId": "NETZME-Yana",
        "userId": "M_vz7jZK8F",
        "bankCode": "BNI",
        "holderName": "Yana-Andika"
    }
}'
PreviousOrder ListNextList Transactions

Last updated 2 months ago

Transaction Signature, see

Authorization token you get after hit

page
Authentication Token