Sipay Business Api
Turkish
  • Turkish
  • English
  1. Schemas
Sipay Business Api
Turkish
  • Turkish
  • English
  • Overview
    • Hızlı Başlangıç Rehberi
    • Partner Cüzdan Entegrasyonu
  • Authentication
    • Get Access Token
      POST
  • Account
    • Get Business Account
      POST
    • Check Personal Wallet (AccountNumber)
      POST
    • Check Personal Wallet (PhoneNumber)
      POST
  • Wallet
    • Create Wallet For Business Account
      POST
    • Wallet Info
      POST
    • Wallet List By Filter
      POST
  • Transaction
    • Business To Personal Transfer
      POST
    • Business To Business Transfer
      POST
    • Send Money To Bank Account
      POST
    • Transfer To Virement
      POST
  • Transaction Data
    • Transaction Type Code List
    • SendMoneyToBankAccount sonrası işlem durumu nasıl kontrol edilir?
    • Summary Record By Filter
      POST
    • Get Request Withdraw List By Filter
      POST
    • Get Request Withdraw By Ext Id
      POST
    • Transaction Receipt
      POST
  • Webhook
    • Bankaya Para Transferi Webhook
    • Para Yükleme Webhook
    • Başarısız Para Yükleme Webhook
  • Schemas
    • Schemas
      • SummaryRecordResponse
      • wallet_info
      • SendMoneyRequest
      • SummaryRecordFilter
  1. Schemas

SummaryRecordResponse

{
    "status": 0,
    "code": "string",
    "message": "string",
    "payload": {
        "results": [
            {
                "id": "string",
                "tenant_id": "string",
                "tx_group_correlation_id": "string",
                "tx_ref_correlation_id": "string",
                "wallet_id": "string",
                "transaction_type_id": 0,
                "transaction_type": "string",
                "transaction_status_id": 0,
                "transaction_status": "string",
                "result_code": "string",
                "created_date_utc": "2025-05-27T07:53:28Z",
                "updated_date_utc": "2025-05-27T07:53:28Z",
                "completed_date_utc": "2025-05-27T07:53:28Z",
                "financial_process_completed_date_utc": "2025-05-27T07:53:28Z",
                "is_financial_process_completed": true,
                "tx_base_amount": 0,
                "tx_additional_fee": 0,
                "tx_amount_with_additional_fee": 0,
                "currency_code": "string",
                "ext_transaction_id": "string",
                "from_description": "string",
                "to_description": "string",
                "from_wallet_number": "string",
                "to_wallet_number": "string",
                "to_wallet_id": "string",
                "from_account_number": "string",
                "to_account_number": "string",
                "from_account_id": "string",
                "to_account_id": "string",
                "from_account_type_id": 0,
                "to_account_type_id": 0,
                "kyc_level_id": 0,
                "from_group_code": "string",
                "to_group_code": "string",
                "receipt_number": "string",
                "ip_address": "string",
                "client_port": "string"
            }
        ],
        "page_index": 0,
        "last_row_index": 0,
        "page_count": 0,
        "page_size": 0,
        "row_count": 0,
        "order_column": "CreatedDateUtc",
        "order_by": "string"
    }
}
Built with