POST webhook/swap/Cards_Transaction_V2_Txn_authorization

Online operations processed will be notified through this event. Online transactions are represented by operations with:

Request Information

URI Parameters

None.

Body Parameters

BeeFlex.Models.Swap.Webhook.TxnAuthorization
NameDescriptionTypeAdditional information
account_info

BeeFlex.Models.Swap.Webhook.AccountInfo

None.

event_type

string

None.

payload

BeeFlex.Models.Swap.Webhook.Payload

None.

persistence_event_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account_info": {
    "account_holder_id": "sample string 1",
    "account_type": "sample string 2",
    "balance_account_group_id": "sample string 3",
    "balance_account_id": "sample string 4",
    "treasury_account_holder_id": "sample string 5"
  },
  "event_type": "sample string 1",
  "payload": {
    "acquiring_country_code": "sample string 1",
    "acquiring_id": "sample string 2",
    "added_time": 1,
    "available_balance_before": 1,
    "billing_amount": 1,
    "billing_amount_authorized": 1,
    "billing_currency": 1,
    "card_id": "sample string 3",
    "cleared": true,
    "currency": 1,
    "expired": true,
    "financial_impact_type": "sample string 4",
    "internal_transaction_id": "sample string 5",
    "linked_transactions": [
      {},
      {}
    ],
    "local_time": 1,
    "mcc": "sample string 6",
    "merchant_city": "sample string 7",
    "merchant_country": "sample string 8",
    "merchant_id": "sample string 9",
    "merchant_name": "sample string 10",
    "msg_type": 1,
    "overcleared": true,
    "pan_masked": "sample string 11",
    "pos_entry_mode": "sample string 12",
    "response_code": 1,
    "reversed": true,
    "spending_limits": {},
    "txn_amount": 1,
    "txn_amount_authorized": 1,
    "txn_type": 1
  },
  "persistence_event_type": "sample string 2"
}

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string"