Skip to content

Releases: GenesisGateway/genesis_java

1.16.2

30 Jun 09:33

Choose a tag to compare

Features:

  • Added following transaction types as WPF Create supported:
    • EPS
    • Giropay
    • Post Finance
    • Safetypay
    • Trustpay
  • Added sca_preference attribute support to WPF Create request
  • Added payment_type attribute support to Business Attributes
  • Added zero values support for amount to Sale, Sale3D, Authorize, Authorize3D, Init Recurring Sale, Init Recurring Sale3D requests
  • Added bank_code attribute support to P24 request
  • Added return_pending_url attribute support to following requests:
    • WPF Create
    • Sofort
    • Multibanco
    • PayU
    • MyBank
    • iDeal
    • PSE (Pagos Seguros en Linea)
    • Bancomer
    • RapiPago
    • Banco do Brasil
    • Santander
    • Webpay
    • Davivienda
    • Itau
    • Bradesco

Bugs:

  • Fixed "P24" transaction type to "p24"

1.16.1

21 Jun 19:23

Choose a tag to compare

Bugs:

  • Fix COF params validation

1.16.0

14 May 11:23

Choose a tag to compare

Features:

  • Removed PayByVoucher and Trustly Withdrawal transaction types.
  • Added support for following transaction request types:
    • Incremental Authorize
    • Partial Reversal
  • Added preauthorization attribute support to Authorize and Authorize3D transaction request types.
  • Added Credential On File (COF) attribute support to Authorize, Authorize3D, Sale, Sale3D, InitRecurringSale, InitRecurringSale3D, AccountVerification, Payout transaction request types.
  • Added support for additional Credential On File attributes(UCOF) to Sale and Authorize transaction request types.
    • credential_on_file_transaction_identifier - the scheme transaction identifier of the initial transaction
    • credential_on_file_settlement_date - the scheme settlement date in MMDD format (e.g. 0325) of the initial transaction

1.15.0

12 Feb 08:56

Choose a tag to compare

Features:

  • Added support for following transaction request types:
    • AfricanMobileSale
    • AfricanMobilePayout
  • Added SCA params to Authorize and Sale transaction request types
  • Added "recurring_payment",  "merchant_unscheduled" and "auth_network_outage" to the ScaExemptions constants
  • Removed "visa_merchant_id" value requirements when exemption is "trusted_merchant" for Visa Merchant
  • Removed deprecated QIWI and InstantTransfer transaction types

1.14.0

08 Jan 17:14

Choose a tag to compare

Features:

  • Added support for following transaction request types:

    • Bancontact
    • BitPayPayout
    • BitPaySale
    • iDeal
    • Multibanco
    • MyBank
    • OnlineBanking
  • Added attributes to CryptoAttributes interface used in BitPayPayout request:

    • crypto_address
    • crypto_wallet_provider

1.13.0

07 Dec 14:37

Choose a tag to compare

Features:

  • Added 3DS v2 support for following transaction types:
    • Authorize3D
    • Sale3D
    • InitRecurringSale3D
  • Added following transaction types as web payment form (WPF) supported:
    • account_verification
    • bcmc (Bancontact)
    • bitpay_payout
    • bitpay_sale
    • ideal
    • instant_transfer
    • multibanco
    • my_bank
    • online_banking
    • santander_cash
  • Added "return_pending_url" request parameter for web payment form (WPF) request
  • Removed "currency" parameter for recurring sale request
  • Added "moto" attribute to recurring sale request

1.12.0

26 Oct 07:22

Choose a tag to compare

Features:

  • Added support for Neosurf transaction type

  • Added support for PayU transaction type

  • Added support for South American card transaction types

    • Argencard
    • Aura
    • Cabal
    • Elo
    • Cencosud
    • Nativa
    • Naranja
    • Tarjeta shopping
  • Added support for South American Online Banking ePayments(oBeP) transaction types

    • Banco do Brasil
    • Bancomer
    • Bradesco
    • Davivienda
    • Itau
    • PSE
    • RapiPago
    • Santander
    • Webpay
  • Added support for South American cash transaction types

    • Baloto
    • Banco de Occidente
    • Boleto
    • Efecty
    • OXXO
    • Pago Facil
    • Redpagos
  • Added Travel Data parameters for following transaction types - Authorize, Authorize3D, Sale, Sale3D, Capture, RecurringSale, InitRecurringSale, InitRecurringSale3D

    • Airline Itinerary - ticket number, passenger name, customer code, issuing carrier, total fare, agency name, agency code, confirmation information, date of issue, restricted ticket indicator
    • Airline Itinerary Leg - departure date, arrival date, carrier code, service class, origin city, destination city, stopover code, fare basis code, flight number, departure time, departure time segment.
    • Airline Itinerary Taxes - fee amount, fee type
    • Car Rental - purchase identifier, class id, pickup date, renter name, return city, return state, return country, return date, renter return location id, customer code, extra charges, no show indicator
    • Hotel Rental - purchase identifier, arrival date, departure date, customer code, extra charges, no show indicator
    • Reference Ticket - ticket reference id, ticket document number, issued with ticket number, type, sub type
  • Extended Validations to API Requests for:

    • Invalid parameters
  • Added Regex validation for parameters:

    • Car Rental extra charges
    • Hotel Rental extra charges
    • Neosurf voucher number

1.11.0

10 Sep 13:48

Choose a tag to compare

Features:

  • Added support for UPI transaction type

  • Added support for ApplePay transaction type

  • Added Crypto parameter for following transaction types:

    • Authorize
    • Authorize3D
    • Sale
    • Sale3D
  • Added business parameters for following transaction types - Authorize, Authorize3D, Sale, Sale3D, Capture, RecurringSale, InitRecurringSale, InitRecurringSale3D

    • Event Start Date
    • Event End Date
    • Event Organizer Id
    • Event Id
    • Date of Order
    • Delivery Date
    • Name of the Supplier
  • Added support for chaining requests in Genesis Client

  • Added support for asynchronous requests execution in Genesis Client

  • Extended Validations to API Requests for:

    • Required parameters
  • Added Regex validation for parameters:

    • Date
    • Virtual Payment Address of customer

1.10.3

17 Jul 14:37

Choose a tag to compare

Fixes:

  • Fix XML Transformation
  • Fix Reconcile response handling

1.10.2

22 Jun 06:56

Choose a tag to compare

Fixes:

  • Fix Multithreaded environment support