POST
/
wallets
/
transactions
/
wallet_transfer
/
{fromAccount}
/
{toAccount}
/
{transactionRef}
/
status
curl --request POST \
  --url https://sandbox.readycashng.com:8447/wallets/transactions/wallet_transfer/{fromAccount}/{toAccount}/{transactionRef}/status \
  --header 'Authorization: Bearer <token>'
{
    "id": 463467,
    "transmissionDate": 1685005000000,
    "responseCode": "0000",
    "responseDescription": "Approved or completed successfully",
    "stan": "000000437136",
    "yourRef": "4596858695uu",
    "ourRef": "279717",
    "narration": "transfer between wallets",
    "amount": 301.00
}

Request parameters

fromAccount
number
required

Account or wallet from which the transfer is being initiated

toAccount
number
required

Destination account or wallet where the transfer is being sent

transactionRef
number
required

Identifier for the transaction being performed