News and Updates
2023-01-12
Summary of changes released Q4 2022
Released to Production:
Payment Services API collection |
|
Initiate payment API |
|
Get Payment Details API |
|
Get Payment Rails API |
New API created to receive best payment rails option |
Get currency exchange rate API |
New API created to receive currency exchange rate |
Planned for Development:
Payment Services API collection |
|
Initiate payment API |
|
Authorize Payment API |
“paymentID” parameter renamed to “paymentOrderNo” |
Payment Details API |
“paymentID” parameter renamed to “paymentOrderNo” |
Payment Status API |
“paymentID” parameter renamed to “paymentOrderNo” |
Currency exchange payment API |
New API to create currency exchange payment |
Authorize currency exchange payment API |
New API to authorize created currency exchange payment |
Get currency exchange payment details API |
New API to get created currency exchange payment details |
More details here
Released to Production:
Account Services API collection |
|
Get Transactions API (v2; v3) |
|
More details here
Released to Production:
PSD2 PIS API collection |
|
Initiate payment (unstructured API) |
|
Payment Information API |
|
Payment Status API |
Changes in “paymentID” parameter’s value |
PSD2 AIS API collection |
|
Read Transaction List API |
|
More details here
Released to Production:
Merchant API collection |
|
Initiate payment API |
|
Get payment details API |
|
Get Recurrence Details API |
New API created to receive all recurring related payments history |
Initiate Recurring payment API |
New API created to initiate subsequent unscheduled recurring payments |
Update Recurrence API |
New API created to update existing subscription/recurrence |
Cancel Recurrence API |
New API created to cancel active subscription/recurrence |
Notifications |
Optional security header added |
More details here
Planned for Development:
Authorization API collection |
|
Get Access Token |
“customerName” parameter renamed to “client_customer_name” |
More details here
2022-05-19
Summary of changes released last month
Released to Production:
Merchant API collection |
|
Initiate Payment API |
CARD method added to payment initiation Before trying this payment method, please contact dev-support@connectpay.com Before going live please contact your account executive, this payment method must be activated separately. |
More details here
2022-04-04
Summary of changes released last month
Released to Production:
Account Services API collection |
|
Get Transactions API |
Fixed sorting order case validation |
Get Accounts API |
Changing name of Name property |
Merchant API collection |
|
Initiate Payment API |
New basic security feature for authorization |
Get Payment Details API |
|
Get Providers API |
|
Authorization API collection |
|
Get authCode API |
User is locked after 5 wrong password login attempts User is locked after 5 wrong SMS OTP attempts |
Get Secured Authorization |
|
Payment Services API collection |
|
Authorize Payment API |
Payment authorization successful request response code changed from 200 to 202 |
PSD2 PIS API collection |
|
Initiate Payment API |
User is locked after 5 wrong password login attempts User is locked after 5 wrong SMS OTP attempts |
Released to Stage:
Authorization API collection |
|
Get Access Token API |
Changing name of Customer Name property |
Refresh Access Token API |
|
Merchant API collection |
|
Initiate Payment API |
OAuth security model replaced with Basic Authorization and request signature. |
Get Payment Details API |
|
Get Providers API |
Planned for development:
Merchant API collection |
|
Initiate Payment API |
CARD method added to payment initiation |
Initiate Payment API |
Payment Consent parameter added to payment initiation |
More details here
2021-11-08
Announcing v3 of OB-AS Get Accounts API
API |
Change type |
Feature |
Detailed description |
Sample |
OB-AS Get Accounts |
Breaking change |
User created IBAN alias property changed from name to displayName. |
This change will align OB-AS Get Accounts API and PSD-AIS Get Account List API and PSD2-BG terminology. |
{ "accounts":[ { "accountId":"LT613740020000000078-EUR", "iban":"LT613740020000000078", "displayName": "User friendly account name" "currency":"EUR", "status":"enabled", "balances":[ { "balanceAmount":{ "currency":"EUR", "amount":"123" }, "balanceType":"interimAvailable" } ] }, |
2021-11-02
SEPA charset support for Payment initiation
As not all SEPA participants support the full character set used in all SEPA countries, for Beneficiary name (creditorName) from 2021-11-02 we will require to provide only Latin characters. SEPA scheme participants must be able to support the Latin character set commonly used in international communication, which are as follows:
a b c d e f g h i j k l m n o p q r s t u v w x y z
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
0 1 2 3 4 5 6 7 8 9
/ - ? : ( ) . , ' +
Space
This change affects all payments - made via OB-PS,PSD2-PIS APIs and Online Banking Portal. If creditorName will contain characters outside of SEPA supported list, Payment Initiation will fail with
- error code: 02001005
- error message: Message Not allowed characters entered in the creditorName
2021-10-26
We are adding Swedish language support to Initiate Payment API from Merchant API set
Swedish language is now supported in our Widget UI. It can be configured by merchant.language parameter in Initiate Payment API.
2021-10-06
We are updating Initiate Payment API from Merchant API set
As Merchant Account (IBAN) is part of your Merchant Profile configuration, we have reduced redundant data entry by removing payment.creditorAccount parameter from Initiate Payment API.
You will not have to specify bank account in API request, we will take this parameter straight from you Merchant Profile configuration.