post https://example.com/api/v1/paymentmethods/idealqr/v1/bulk
Allows the creation of idealQR transactions in bulk.
Since this is a bulk operation the following rules apply:
- if at least 1 qr code was created, the response status of the request wil be 200 (status 200 does not guarantee that all the Qr codes have been created, see the response body to get more details over which qr codes have been successfully created)
- In case none of the qr codes was created, if there is any scenario where the reason might be a request with a client error, then a status 400 wil be given as response code, otherwise a status 500 will be retrieved.
- The client always has to check the response body to see which Qr codes have been created successfully.