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

18 ATM Withdrawal

Action

This API will initiate an ATM withdrawal One Time Pin (OTP) to be sent via SMS to the registered phone number of the wallet. This enables the customer to withdraw money at a Nedbank ATM.


Method POST
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/wallets/<WALLET_ID>/atm-withdrawals
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
                                
{
  "ExternalUniqueId": "5adde3f1-5de6-465f-a211-a091db0be086",
  "Amount": 10
}


                                
                                
Response JSON
                            
{
"AtmOtp": "SUCCESS"
}