General and special cases
Last updated
Was this helpful?
Last updated
Was this helpful?
This chapter covers general and special cases, that do not apply to one payment method, but also do not apply in every case, for example special behaviors in case of certain acquirers and special features, across multiple payment methods, that need a special integration. This chapter covers these cases.
In case of many payment methods, they go through a two step process, we call Authorization and . This can be used to charge the customer at a later date to the time of the transaction, while still having a guarantee, that the money will arrive, in contrast to authorizing and capturing at a later date, e.g. by using .
Usually, the Capture has to happen within 10 days, depending on the payment method and the card hodlers bank -this is just a rule of thumb-. After this time-frame has passed, there won't be a guarantee, that the money can still be deducted from the payers bank-account.
Some businesses however require the authorization to be valid for a longer time. This is, where pre-authorizations come into play.
This feature can extend the window to a guaranteed 30 days, giving the merchant more time to deliver their service(s).
Please note, that pre-authorizations can introduce additional fees. Please contact your account manager, or , for more information.
The following payment methods do support pre-authorizations:
In order to be applicable for pre-authorizations, the following requirements need to be met:
Pre-Authorizations are only applicable for certain Merchant Category Codes (MCC). The MCC is basically an ID, that defines the general area of business the merchant is in. For example, if they are dealing with electronics, are in the hospitality business, a flight agency etc. Please contact your account manager, , if you have questions about this detail.
Pre-Authorizations need to be flagged through the Saferpay API, with the initial request, during a transaction. For example the , or Initialize, or Authorize Direct, in case of . To do so, you must set the Payment.Options.PreAuth
parameter to true
.
Pre-Authorizations only work within that 30 day time-frame. If your business-case requires more time, then you have to re-authorize the card, effectively doing a new transaction.
This has the upside, that you can go way beyond the 30 days of pre-authorizations. However the downside is, that the solvency of the payer can change during that time, leading to the card being rejected. So you need to evaluate, which flow is best for you in a given situation.
A partial approval is best explained with an example:
A customer comes to your shop and orders goods worth 100 Euros.
He/she enters the card details, and Saferpay authorizes the card. During authorization, the cardholder's bank checks the solvency of the cardholder and concludes that only a maximum of 80 Euros can be authorized.
Usually, such a transaction would be declined. However, if the merchant requests a partial approval, the card can be authorized for 80 Euros.
This sort of authorization type is best suited for goods that are sold in bulk, like for example screws, certain food items, or petrol at a gas station.
Not all Issuers may support this feature. If partial approvals are not supported, either the full amount will be authorized, or the transaction will be declined.
Partial approvals can only be requested with SpecVersion 1.29, or higher.
The merchant must make sure that his inventory is adjusted accordingly, since less will be payed than initially requested.
Many credit cards are also dual-branded, meaning, that they do have a second brand attached to their main brand, for example a Bancontact card also having Visa functionality.
Saferpay generally does support dual branded cards and is able to detect these cards.
These cards have a primary and a secondary branding, meaning, that one brand is preferred over the other. Saferpay will automatically detect these brands and attempt to perform the transaction through the primary brand. If that is not possible, Saferpay will attempt to process via the secondary brand.
If the primary brand rejects the transaction, Saferpay will not attempt to perform a transaction through the secondary brand, as this is deemed a valid rejection.
Though we at Worldline do offer the possibility to process credit cards, it is sometimes necessary to involve third parties in order to process credit cards in certain countries and regions. This chapter will cover the special characteristics you need to consider, if you want to use Saferpay with these processors.
Chase Paymentech is a US credit card processor with office in Dallas, Texas. Worldline offers the possibility to process credit cards over this processor, directly in the US.
Please take note to the following restrictions and characteristics.
OrderId: Due to technical restrictions, the OrderId will not be forwarded to Chase to be shown on your reconciliation files from chase. Saferpay will instead fill it with a unique, increasing, numeric value, to meet Chase Paymentechs requirements. Therefore, a later identification through the OrderId will not be possible.
You can do so, by first saving the card inside our and then use our to authorize the card at a later date.
Partial approvals are only available for , and .
A partial approval can only be requested when using either the , or In the request, the parameter Payment.Options.AllowPartialAuthorization must be set to true.
Please make sure that you have read the chapter, since an request is classified as a Merchant Initiated Transaction (MIT), if you intent to use this request!
If a partial approval is executed, will not be performed!
Since the Transaction Interface consists of more, than just one request, you have to first request a partial approval with :
will then return the authorized amount:
Saferpay also supports the direct insertion of decrypted Scheme-tokens, provided by any external provider (For example, Apple Pay). This way, it is possible to provide a more seamless and integrated solution. However, in this case, the integration is realized via the . The overall transaction-flow will stay the same. The only thing you must take care of is, that you provide the necessary data, within the PaymentMeans.SchemeToken container, through the .
Since the Tokens are decrypted in those cases, this integration is only allowed with a
This means, that this card can be processed as both, and .
So in case of the example above, Saferpay will first attempt to perform a transaction and if that brand is not available for processing, we will proceed with .
In order for this to work, one, or both, of these brands must be activated on your . In case of the example above, you either need or to be active.
The secondary brand will only be used, if the processing via the primary is not available (e.g. the brand not being activated on the ).