Sorry, you need to enable JavaScript to visit this website.

17 EFT to TPP Registered Account

Action

This API will initiate an EFT out to the TPP's bank account. Secured by a heavy token that must have been obtained with Permissions: TYPE=DoEFT and WALLET_ID={walletId} and AMOUNT=XXX.


Method POST
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/wallets/<WALLET_ID>/efts-out
Note Replace <WALLET_ID>that you get at time of creating/linking wallet
Request
Headers
Header Value Description
Content-Type application/json The data type being sent to the endpoint.
Authorization Bearer <ACCESS_TOKEN> Replace <ACCESS_TOKEN> Replace  with the heavy token you received through the subscriptions API.
x-ibm-client-id <YOUR CLIENT ID> The client ID you received when creating the app on the portal.
x-ibm-client-secret <YOUR CLIENT SECRET> The client secret you received when creating the app on the portal.

Body JSON
                                
{
  "RecipientReference": "2c0836d3-e51d-000",
  "OwnReference": "286b6df-8ffc-4086-82d7",
  "ExternalUniqueId": "90-9999-4321-772b-a091db120000",
  "amount": 70
}

                                
                                
Response JSON
                            
{
  "TransactionId": "445896"
}