Bank Transfer Payment: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(rename Barion Payment Gateway to Barion Smart Gateway)
(→‎Availability: restructure)
Line 32: Line 32:
{{NotificationBox|title=NOTE|text=Different banks are available for EUR and CZK|color=#1993c7}}
{{NotificationBox|title=NOTE|text=Different banks are available for EUR and CZK|color=#1993c7}}


=== Supported banks ===
=== For CZK ===  
 
'''Supported Czech banks'''<br/><br/>
[[File:AIRBANK_CZ.png|100px|link=]]  
[[File:AIRBANK_CZ.png|100px|link=]]  
[[File:CSAS_CZ.png|100px|link=]]
[[File:CSAS_CZ.png|100px|link=]]
Line 46: Line 44:
[[File:UNICREDIT_CZ.png|100px|link=]]  
[[File:UNICREDIT_CZ.png|100px|link=]]  
<br/><br/>
<br/><br/>
'''Supported Slovak banks'''<br/><br/>
 
=== For EUR ===
'''In Slovakia'''<br>
[[File:CSOB_SK.png|100px|link=]]  
[[File:CSOB_SK.png|100px|link=]]  
[[File:INTESA_SANPAOLO_SK.png|100px|link=]]  
[[File:INTESA_SANPAOLO_SK.png|100px|link=]]  
Line 56: Line 56:
[[File:TATRA_SK.png|100px|link=]]
[[File:TATRA_SK.png|100px|link=]]


=== Supported countries for EUR payments ===
'''In other countries'''
# Austria
# Austria
# Belgium
# Belgium

Revision as of 07:30, 10 June 2022

Bank Transfer Payment

In the case of payment by bank transfer, the customer fulfills its payment obligation by bank transfer. This means that a customer can choose to pay for the goods via a prepared bank transfer. This is an additional option for the customer to choose from (besides e-money payment from a wallet and card payment).

If all the technical requirements are met (see below) on the gateway there will visible a third funding source option for the customer.

The process is the following

  1. The customer arrives at the Barion Smart Gateway
  2. Customer decides to pay with bank transfer, selects one of the banks, and clicks the Pay button.
  3. Customer is redirected to the selected bank's GUI
  4. Customer inputs all the necessary information required to make the transfer
  5. Customer is redirected to the Barion Smart Gateway and is presented with the result
  6. Customer is redirected to the merchant's shop

In case the transfer was unsuccessful the customer is allowed to try the payment again with another bank or even with another funding source. If the transfer was successful a callback is sent to the merchant's server.

However, there are certain bank transfers that take longer so by the time the customer finishes the payment process the result of the process is not known yet. In these scenarios the customer is presented with an appropriate message that contains information about the situation. Later when the result of the transfer is decided an e-mail message is sent to the customer about the result.

Availability

At the moment we only support immediate payment scenarios, later the reservation/escrow scenario will be supported as well. Until then in reservation scenarios, the gateway will not offer the bank transfer payment option for the customer.

This feature is only available for payments conducted in CZK or EUR. For all other currencies this option will be hidden.
You can view the full list of supported banks by creating a payment in our demo shop. In order to see the banks available for different countries, make sure to adjust the Country - Currency (CZK/EUR) in the top right corner.

WARNING - the payments in the demo shop are processed in a production/live environment with real money transfers.

NOTE
Different banks are available for EUR and CZK

For CZK



For EUR

In Slovakia

In other countries

  1. Austria
  2. Belgium
  3. Germany
  4. Estonia
  5. Finland
  6. France
  7. Greece
  8. Ireland
  9. Italy
  10. Latvia
  11. Lithuania
  12. Luxemburg
  13. The Netherlands
  14. Portugal
  15. Slovakia
  16. Slovenia
  17. Spain

Callback process for bank transfer payment scenarios

There are two types of transfer scenarios regarding bank transfer payments. Only after the customer completes the transfer will the system know which scenario is used. So, every system that handles payments that can be paid with bank transfer must handle the asynchronous scenario as well.

Synchronous scenario
In this case, the result of the bank transfer is known immediately after the transfer. This scenario works the same way as the card payment scenario. After the final status of the payment is known a callback mechanism is started to notify the merchant.

Asynchronous scenario
There is a scenario where the result of the bank transfer is not available at the end of the payment. It can take up to five days to receive the final result of the transfer. In this case the Barion system starts two callback process.

  1. One process will be started when the Barion system receives information that the asynchronous scenario is applied for the transfer,
  2. and one process when the final result of the transfer is available.

As with any callback the merchant should use the GetPaymentState request to decide what happened.

In the first callback mechanism a new payment status is introduced, called Waiting. This represents the status where the Barion system is waiting for the final result of the bank transfer. At this point the payment is not completed and still can be Failed as well.

When the Barion system receives the final result of the transfer, a new callback mechanism is started to notify the merchant again.

GetPaymentState implications

If a customer paid with bank transfer there are a number of transaction types that can appear in the response of a GetPaymentState call.

  • BankTransferPayment: the actual payment transaction itself
  • RefundToBankAccount: if there was a refund, this represents it
  • StornoUnSuccessfulRefundToBankAccount: if the refund was not successful, this is the storno for it
  • BankTransferPaymentFee: The fee deducted for using this feature

These are unique for this type of payment, but apart from these, any other transaction type can be present like in any other payment scenario.

Payment status changes

This is a diagram for the payment status changes if the payment was funded with a bank transfer.