Skip to main content

Release 06.06.2024

· 2 min read

Changelog

New Features

Payout Creation Endpoint Update

In the Payout Creation Endpoint, a new optional parameter webhookUrl has been added. This parameter allows you to specify a webhook URL for receiving notifications about payout status changes for this specific payout.

Payment Status and Webhook Response Update

A new parameter providerPaymentId has been added to the response of the Retrieve Order Details and order Callback. This parameter is the identifier for the specific payment assigned by the payment provider.

Payment Settings Update

A new optional parameter dataEntryMode has been added to the paymentSettings object of the Create Order endpoint. This parameter specifies the methods for customer data entry to process payments:

  • redirect: The customer enters payment information on the provider's (acquirer's) page via redirect.
  • h2h (host2host): The customer enters payment information on our payment page.
  • qr: The customer scans a QR code and enters information on the aggregator's side.

Improvements

Order Time Limit Increase

The default order time limit has been increased from 15 minutes to 24 hours (+1 day from the time of order creation). Change the timeLimit only if you understand the implications.

Synchronization of Order Status Endpoint and Webhook Responses

As promised in the previous release, we have synchronized the responses of the order status endpoint and webhook, making their responses identical.