PSD2 API SANDBOX TEST CASES

Consent-IDs

Consent-IDsIBANAccount NameResponses
e6151d43-dca8-4fe1-b139-3a89bfeb57a2AT439900000000010017Georg MustermannValid
AT099900000000001511Marianne MustermannValid
58bf4a5e-11e8-46d4-a3e2-8372cdfcd023AT959900000000012476Susanne MustermannValid
AT079900000000070029Franz MustermannValid
baf31bce-34b2-437a-b9c3-4e044c0bfb04AT419900000000916809Erwin MustermannExpired
ca2636e6-02f6-4c9d-ae29-051b23a61c11--Unknown

All of the Test Case requests with valid Consent-IDs listed below use the Consent-ID e6151d43-dca8-4fe1-b139-3a89bfeb57a2.

Consent test cases

REQUEST:

POST https://sandbox.raiffeisen.at/api/psd2-xs2a/rest/v1/consents
Authorization: Bearer <Access-Token>
Content-Type: application/json
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721
TPP-Redirect-URI: http://example-redirect-uri.com
PSU-IP-Address: 127.0.0.1

{
  "access": {
    "balances": [
      {
        "iban": "AT099900000000001511"
      }
    ],
    "transactions": []
  },
  "recurringIndicator": true,
  "validUntil": "9999-12-31",
  "frequencyPerDay": 4
}

RESPONSE:

HTTP/1.1 200 OK

{
  "consentStatus": "received",
  "consentId": "e6151d43-dca8-4fe1-b139-3a89bfeb57a2",
  "scaMethods": null,
  "chosenScaMethod": null,
  "challengeData": null,
  "psuMessage": null,
  "_links": {
    "scaRedirect": {
      "href": "https://sandbox.raiffeisen.at/psd2-xs2a-sandbox/?consent_id=e6151d43-dca8-4fe1-b139-3a89bfeb57a2&redirectBackUrl=http%3A%2F%2Fexample-redirect-uri.com"
    },
    "self": {
      "href": "/v1/consents/e6151d43-dca8-4fe1-b139-3a89bfeb57a2"
    },
    "status": {
      "href": "/v1/consents/e6151d43-dca8-4fe1-b139-3a89bfeb57a2/status"
    }
  }
}

Account information service (AIS) test cases

REQUEST:

GET https://sandbox.raiffeisen.at/api/psd2-xs2a/rest/v1/accounts/?withBalance=true
Authorization: Bearer <Access-Token>
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721
Consent-ID: e6151d43-dca8-4fe1-b139-3a89bfeb57a2

RESPONSE:

HTTP/1.1 200 OK

{
  "accounts": [
    {
      "resourceId": "AT099900000000001511",
      "iban": "AT099900000000001511",
      "currency": "EUR",
      "name": "Marianne Mustermann",
      "product": "Giro",
      "cashAccountType": null,
      "status": null,
      "bic": "TESTAT99",
      "linkedAccounts": null,
      "usage": null,
      "details": null,
      "balances": [
        {
          "balanceAmount": {
            "currency": "EUR",
            "amount": "1340.55"
          },
          "balanceType": "forwardAvailable",
          "lastChangeDateTime": null,
          "referenceDate": "2019-03-07",
          "lastCommittedTransaction": null
        },
        {
          "balanceAmount": {
            "currency": "EUR",
            "amount": "2850.49"
          },
          "balanceType": "interimAvailable",
          "lastChangeDateTime": null,
          "referenceDate": "2019-03-06",
          "lastCommittedTransaction": null
        }
      ],
      "_links": {
        "balances": {
          "href": "/v1/accounts/AT099900000000001511/balances"
        },
        "transactions": {
          "href": "/v1/accounts/AT099900000000001511/transactions"
        }
      }
    },
    {
      "resourceId": "AT439900000000010017",
      "iban": "AT439900000000010017",
      "currency": "EUR",
      "name": "Georg Mustermann",
      "product": "Giro",
      "cashAccountType": null,
      "status": null,
      "bic": "TESTAT99",
      "linkedAccounts": null,
      "usage": null,
      "details": null,
      "balances": [
        {
          "balanceAmount": {
            "currency": "EUR",
            "amount": "4533.55"
          },
          "balanceType": "forwardAvailable",
          "lastChangeDateTime": null,
          "referenceDate": "2019-03-07",
          "lastCommittedTransaction": null
        },
        {
          "balanceAmount": {
            "currency": "EUR",
            "amount": "5119.49"
          },
          "balanceType": "interimAvailable",
          "lastChangeDateTime": null,
          "referenceDate": "2019-03-06",
          "lastCommittedTransaction": null
        }
      ],
      "_links": {
        "balances": {
          "href": "/v1/accounts/AT439900000000010017/balances"
        },
        "transactions": {
          "href": "/v1/accounts/AT439900000000010017/transactions"
        }
      }
    }
  ]
}

Payment Initiation Service (PIS) test cases

REQUEST:

POST https://sandbox.raiffeisen.at/api/psd2-xs2a/rest/v1/payments/sepa-credit-transfers
Authorization: Bearer <access token>
Content-Type: application / json
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721
TPP-Redirect-URI: http://example-redirect-uri.com
PSU-IP-Address: 127.0.0.1

{
  "creditorName": "Good Trader",
  "creditorAgent": "ABCDATWW",
  "creditorAccount": {
    "iban": "AT345678901234567890"
  },
  "debtorAccount": {
    "iban": "AT439900000000010017",
    "currency": "EUR"
  },
  "instructedAmount": {
    "amount": "263.76",
    "currency": "EUR"
  },
  "endToEndIdentification": "Present for Lisa",
  "remittanceInformationStructured": {
    "reference": "FG23491472ST"
  }
}

RESPONSE:

HTTP / 1.1 200 OK

{
  "transactionStatus": "RCVD",
  "paymentId": "3ab02e64-4701-4208-93ad-122895ea8eb9",
  "transactionFees": null,
  "currencyConversionFee": null,
  "estimatedTotalAmount": null,
  "estimatedInterbankSettlementAmount": null,
  "transactionFeeIndicator": null,
  "scaMethods": null,
  "chosenScaMethod": null,
  "challengeData": null,
  "psuMessage": null,
  "tppMessages": null,
  "_Left": {
    "scaStatus": {
      "href": "/ v1 / payments / sepa-credit-transfers / 3ab02e64-4701-4208-93ad-122895ea8eb9 / authorizations / authorization_not_yet_available"
    },
    "scaRedirect": {
      "href": "https://sandbox.raiffeisen.at/psd2-xs2a-sandbox/?payment_id=3ab02e64-4701-4208-93ad-122895ea8eb9&service=payments&product=sepa-credit-transfers&redirectBackUrl=http%3Fexample-%2F%2 redirect-uri.com "
    },
    "self": {
      "href": "/ v1 / payments / sepa-credit-transfers / 3ab02e64-4701-4208-93ad-122895ea8eb9"
    },
    "status": {
      "href": "/ v1 / payments / sepa-credit-transfers / 3ab02e64-4701-4208-93ad-122895ea8eb9 / status"
    }
  }
}

Confirmation of funds service (PIIS) test cases

REQUEST:

POST https://sandbox.raiffeisen.at/api/psd2-xs2a/rest/v1/funds-confirmations
Authorization: Bearer <Access-Token>
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721
Consent-ID: e6151d43-dca8-4fe1-b139-3a89bfeb57a2

{
  "account": {
    "iban": "AT439900000000010017",
    "currency": "EUR"
  },
  "instructedAmount": {
    "amount": "128",
    "currency": "EUR"
  }
}

RESPONSE:

HTTP/1.1 200 OK

{
  "fundsAvailable": true
}