public JSONObject chargeReturningCustomer(String authorization_code, String email, String amount, String reference) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_INLINE_CHARGE_AUTHORIZATION);
        ApiQuery apiQuery = new ApiQuery();

        apiQuery.putParams("authorization_code", authorization_code);