VPay API Specification (Basic Guide)
  • Introduction
  • Key Definitions
  • Methods
    • login
    • get bank list
    • nuban lookup
    • outbound transfer
    • get wallet balance
    • account/wallet statement
    • create virtual account/customer
    • update virtual account/customer
    • get customer
    • get all customers
    • get customer by email
    • get transaction by reference number
    • re-query transaction by reference number
    • check customer status
    • remove customer
  • Inbound Webhook Notifications
  • Funding Methods
  • Glossary
Powered by GitBook
On this page
  1. Methods

outbound transfer

Make outbound transfer

This endpoint is throttled to 1 request every 200 milliseconds.

Request

Method
URL

POST

{{baseUrl}}/api/service/v1/query/transfer/outbound

Header
Value

Content-Type

application/json

publicKey

{{publicKey}}

accessToken

{{accessToken}}

Use the accessToken that was given in response to /api/service/v1/query/merchant/login

Request Body
Description

nuban

Beneficiary bank account number to transfer to

Mandatory

bank_code

Beneficiary bank account code to transfer to

Mandatory

amount

Value to be transferred

Mandatory

remark

Transaction narrative/description

Optional

transaction_ref

Transaction reference (merchant prefix - random string)

Mandatory

Previousnuban lookupNextget wallet balance

Last updated 2 years ago