v1
latestOpenAPI 3.1.02026-07-2483219318.4 KBSupport
Transaction support
Let us know when we get something wrong 🙏. The request body should match the type of request you are making:
Notify Us Of A Duplicate
| Parameter | Example | Description |
|---|---|---|
| type | "DUPLICATE" | Let us know that two Akahu transactions are actually the same transaction in the bank. |
| other_id | "trans_1111111111111111111111111" | The duplicate transaction ID. |
Notify Us Of An Enrichment Error
| Parameter | Example | Description |
|---|---|---|
| type | "ENRICHMENT_ERROR" | Let us know when we get something wrong. |
| fields | [ "merchant.name"] | A list of dot-separated paths to the incorrect values |
| comment | "X should be Y" | Additional info you want to include. |
Suggest An Improvement To Enrichment Data
| Parameter | Example | Description |
|---|---|---|
| type | "ENRICHMENT_SUGGESTION" | Let us know about further enrichment that can be applied to this transaction transaction in the bank. |
| comment | "Can you please add X to Y?" | The enrichment information you want to tell us about. |
post/support/{transaction_id}
Headers
X-Akahu-Idstring required
Your App ID Token.
Request body
Example request
{
"type": "DUPLICATE"
}Response
Successful response.