Skip to Content
TransactionsDirect Transfer

Direct Transfer

This document explains how to transfer your funds.

From AdmasPay account to bank transfer

This feature allows merchants to withdraw funds from their AdmasPay merchant account to bank accounts.

Endpoint

https://api.admaspay.com/api/v1/key-auth/transaction/transfers

Method : POST

Headers

Pass your api key as a bearer token in the request header to authorize this api.

Authorization : Bearer YOUR_API_KEY

Content-Type : application/json

Request Parameters

ParameterTypeRequiredDescription
customer_refStringYesThe unique transaction reference
amountNumberYesThe payment amount
currency_codeStringYesCurrency Code
payment_method_codeStringYesThe payment method code you want to transfer
account_numberStringYesCustomer’s account number
account_nameStringNoCustomer's account name
descriptionStringNoDescription of the transfer

Example Integration

Success Response:

Error Response:

{
    "type": "about:blank",
    "title": "not authenticated",
    "status": 401,
    "instance": "/api/v1/initiate/transactions",
    "message": "error.http.401"
}
Last updated on