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

Notification parameters

In some cases, the set of parameters transmitted in the notifications can be changed without prior notice.

Parameters
Type
Description
Example

site_id

Numeric

Site identifier

123

amount

Numeric

Amount to be paid in minor units, e.g. for USD - in cents.

10000

currency

ISO 4217 alpha-3

Order currency

USD

real_amount

Numeric

Amount to be paid in minor units, e.g. for USD - in cents.

10000

real_currency

ISO 4217 alpha-3

Channel currency

USD

extended_info_enabled

Numeric

1 โ€“ Notification contains full set of the parameters; 0 โ€“ Notification contains short set of the parameters

0

processor_id

string

Unique transaction number in the External processor system

89151432

processor_message

string

External processor message

Success

customer_purse

string

User's wallet/card number mask. If extended_info_enabled mode is "turned on" only card number is masked

555555...4444

completed_at

ISO 8601

Date and time while the transaction has been completed

2016-02-12T15:19:21+00:00

site_login

String

User login on the Merchant's site

test_login

payment_group_id

Enum

Payment group, by which operation has been processed

1

display_payment_group_id

Enum

Extended payment group, by which operation has been processed

1

payment_type_id

Enum

Payment type

1

customer_ip

string

Userโ€™s Ip

127.0.0.1

source_type

integer

The parameter, determining the type of interface that was used to perform the transaction

4

type_id

Enum

Operation type

11

status_id

Enum

Operation status

4

transaction_id

Numeric

Transaction unique identifier in the system

123456789

external_id

String

Order identifier in the merchant's system

example_external_id

PreviousSuccessful transaction conditionsNextReport request

Last updated 1 year ago

Page cover image