Main use cases
Terms and Definitions
RBO - Raiffeisen online banking system (Raiffeisen business online)
Import format - message format containing payment-orders
Document - rouble payment-order (RPO), in the appropriate format
File - text file .txt, containing documents for import
Single payment - single payment-order
Mass payment - payment-order containing number of payment-orders
Import of single payment-orders
API allows you to import one or more files contains single payment-orders on formats:
- 1C
- MT103
- XML
Communication is asynchronous, in case of successful request you will receive importTaskId in response, using which you will be able to recieve information about the import progress and payment process
Mass payment import
API allows you to import one or more files contains rouble payment-orders in formats:
- 1C
- MT103
- XML
Communication is asynchronous, in case of successful request you will receive importTaskId in response, using which you will be abple to recieve information about the import progress and payment process
Important thing! In mass payment only the one (and same) payer's account is allowed. If mass payment will contain different payer's accounts, the mass payment will be rejected (status REJECTED).