Resp. status code(s) | Payment type codes | Description | Action CDRator |
---|
190 | C001/C002/C003 C004/C005 C008/C021 | Successful: Payment/Direct debit/ iDEAL | The action required from CDRator for handling (direct debit) payments is Capture Payment by: - Checking if the status code is 190. Not found -> write error to log, process next record.
- If status code is 190 and transaction code is C002/C003/C004/C005/C008 or C021, search for invoice number in field “Invoice number” and capture the payment with the debit amount specified in field “Amount Debit”.
- Write “successful result” to log file
|
190 | C461/C462 | Payments to the Collection Agency | The action required from CDRator for handling payments to the collection agency is Capture Payment by: - Checking if the status code is 190. Not found -> write error to log, process next record.
- If status code is 190 and transaction code is C461/C462, search for invoice number in field“Invoice field “Invoice number” and capture the payment with the debit amount specified in field “Amount Debit”.
- Write “successful result” to log file
|
190 | N800 | Settlement by merchant | The action required from CDRator for handling BPE 3.0 settlements by merchant is Capture Payment by: - Checking if the status code is 190. Not found -> write error to log, process next record.
- If status code is 190 and transaction code is N800, search for invoice number in field“Invoice number” and capture the payment with the debit amount specified in field “Amount Debit”.
- Write “successful result”to log file
|
190 | C561/C562/C501 | Reversal | The action required from CDRator for handling reversals is Insert Reversed Payment by: - Checking if the status code is 190. Not found -> write error to log, process next record.
- If status code is 190 and transaction code is C561/C562/C501, search for invoice number in field“Invoice number” and capture the payment with the debit amount specified in field “Amount Credit”.
- Write “successful result”to log file
|