cancel
Showing results for 
Search instead for 
Did you mean: 

ARB + silent Post + Java

Hi,

I have problem with integration silentPost with JAVA rest. I've create REST service:

 

@Override
    @RequestMapping( value = "/subscription/silentPost", method = RequestMethod.POST )
    @ResponseBody
    public void subscriptionSilentPostReceiver( @RequestParam( value = "x_subscription_id", required = true ) int subscriptionId,
            @RequestParam( value = "x_response_code", required = true ) int responseCode,
            @RequestParam( value = "x_response_reason_code", required = true ) int responseReasonCode,
            @RequestParam( value = "x_type", required = true ) String type,
            @RequestParam( value = "x_subscription_paynum", required = true ) int subscriptionPaymentNumber,
            @RequestParam( value = "x_trans_id", required = true ) int transactionId,
            @RequestParam( value = "x_amount", required = true ) BigDecimal amount,
            @RequestParam( value = "x_MD5_Hash", required = true ) String md5Hash )
    {

LOGGER.error( "subscriptionSilentPostReceiver() - execution for transactionId" + transactionId );

}

 

I have updated silentPost url on test.authorize account to connect with this service. I have done some testing transactions. There is no server log like that "subscriptionSilentPostReceiver() - execution for transactionId xxxxxx". What is wrong?

sidorczukp1
Member
3 REPLIES 3
RaynorC1emen7
Expert

We have created full account and tested silent post with test credit card. Silent post hasn't sent any post.

We were testing our service (described on first post) with form like described here: http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/ and it works fine, but on real server there is no post from authorize.net.

sidorczukp1
Member

Hi,

I am also facing the same issue. Can you help me to solve the silent post issue.?

 

I could not open this link. http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-po...

 

 

Thanks.