Rejection report
The rejection report endpoint provides details of any payment that could not be processed on the selected transaction date. By default, the report contains any payments in the following status:
- Missing funding
- Pending processing
- Rejected
If all payments have been correctly processed, the report will be empty.
Parameters in rejection report request
Parameter | Required | Description |
---|---|---|
TransactionDate | Mandatory | Format: ISO 8601 | YYYY-MM-DD. Specify for which transaction date the report should be generated for. |
IncludeReceived | Optional | Boolean, include/exclude payment with status “pending processing”. If left blank field will default to true. |
IncludeMissingFunds | Optional | Boolean, include/exclude payment with status “missing funding”. If left blank field will default to true. |
Properties of rejection report
Name | Type | Example | Description |
---|---|---|---|
P_ID_CHANNELUSER | Varchar | [email protected] | User ID of the requesting client |
P_TXNDATE | Date (YYYY-MM-DD; MM/dd/yyyy HH:mm:ss.fff) | 2021-10-27T00:00:00.000+00:00 | Transaction date of payment |
REPORT_DATE | Date (DDMMYYYY) | 29102021 | Date of when the report is generated |
CUSTOMERID | Number | 1234 | Customer ID of the account |
ACCOUNT | Text (35) | DKXXXX0000000XXXXX | IBAN of your account |
ACCOUNT_CURRENCY | Text (3) | EUR | Currency of your account (in ISO standards) |
VALUE_DATE | Date mm/dd/yy | 3/25/2019 | Value date of the payment in the original instruction to BC |
PAYMENT_AMOUNT | Numeric Decimals 2 | 11.09 | Amount of payment in account currency |
PAYMENT_CURRENCY | Text (3) | EUR | Currency of the amount as indicated in the payment instruction, ISO Standards. Example: request to transfer 100 EUR to USD, this value will be EUR |
TRANSFER_CURRENCY | Text (3) | USD | Currency of equivalent amount ( if FX is applied). ISO standards Example: request to transfer 100 EUR to USD, this value will be USD |
DESTINATION_IBAN | Text (35) | DKXXXX0000000XXXXX | IBAN of beneficiary account |
PAYMENTREFERENCE NUMBER | Varchar | 010F10xxxx001007 | BC Connect reference number, unique identifier for processed transactions |
USER_REFERENCE_NUMBER | a-Za-Z0-9/-?:.+ | Debtor reference | Provides the reference number of each payment record as stated in payment instruction by the debtor (DebtorReference). In case of internal transfers between BC Connect accounts, this field would be blank. |
FILE_REFERENCE_NUMBER | 36 CHAR a-Za-Z0-9/-?:.+ | 923578e7-7a58-4982-93f1-5862e687611d | Bulk id of instructed payment file, only populated for bulk payments |
SOURCE_TYPE | Text | BULK | BULK: for payments initiated via bulk SINGLE: for payments initiated as single payments |
STATUS | Text | Rejected | Rejected= Rejected Pending Processing= Blank Missing funding=Insufficient Funds. For error= error text |
STATUS_REASON | Text | Requested execution date outside limits | Descriptive reason of why the payment cannot be processed. |
Updated 6 months ago