Auth and Capture FAQs

Authorize and Capture FAQs for TabaPay Developers

🚧

Coming Soon

This product is being prepared for release. Contact TabaPay for questions.

Authorizations

Can all card brands be authorized and captured?

Yes. Visa, MasterCard, Discover, and American Express are all supported for authorizations and captures with TabaPay.

What is the difference between Authorization and Capture?

Authorization is the process of verifying the availability of funds and ensuring the cardholder's account is in good standing. When the requested funds are available, a temporary hold is placed on the funds requested at the cardholder's account without actually moving the funds out yet. The card will not be charged for the funds.

Capture is an instruction to finalize the original authorization and request funds be withdrawn from the cardholder's account to the merchant's account.

How many times can I “capture” a transaction?

Once.

Can I capture a percentage of the authorization?

No, you can only capture the full amount at this time.

Will the cardholder's statement have proof of authorization?

The decision to display an authorization event depends on the issuer.

When will an authorization expire?

The hold on funds will be released after a period of time. This period of time is determined by the issuer and as a best practice, it is recommended TabaPay Clients capture funds within 2-3 days of the authorization.

TabaPay Clients can still attempt to capture payment (even after a week or two of the original authorization), but the authorization request may fail.

If authorization fails (for example, if the card expires within the 7-day period), the transaction must be voided.

TabaPay will disallow authorizations to be captured after 45 days.

📘

Capturing or Deleting Auths

Make sure you always Capture or Delete your authorizations before they expire.

Does an authorization and capture have to happen back to back or at once?

The time delay between an authorization and capture is up to the TabaPay Client and their business function. For instance, in e-commerce, authorizations happen when the consumer places and order but captures typically happen when items are shipped out and not before.

Does this support 3DS?

Yes, you can pass in the 3DS cryptogram in the Create Transaction + Authorize call.

What is a “hanging authorization”?

When a client calls the Create Transaction API using the authorize flag, this creates an Authorization. This means the issuing bank will temporarily “hold” that amount for the authorization UNTIL a client “captures it” by calling the Capture Transaction API.

If a client DOES NOT call Capture Transaction for an Authorization, this is referred to as a “hanging authorization”.

⚠️

Penalizations on Hanging Auths

Merchants may be penalized by the networks if they have “hanging authorizations”.

Merchants MUST “capture” every transaction as soon as possible, or call Delete Transaction to cancel the authorization.

Eventually, the issuing bank will cancel the temporary hold and return the funds to the card holder. However, this is considered a bad user experience and networks may penalize the client for causing this situation.

Capture

Settlement & Reporting

Will TabaPay Clients get charged for authorizations and captures?

Settlement of transactions will depend on successfully captured events.

Authorizations that do not result in capture must be voided.

Excessive authorizations will be subject to card network rules around any fee involved when the behavior is non-conformant from what is recommended.

I am an existing TabaPay Client. What reporting changes must I expect to see?

What is the Visa Misuse Fee for authorizations?

Visa assesses a misuse fee for authorizations that are neither settled nor voided/reversed within certain timeframes.

What are potential misuse of authorization scenarios?

Here are some typical misuse examples:

  • Frequently performing (especially small dollar) authorizations without any intent to capture
  • Not voiding or reversing transactions that were authorized. (This results in negative cardholder experiences with their funds being on hold)

Others

What happens when there's a chargeback when the authorization is in hold?

TabaPay Clients can release the hold on funds by voiding the original request by utilizing the Delete Transaction API.