Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "status": "Successful",
    "message": "Transaction processed successfully",
    "data": {
        "provider_response_code": "00",
        "provider": "Beeceptor",
        "errors": null,
        "error": null,
        "provider_response": {
            "account_number": "2233305555",
            "contract_code": null,
            "account_reference": "48214462006092",
            "account_name": "Akinkunmi Olunloye",
            "currency_code": "NGN",
            "customer_email": "akin@onepipe.io",
            "bank_amename": null,
            "bank_code": null,
            "account_type": null,
            "status": "ACTIVE",
            "created_on": "2020-04-05 23:08:01",
            "reference": "000022200225154318222333334432",
            "meta":{
              "field_key":"field_value",
              "field_key":"field_value"
            }
        }
    }
}

...