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 Process

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

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

Parameter
Data Type
Description

partnerReferenceNo

String

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

customerNumber

String

User ID/Merchant ID

amount

Object

Withdraw amount

value

String

Value of amount

currency

String

Currency of amount

beneficiaryAccountName

String

Account holder name

beneficiaryAccountNumber

String

Account number

beneficiaryBankName

String

Bank name

beneficiaryBankCode

String

Bank code

additionalInfo

Object

type

String

Request type

pin

String

Transaction PIN

Request Body

{
    "partnerReferenceNo": "70853420937869379745286987977786",
    "customerNumber": "M_TB1NMLig",
    "amount": {
        "value": "621615.00",
        "currency": "IDR"
    },
    "beneficiaryAccountName": "Mariya Wise",
    "beneficiaryAccountNumber": "2288996060",
    "beneficiaryBankName": "BTPN SYARIAH",
    "beneficiaryBankCode": "547",
    "additionalInfo": {
        "type": "submit_withdraw",
        "pin": "3db6b20266c102a909ce2adb404e5260c01928b87956f106f36bec745b8e1d2a"
    }
}
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,

referenceNumber

String

API request identifier from the provider's system

additionalInfo

Object

adminFee

Object

Withdraw admin fee

value

String

Value of adminFee

currency

String

Currency of adminFee

beneficiaryBankCode

String

Bank code

beneficiaryBankName

String

Bank name

beneficiaryAccountName

String

Account holder name

beneficiaryAccountNumber

String

Account number

customerNumber

String

User ID/merchant ID

withdrawalAmount

Object

withdraw amount

value

String

Value of withdraw amount

currency

String

Currency of withdraw amount

status

Int

Status request

statusMessage

String

Status message

type

String

Request type

Response Body

{
    "responseCode": "2004300",
    "responseMessage": "Successful",
    "partnerReferenceNo": "70853420937869379745286987977786",
    "referenceNumber": "70853420937869379745286987977786",
    "additionalInfo": {
        "adminFee": {
            "value": "0.00",
            "currency": "IDR"
        },
        "beneficiaryBankCode": "547",
        "beneficiaryBankName": "BTPN SYARIAH",
        "beneficiaryAccountName": "Mariya Wise",
        "beneficiaryAccountNumber": "2288996060",
        "customerNumber": "M_TB1NMLig",
        "withdrawalAmount": {
            "value": "621615.00",
            "currency": "IDR"
        },
        "status": 100,
        "statusMessage": "SUCCESS"
        "type": "submit_withdraw"
    }
}
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

X-CLIENT-SECRET

X-TIMESTAMP

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

Authorization

curl --location --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/emoney/transfer-bank' \
--header 'X-TIMESTAMP: 2022-11-10T00:00:00+07:00' \
--header 'Content-Type: application/json' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-SIGNATURE: 0f906ff03b264fb70b85165bc7d2a524a7eabcadb570fa507d7a1d5760c004bc78bc0172e4027fa263e6733b9cbd43e924ec2251bc43e2c624130cdfa6e7cb57' \
--header 'X-EXTERNAL-ID: 76850609334078356765789536647499' \
--header 'CHANNEL-ID: 31411' \
--header 'X-CLIENT-SECRET: e4a63488152d4150935c88d1e0412925' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzE4MTYwNzAsImlhdCI6MTY3MTc2MjA3MCwiaXNzIjoiYmFua3N1bXBhaCJ9.RQg1KxfFF_qwJ2Ebbnk8Swd9AGUtLG9ENIgHI4R0McjLzy7aMrl6u0h7_l0bDl-ZdvGxGmj509iZpFTxh2C4Ow' \
--data-raw '{
    "partnerReferenceNo": "70853420937869379745286987977786",
    "customerNumber": "M_TB1NMLig",
    "amount": {
        "value": "621615.00",
        "currency": "IDR"
    },
    "beneficiaryAccountName": "Mariya Wise",
    "beneficiaryAccountNumber": "2288996060",
    "beneficiaryBankName": "BTPN SYARIAH",
    "beneficiaryBankCode": "547",
    "additionalInfo": {
        "type": "submit_withdraw",
        "pin": "3db6b20266c102a909ce2adb404e5260c01928b87956f106f36bec745b8e1d2a"
    }
}'

PreviousGet Balance DepositNextSNAP Asymmetric Signature

Last updated 10 months ago

Service’s signature (given at )

Client Secret (given at )

Client`s access for protected resources (given at )

Credential & Signature
Authentication
transactional signature