This site requires javascript to be enabled.

REST API

Results for

Results for Searching
Showing for Platform

RELEASE_20230928.00

Version
Published on 27 Sep 2023
Published on 27 Sep 2023
Published on 28 Sep 2023

Added

  • Added the hostedCheckoutSpecificInput.recurringPaymentsData object for the POST /v1/{merchantId}/hostedcheckouts endpoint. We will provide more information soon about the new feature related to this object.
  • The complete payment endpoint can now be used for completing 3D Secure payments.
  • Mapped error code 33000833 to HTTP status 400 INVALID_VALUE.
  • Mapped error code 30841001.
  • The getInstallmentInfo endpoint has been added, which will provide you information about the available installment plans for consumers in Turkey. Please reach out to your account manager if you want to offer installments in Turkey.

Changed

  • The property networkTokenData.cryptogram is now optional if you create a payment with an external network token.

Fixed

  • Resolved an issue where if a customer selects to pay with a token that did not contain a cardholderName on the MyCheckout hosted payment pages, the token would not be updated with the newly provided cardholderName
  • Resolved an issue where if a customer selects to pay with a token that contains a cardholderName on the MyCheckout hosted payment pages, the cardholderName field would not be editable
  • ThirdPartyStatus.COMPLETED is now being returned if a transaction made with the payment product Pix is successful, declined or expired.
  • Fixed an issue with find payments.
  • The property KeyValuePair.value is now returned even when the value is null.
  • The property merchant is now made visible on the CreateHostedCheckoutRequest.

RELEASE_20230810.00

Version

Added

  • The properties refundOutput.cardRefundMethodSpecificOutput.card.cardNumber and refundOutput.cardRefundMethodSpecificOutput.card.expiryDate are added on the refund response.
  • The properties payoutOutput.references.providerId, payoutOutput.references.providerMerchantId and ~statusOutput.isRetriable~ are now returned on the Payout response.
  • Added support for 2-step 3D-Secure on the WL Online Payment Acceptance only.
  • It is now possible to find payments based on a merchantReference.

Fixed

  • Resolved an issue where if a customer selects to pay with a token that did not contain a cardholderName on the MyCheckout hosted payment pages, the token would not be updated with the newly provided cardholderName.
  • Resolved an issue where if a customer selects to pay with a token that contains a cardholderName on the MyCheckout hosted payment pages, the cardholderName field would not be editable by the consumer.

Changed

  • The payment status CAPTURED is now returned if you retrieve a payment with a final partial capture.
  • Updated Google Pay logo to its latest version.
  • The limit of the order.references.merchantReference property has been increased to 50 characters.

RELEASE_20230622.00

Version

Added

  • The property payment.paymentOutput.references.providerId is now returned on the payment response.
  • The property payment.statusOutput.isRetriable is now returned on the payment response.
  • The property payment.statusOutput.providerRawOutput is now returned on the payment response.
  • The property payment.paymentOutput.references.providerMerchantId is now returned on the payment response.
  • The property payment.cardPaymentMethodSpecificOutput.authorisationCode is now returned on the payment response.
  • It is now possible to create recurring payments.
  • Added the new response property isCheckedRememberMe for the getHostedCheckout API call, which will allow you to see whether a customer ticked the "Remember my details for future purchases" checkbox on the page on which they enter their card details and press the actual pay button.
  • When creating a payment with an invalid network token, IIN_NOT_FOUND error will be returned.
  • Added mapping for the new error code 10267 that may be returned by Ogone/WL Online Payments on authentication failure.
  • It is now possible to create payments using an externally provisioned network token. The data regarding such a network token can be submitted using the cardPaymentMethodSpecificInput.networkTokenData object.
  • Create and Get Payout now return payoutOutput.references.merchantReference.
  • It is now supported to create payments with dynamic 3D Secure enabled.

Fixed

  • When creating a refund on a non-refundable payment, a ACTION_NOT_ALLOWED_ON_TRANSACTION error is now returned.

Changed

  • The property cardPaymentMethodSpecificInput.networkTokenData.eci is now made optional.
  • Refunds that are requested will move to the REFUND_REQUESTED status first, once the funds are settled, it will move to the REFUNDED status. Payouts that are requested will move to the PAYOUT_REQUESTED status first, once the funds are settled, it will move to the PAYOUT_REQUESTED status.