Get Transaction Details

An endpoint allows you to retrieve details of a single transaction using transaction ID

Get Details of a Transaction

{{baseUrl}}api/v1/wallet/ngn/transaction
GET ParametersTypeDescription
transactionid _REQUIREDstringWhether the cake should be gluten-free or not.
{
  "entity": {
        "wallet_id": "83cf6ab1-3804-49c5-bb3b-ff03d091260c",
        "transaction_amount": "1.00000000",
        "transaction_type": "wallet:event:transfer",
        "to_address": "1CBKgJuxHewbuATN2jLwm2uMbzSMLew3mu",
        "transaction_id": "13bd1e8b-6ed1-4d93-a2bb-3c87099b363a",
        "status": "SUCCESSFUL"
    }
}
curl -L -X GET '{{baseUrl}}/api/v1/wallet/ngn/transaction?transaction_id={{transaction_id}}' \
-H 'AppId: {{app_id}}' \
-H 'Authorization: {{secret_key}}'