Skip to main content

Release 30.07.2025

Modified Endpoints

Orders

Create order

  • paymentSettings.instrumentType now accepts the new enum value cash.
  • For bank‑transfer payments, paymentSettings.transferType now supports the new enum value codi.

Retrieve order details

  • payments[].instrumentType now accepts cash.
  • payments[].paymentDetails now includes a new schema for cash payments.
  • For bank‑transfer payments, payments[].transferType now supports codi.

Retrieve payment methods

  • Query parameter instrumentTypes now supports cash.
  • Response properties instrumentType, transferType, and transferTypes[] now include cash and codi.

Payouts

Create payout request

  • The request‑body property instrumentType now accepts cash.

Retrieve required payout fields

  • instrumentType now accepts cash.
  • payoutSettings.transferType now accepts codi.

Retrieve payout methods

  • Query parameter instrumentTypes now supports cash.
  • Query parameter transferTypes now supports codi.
  • Response properties instrumentType, transferType, and transferTypes[] now include cash and codi.

Retrieve payout status

  • payoutDetails.recipient.transferType now supports codi.
  • payoutTransactions[].instrumentType now supports cash.