tenant-transaction-read
or tenant-admin
Returns the details of a Bacs Direct Debit Chargeback.
A successful response containing the requested Bacs Direct Debit Chargeback.
Unauthorized
Forbidden
Chargeback not found
{- "id": "bc903b27-c549-4179-8ff5-9a168605be6e",
- "created": "2022-03-02T12:32:24.151Z",
- "lastUpdated": "2022-03-22T08:15:29.441Z",
- "claimed": "2022-03-02",
- "status": "Pending",
- "appId": "IMBURSE_TESTING_V2",
- "amount": 45.73,
- "currency": "GBP",
- "reasonCode": "1",
- "reasonDescription": "Amount and/or date of Direct Debit differ from Advance Notice",
- "payingBankReference": "DDICPORI5E2",
- "mandateRef": "RRFLKC34L",
- "matchedTransaction": {
- "customerRef": "example-customer-01",
- "financialInstrumentId": "7f9f912c-e826-4e03-9b83-f4228021e2e6",
- "transactionId": "9a62345f-1cfb-49d3-ae87-d04a51c6c574",
- "orderRef": "example-order-01",
- "instructionRef": "example-instruction-01"
}
}
tenant-transaction-read
or tenant-admin
Returns the details of a SEPA Direct Debit Chargeback.
A successful response containing the requested SEPA Direct Debit Chargeback.
Unauthorized
Forbidden
Chargeback not found
{- "id": "bc903b27-c549-4179-8ff5-9a168605be6e",
- "created": "2022-03-02T12:12:21.152Z",
- "lastUpdated": "2022-03-22T08:16:19.461Z",
- "claimed": "2022-03-02",
- "status": "Completed",
- "appId": "IMBURSE_TESTING_V2",
- "amount": 34.62,
- "currency": "EUR",
- "reasonCode": "MD01",
- "reasonDescription": "No mandate or unable to obtain mandate confirmation from the Debtor",
- "payingBankReference": "VNAKWHRM2",
- "mandateRef": "AA63EVBL",
- "matchedTransaction": {
- "customerRef": "example-customer-03",
- "financialInstrumentId": "18601f0d-1926-4d06-856d-c347ffc2b163",
- "transactionId": "846714bf-d770-406e-8c8e-17248e01e69b",
- "orderRef": "example-order-01",
- "instructionRef": "example-instruction-01"
}
}