Carouseller
Home
  • 🚀Getting started
    • Payment glossary
  • Cashier integration
    • Key obtaining
    • Cashier opening
      • iFrame
      • Native version
    • Cashier opening 2.0
      • iFrame
    • Payment processing
    • Webhooks
      • Successful transaction conditions
      • Notification parameters
    • Report request
    • Tracking user's activity in the cashier
    • User reset conditions
    • Signature
  • Payment API
    • API 1.0
      • Key obtaining
      • Deposit
      • Payout
      • Transaction status
    • API 2.0
      • Payment Page Integration
      • Transaction statuses
    • 3DS handler
  • Transaction types
  • Payment methods
  • Test card numbers
Powered by GitBook
On this page
  1. Cashier integration
  2. Webhooks

Successful transaction conditions

An operation is successful, if its status equal to:

status_id
Description

4

success

An operation is considered unsuccessful if its status is equal:

status_id
Description

6

processor decline

7

fraudstop decline

8

mpi decline

11

unsupported protocol operation

12

protocol configuration error

Withdrawals or deposits are determined by the type of transaction contained in the type_id field. Deposits and withdrawals must be made according to the following parameter values type_id:

Depost funds
Withdraw funds

1 (authorization)

4 (void)

3 (purchase)

5 (refund)

6 (rebill)

7 (chargeback)

11 (payout)

PreviousWebhooksNextNotification parameters

Last updated 1 year ago

Page cover image