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

Get Information Withdraw

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

POST https://tokoapisnap-stg.netzme.com/api/{version}/debit/status

Parameter
Data Type
Description

referenceNo

String

Reference no from withdraw inquiry

partnerReferenceNo

String

API request identifier from the user's system

{
    "referenceNo": "14566793313542356099013590867539",
    "partnerReferenceNo": "5722a4c5-1ce5-4512-8727-5efe47fbfa01"
}
Parameter
Data Type
Description

responseCode

String

(HTTP status code + service code + case code)

responseMessage

String

Description of responseCode

referenceNo

String

API request identifier from the provider's system

partnerReferenceNo

String

API request identifier from the user's system

withdrawalAmount

Object

Amount withdraw

value

String

value of withdrawalAmount

currency

String

currency of withdrawalAmount

additionalInfo

Object

accountHolderName

String

Account name

bankAccountNumber

String

Account number

bankCode

String

Bank code

bankName

String

Bank name

status

String

Withdraw status

Response Body

{
    "responseCode": "2000000",
    "responseMessage": "Successful",
    "referenceNo": "xplorinsnap60431532",
    "partnerReferenceNo": "xplorinsnap56420519",
    "withdrawalAmount": {
        "value": "300000.00",
        "currency": "IDR"
    },
    "additionalInfo": {
        "accountHolderName": "Mariya Wise",
        "bankAccountNumber": "1234567890",
        "bankCode": "014",
        "bankName": "BANK BCA",
        "status": "SUCCESS"
    }
}

curl --location --request POST 'localhost:9009/api/v1.0/aggregator/merchant/withdraw' \
--header 'X-TIMESTAMP: 2022-08-10T00:00:00+07:00' \
--header 'X-SIGNATURE: 7553325a8eefd399c37098ef71457b1241aa8a5f5027240e82e897062d934f4a7357d1d745478d39b02dccf2d68187a7d0b576f2faa3a39e0bf489c22f2656a2' \
--header 'Content-Type: application/json' \
--header 'Authorization: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NjcyODYxMDgsImlhdCI6MTY2NzI4NTIwOCwiaXNzIjoiYml0ZG5hLXRva28ifQ.0HlYPPE8OYu-UEPKheMN5jgmUHOiKS4ZIIuaQ-htT3IbUQ1eixM6dSmSoBNbxZqdSdggngn4TjjsQLSSUVoLQg' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 41807553358950093184162180797837' \
--header 'CHANNEL-ID: 95221' \
--data-raw '{
    "referenceNo": "14566793313542356099013590867539",
    "partnerReferenceNo": "5722a4c5-1ce5-4512-8727-5efe47fbfa01"
}'

PreviousWithdraw InquiryNextGet QRIS Acquire Transaction

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