Forward Bank¶
Website: forward-bank.com
Online Banking: sign in
Follow the guidance for setting up a connection with Forward Bank payment provider
Set Up Account¶
Step 1: Contact Forward Bank support manager¶
Send a request on the website or call the hotline. Submit the required documents to verify your account and gain access.
Step 2: Get credentials¶
Credentials that have to be issued:
- Merchant ID
- Terminal ID
- CA Certificate file (if you need H2H Merchant Account connection)
Step 3: Generate Private Key¶
You should create your public key certificate in PEM and CRT formats.
Info
.pem—(Privacy-enhanced Electronic Mail) Base64 encoded DER certificate, enclosed between '-----BEGIN CERTIFICATE-----' and '-----END CERTIFICATE-----'
.crt—usually in binary DER form, but Base64-encoded certificates are standard too
Create or update with your actual data config.dat file in OpenSSL directory.
File Example
[ req ]
prompt = no
distinguished_name = req_distinguished_name
[ req_distinguished_name ]
#Country
CN=UA
#Region
ST=Kiev
#City
L=Kiev
#Organization name
O=ORGANIZATION
#Department
OU=ECOMMERCE
#Certificate name (your name)
CN=YOUR_NAME
#Email
[email protected]
Run the command in a terminal (pay attention that you should replace 'your_merchant_id' in filenames by the actual Merchant ID number):
openssl req -x509 -nodes -days 365 -newkey rsa:4096 -sha1 -keyout 'your_merchant_id'.pem -config config.dat -out xs_'your_merchant_id'_cert.crt
openssl rsa -in 'your_merchant_id'.pem -pubout > 'your_merchant_id'.pub
Save the obtained PEM file. And also, send the obtained CRT file to the processing centre of Forward Bank for checking messages' authenticity on the gateway.
Connect Provider Account¶
Step 1. Connect account at the Corefy Dashboard¶
Press Connect at Forward Bank Provider Overview page in 'New connection' and choose Provider account option to open Connection form.
Enter credentials:
- Merchant ID
- Terminal ID
- upload your PEM key file to the Private Key
- Sender Account (the unique code of the legal entity in the National State Registry of Ukrainian Enterprises and Organizations (ЄДРПОУ))
Also, select Test or Live mode according to the type of account to connect with Forward Bank.
Success
You have connected Forward Bank account!
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Forward Bank Provider Overview page in 'New connection' and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Merchant ID
- Terminal ID
Upload your PEM key file as a Private key and Certificate file as a CA certificate.
Select Test or Live mode according to the type of account to connect with Forward Bank.
Choose Currency and Features. You can set these parameters according to available currencies and features for your Forward Bank account, but it is necessary to check details of the connection with your Corefy account manager.
Success
You have connected Forward Bank H2H merchant account!
Still looking for help connecting your Forward Bank account?