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

wallet_info

{
    "id": "string",
    "name": "string",
    "account_number": "string",
    "account_type": "string",
    "created_date_utc": "2019-08-24T14:15:22Z",
    "updated_date_utc": "2019-08-24T14:15:22Z",
    "number": "string",
    "fast_iban": "string",
    "phone_country_code": "string",
    "phone_number": "string",
    "email": "string",
    "total_balance": 0,
    "monthly_incoming_total": 0,
    "monthly_outgoing_total": 0,
    "access_level_status_id": 0,
    "access_level_status": "string"
}
Built with