Skip to main content
POST
/
v1
/
banking
/
transfer
Initiate Transfer
curl --request POST \
  --url https://app.unpay.in/api/v1/banking/transfer \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "from_account": "<string>",
  "to_account": "<string>",
  "amount": 123
}
'

Authorizations

x-api-key
string
header
required

Use your API Key from the UnPay dashboard. Required for all tech/server-to-server endpoints.

Body

application/json
from_account
string
to_account
string
amount
number

Response

200

Transfer initiated