Payment details for single merchants

Response body will contain all information about the payment. In addition to payment data provided in Payment Initiation request, Response will have set of various statuses and Consumer details.

Our Gateway provides these statuses (parameter status.code) :

Initiated Payment initiation request received from Merchant.
PendingMerchant Payment initiation response sent to Merchant.
InProgress Redirect received from Merchant.
Processing Payment initiation request sent to Provider.
PendingProvider A redirect was received from the Provider OR a Payment status update was received from the Provider; however, the payment status is not terminal.
Approved Payment approved.
SettledFunds has been received in Merchant Account. Currently, in non-prod you won’t be able to receive this status . If you want to test it, inform us, and our dev-support team will change Approved transactions to Settled. Important! Some PIS payment method providers send funds faster than we receive approval from them (in SEPA INST cases), thus there is a case where you might receive this status before Approved.
Failed Payment failed.
Abandoned Payment canceled or abandoned at the Provider OR the Session expires OR the Consumer cancels payment before initiating it.
RefundedThe payment was refunded.
PendingRefundRefund is in progress.
PartialyRefundedA partial amount of the payment was refunded.

To understand if the status is terminal, check status.isTerminal: Boolean finalisation indicator:

  • True – if payment is finalised and its status won‘t change.
  • False – payment is not completed yet.

Tips! There are some exemptions with terminal status when it’s moving from one terminal state to another:

  1. Approved → Settled. When funds are settled, we notify you separately. Currently commercial card transactions don’t have this status for delayed settlement, this is why 2 states can be terminal.
  2. Approved/Settled → Refunded/PartialyRefunded. If your customer required a refund, we move one terminal state to another terminal state that is related to refund action. Usually before changing state to Refunded/PartialyRefunded we add one intermediate status PendingRefund while we process a refund.
  3. Settled → Approved. This change can happen only for SEPA INST payments and it’s caused by asynchronous notifications. Sometimes, funds are received faster than a response from the bank.

Basic authorization and brand information

Providers, payment methods and languages

Single payments

Recurring payments

Scroll to Top