Payment Settled
Emitted when funds for a captured payment have been settled with the acquiring bank
Overview
The PaymentSettled event is emitted when funds for a captured payment have been settled with the acquiring bank and are confirmed in the merchant account. It carries the gross, fee, and net amounts, plus details of the settlement instrument used (card network, bank transfer, or digital wallet).
Schema
Event Details
- Amounts: Gross (captured from the customer), fees (deducted by acquirer/networks), and net (credited to the merchant)
- Instrument: Exactly one of card, bank transfer, or wallet settlement details is present
- Batch Settlement: When settled as part of a netted daily batch,
batch_ididentifies the batch
PaymentSettled Schema
An amount of money in a specific currency.
ISO 4217 currency code, e.g. "EUR"
Whole units of the currency
Fractional units, in nano units (10^-9)
Emitted when funds for a captured payment have been settled with the acquiring bank and are confirmed in the merchant account.
Unique identifier for this settlement
Amount captured from the customer
Fees deducted by the acquirer and card networks
Amount credited to the merchant account
SETTLEMENT_TYPE_UNSPECIFIED GROSS NET_BATCHPresent when settlement_type is NET_BATCH
Use merchant_account_id instead
RFC 3339 timestamp of the settlement confirmation
How the funds were settled with the acquiring bank.
SETTLEMENT_TYPE_UNSPECIFIED GROSS NET_BATCH