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

6 Funds Confirmation

Action

Using the Payment intent access token you received in the previous call, proceed to make a funds confirmation call using the endpoint and values below.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/open-banking/v3.1/pisp/domestic-payment-consents/<CONSENT_ID>/funds-confirmation
Note Replace <CONSENT_ID> that you get at the time of creation of consent.
Request
Headers
Header Value Description
x-fapi-financial-id OB/2017/001 Financial ID.
Accept application/json content type
Authorization Bearer <ACCESS_TOKEN> Replace with the heavy/submission access token you received from the previous call.
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.
Response JSON
                    
{
    "Data": {
        "DebtorAccount": {
            "SchemeName": "Profile",
            "Identification": "fc4c7158f5437b2d6e92ec241d69e10b",
            "Name": "",
            "SecondaryIdentification": ""
        },
        "FundsAvailableResult": {
            "FundsAvailableDateTime": "2021-10-27T12:50:39+00:00",
            "FundsAvailable": true
        }
    },
    "Links": {
        "Self": "https://api.nedbank.com/open-banking/v3.1/pisp/domestic-payment-consents/bdb3effa-8ded-4411-8470-44ee361702bb/funds-confirmation"
    },
    "Meta": {}
}