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,
        "account": {
            "id": "50617644717007",
            "card_type": "Verve",
            "account_number": "6200000766",
            "avialable_balance": 2077099,
            "ledger_balance": 2077099,
            "minimum_balance": 0,
            "account_class": "STFCUR",
            "ledgeraccount_balancestatus": "2077099ACCOUNT OPEN",
            "minim_balancecurrency": "2077099NGN"
        }
    }
}

Request (validate with otp)

...

Code Block
{
    "status": "Successful",
    "message": "Transaction processed successfully",
    "data": {
        "provider_response_code": "00",
        "provider": "Beeceptor",
        "errors": null,,
        "error": null,
        "account": {
            "id": "50617644717007",
            "errorcard_type": null"Verve",
            "account_number": {"6200000766",
            "idavialable_balance": "50617644717007"2077099,
            "cardledger_typebalance": "Verve"2077099,
            "accountminimum_numberbalance": "6200000766"0,
            "avialableaccount_balanceclass": "2077099STFCUR",
            "ledgeraccount_balancestatus": "2077099ACCOUNT OPEN",
            "minim_balancecurrency": "NGN"2077099"
        }
    }
}

Failed Response

In the case of failure or error, the provider should return failure message in this format (encrypted).

...