Raiffeisen API Sandbox
The sandbox is an integration simulator for Raiffeisenbank's API orchestrator. Here you complete Code Flow authentication, send ISO 20022 payments, and request account statements using the same requests, headers, and message bodies as in production.
Test credentials
Issued automatically for this session. Data is stored for 24 hours, then removed.
00000000-0000-0000-0000-000000000000sbx-secret-000000000000000000000https://sandbox.api.raiffeisen.ruSandbox scenarios
Get tokens with Code Flow
Authenticate in the test online bank and exchange the code for tokens. Tokens are static for the session. Four endpoints:
/authorize,/signin,/login,/token.Send ISO 20022 payments
Build XML pain.001, sign and submit it, then track statuses. Five endpoints: signed/unsigned submission and three pain.002 status models.
Request statements
16 endpoints: 1C, camt.052, camt.053, MT-940, MT-942, Excel, PDF, and XML. Asynchronous generation, status polling, and file download.
Move calls into your code
Each request can be copied as curl. The sandbox is directly available at
https://sandbox.api.raiffeisen.rufrom Postman, automated tests, or your integration.