cancel
Showing results for 
Search instead for 
Did you mean: 

Auth Only + Prior Auth Capture versus Auth and Capture

Hi there,

 

We've recently built an integration that uses the CP API and performs an Auth Only request on card swipe, followed by a Prior Auth Capture if the customer's signature is verified.

 

The transaction is then submitted for settlement, and it all works fine.

 

One of our customers has told us that this is an unorthodox approach, and that it would be better for us to use a single Auth and Capture request, as this will mean that the transaction can be refunded prior to settlement, which we are currently unable to do, and this is frustrating (understandably) for our customers.

 

I haven't found anything in the docs about this. Is anyone able to confirm/verify/shed some light on this?

 

Cheers,

 

Dan.

danw
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

So we would need to implement a 'Refund' as a 'Void' if prior to transaction settlement, and as a 'Credit, if subsequent to transaction settlement?

yes.

 

Our successful transactions are captured very soon after the auth-only - are we able to void captured sales that have not yet been settled?

yes. If it is still on auth_only, you can just void it.  If it got capture, usually you would try a void first then a credit.

View solution in original post

4 REPLIES 4

It the same, you need to "void" if it is non settled or "credit" if it already settled.

 

An auth_only will never get settled until it is capture, so if you need to cancel the transaction, you would need to run a void transaction.

RaynorC1emen7
Expert

Thanks - this makes sense. 

 

So we would need to implement a 'Refund' as a 'Void' if prior to transaction settlement, and as a 'Credit, if subsequent to transaction settlement?

 

Our successful transactions are captured very soon after the auth-only - are we able to void captured sales that have not yet been settled?

 

 

So we would need to implement a 'Refund' as a 'Void' if prior to transaction settlement, and as a 'Credit, if subsequent to transaction settlement?

yes.

 

Our successful transactions are captured very soon after the auth-only - are we able to void captured sales that have not yet been settled?

yes. If it is still on auth_only, you can just void it.  If it got capture, usually you would try a void first then a credit.

Awesome!

 

Thank you so much for your help!