I have on scenario , please help me to find out the solution :
1) I Authorize credit card with 10$ and we are not storing credit card information
2) after 30 days when transaction is expired as per authorize.net doc
3) can I capture the Authorized amount using same transaction id with api? how? (I haven`t capture it yet after initial authorization.)
Can i re-authorize credit-card using transactionId?
03-11-2015 06:35 AM
Hello @ravimandli88
Authorizations expire after 30 days and cannot be re-authorized. You might consider using a combination of Authorize a Card and Create a Profile. If you void the authorization, or it expires, you can use Charge a Customer Profile.
Richard
03-13-2015 04:02 PM