Netzme vSNAP
  • Introducing
  • Getting Started
  • API Reference
    • Toko Netzme
      • Credentials & Signature
      • Authentication
      • Create pin
      • Forgot pin
      • Get Balance Detail
      • Get Transaction List
      • Get Merchant Detail
      • Withdraw Inquiry
      • Get Information Withdraw
      • Get QRIS Acquire Transaction
      • Create Invoice
      • Create Invoice Transaction
      • Create Invoice QR MPM
      • Get Invoice Transaction
      • Payment Success Callback (Invoice)
      • Payment Success Callback (QRIS Non Invoice )
      • Payment Success Callback V2
        • Payment Success Callback QRIS
        • SNAP Payment Success Callback QRIS
      • Withdraw Status Notification
      • Deduct Deposit and Split Fee
      • Deposit
        • Create Invoice Transaction Topup Deposit
        • Inquiry Withdraw Deposit
        • Withdraw Deposit
        • Get Information Withdraw Deposit
        • Get Deposit Transaction
        • Get Balance Deposit
      • Withdraw Process
      • SNAP Asymmetric Signature
    • Netzme
      • Connect to Netzme
      • Credentials & Signature
      • Authentication
      • Get Account Status
      • Get Balance
      • Get History
      • Get Fixed Topup VA
      • Get Detail Qris
        • QRIS Static
        • QRIS Static With Amount & Percentage Fee
        • QRIS Dynamic
        • QRIS Dynamic with Fee
      • QRIS Payment
      • QRIS Payment Notification
      • Payment Bill
      • Payment Bill Notification
      • Payment Netzme Seamless
      • Upgrade Account Notification
      • Upgrade Account
Powered by GitBook
On this page
  1. API Reference
  2. Toko Netzme

Withdraw Inquiry

The available versions for this api are v1.0 and v2.0.

POST https://tokoapisnap-stg.netzme.com/api/{version}/emoney/bank-account-inquiry

Parameter
Data Type
Description

custIdMerchant

String

User ID

partnerReferenceNo

String

API request identifier from the user's system, unique for each request

{
    "custIdMerchant": "M_TB1NMLig"
    "partnerReferenceNo": "2020102900000000000001"
}
Parameter
Data Type
Description

responseCode

String

(HTTP status code + service code + case code)

responseMessage

String

Description of responseCode

partnerReferenceNo

String

API request identifier from the user's system

referenceNo

String

API request identifier from the provider's system

beneficiaryAccountName

Int

Account name

beneficiaryAccountNumber

String

Account number

beneficiaryBankName

String

Bank name

beneficiaryBankCode

String

Bank code

amount

Object

value

String

Value of Amount

currency

String

Currency of amount

additionalInfo

Object

amountAllowed

Boolean

Is the user's balance allowed to be withdrawn?

minimumWithdrawalAmount

Object

The minimum amount that can be withdrawn

value

String

Value of minimumWithdrawalAmount

currency

String

Currency of minimumWithdrawalAmount

Response Body

{
    "responseCode": "2004200",
    "responseMessage": "Successful",
    "partnerReferenceNo": "14566793313542356099013590867539",
    "referenceNo": "14566793313542356099013590867539",
    "beneficiaryAccountName": "Mariya Wise",
    "beneficiaryAccountNumber": "2288996060",
    "beneficiaryBankName": "BTPN SYARIAH",
    "beneficiaryBankCode": "547",
    "amount": {
        "value": "605368.00",
        "currency": "IDR"
    },
    "additionalInfo": {
        "amountAllowed": true,
        "minimumWithdrawalAmount": {
            "value": "0.00",
            "currency": "IDR"
        }
    }
}

curl --location --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/emoney/bank-account-inquiry' \
--header 'X-TIMESTAMP: 2022-11-10T00:00:00+07:00' \
--header 'X-SIGNATURE: 7c21bc2e65f5e650e67b88867fd79ba7eeb127d9294a6ad248a6f8e040c8866466af0170704890aaa09f40a05d1ca8e3fbadf306daa5dd9209d2be69e2f76e07' \
--header 'Content-Type: application/json' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 62928216904740894160142987421205' \
--header 'CHANNEL-ID: 31411' \
--header 'X-CLIENT-SECRET: e4a63488152d4150935c88d1e0412925' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzE3NTAwNzcsImlhdCI6MTY3MTY5NjA3NywiaXNzIjoiYmFua3N1bXBhaCJ9.gZgfZtYMOJVV9N7SjF13Lc07D3BDl9yg7yNlXwr9zpkXqiUBNJi8wlE3mkcrZ-fhzeAy_lM1mJyyJjGuXJSaNg' \
--data-raw '{
    "partnerReferenceNo": "14566793313542356099013590867539",
    "custIdMerchant": "M_TB1NMLig"
}'

PreviousGet Merchant DetailNextGet Information Withdraw

Last updated 10 months ago

Header
Value

Content-Type

application/json

CHANNEL-ID

e.g 95221

X-EXTERNAL-ID

e.g 41807553358950093184162180797837

X-PARTNER-ID

Client id e.g TokoNetmeClientId

X-SIGNATURE

Service’s signature (given at )

X-TIMESTAMP

Client's current local time in yyyy-MM-ddTHH:mm:ssTZD

Authorization

Client`s access for protected resources (given at )

Authentication
transactional signature