cancel
Showing results for 
Search instead for 
Did you mean: 

How can I simulate expired authorization?

Hello,

I need to simulate expired authorization. How can I do that? I need to be sure that I will receive same error code number when I will release my code on production env.

 

My test case:

1. Authorize

2. Capture (In this point I should receive error abot expired authorization)

 

I am using authorize cim.

 

Best,

Damian

Damian
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Damian

 

It's currently not possible to simulate an expired authorization using the testing guide.  However, when this does occur, the gateway should return a Response Code 15: http://developer.authorize.net/api/reference/responseCodes.html?code=15 

 

Richard

View solution in original post

RichardH
Administrator Administrator
Administrator
2 REPLIES 2

Hello @Damian

 

It's currently not possible to simulate an expired authorization using the testing guide.  However, when this does occur, the gateway should return a Response Code 15: http://developer.authorize.net/api/reference/responseCodes.html?code=15 

 

Richard

RichardH
Administrator Administrator
Administrator

Hello @RichardH,
It's a pity but thank you for quick response.