Transfer to Saved Benefitiary

while using the https://api.ravepay.co/v2/gpx/transfers/create API, transfers can be made to a saved beneficiary, currently that API throws an error asking for an account number, which version 3 API allows transfers to a saved beneficiary? nowhere in the documentation explains that, is this a legacy function?

the API documentation also does not show an endpoint to get account balance similar to https://api.ravepay.co/v2/gpx/balance, can i get directed to the appropriate API docs?

Hi @olukayodea

Please i would recommend making use of the v3 API.

To create a transfer using a saved beneficiary make the following steps:

  1. Fetch the beneficiary using the id returned on beneficiary creation.
  2. Initiate a transfer with beneficiary details. you may choose to confirm the account details as well.

To retrieve the available balance (or transfer balance), kindly use this as a reference

Regards