Sipay Wallet Api
  1. PersonalAccount
Sipay Wallet Api
  • Overview
    • Sipay Business API
    • Partner Wallet Flow Guide
  • Authentication
    • Get Access Token
      POST
  • Account
    • PersonalAccount
      • Register Personal Account
        POST
      • Get Personal Account
        POST
      • Check Personal Wallet (AccountNumber)
        POST
      • Check Personal Wallet (PhoneNumber)
        POST
      • Submit KYC Form
        POST
      • Personal List By Filter
        POST
      • Update Personal Account
        POST
      • Get Personal Bank Account List By Filter
        POST
    • BusinessAccount
      • Register Business Account
      • Get Business Account
      • Business List By Filter
      • Check Business Wallet
      • Business Account Submit KYC Form
      • Update Business Account
      • Get Business Bank Account List By Filter
      • Create Business Bank Account
      • Update Business Bank Account
    • PersonalAccount & BusinessAccount
      • Account Balance Inquiry
      • Get KYC Detail
      • Tenant Bank List By Filter
  • Digital KYC
    • Status
      POST
    • Get Identity Info
      POST
    • Verify Address
      POST
    • Submit Digital KYC Additional Fields
      POST
    • Completed Digital KYC
      POST
  • Wallet
    • Create Wallet For Business Account
      POST
    • Create Wallet For Personal Account
      POST
    • Wallet Info
      POST
    • Wallet List By Filter
      POST
  • Transaction
    • Topup Credit Card
      • Topup Credit Card
      • Request Refund Topup Credit
    • Wallet To Wallet Transfer
      • Personal To Personal Transfer
      • Personal To Business Transfer
      • Business To Personal Transfer
      • Business To Business Transfer
      • Transfer To Virement
    • Withdraw To Bank
      • Withdrawal To Bank Instant
      • Send Money To Bank Account
    • Payment
      • Payment
      • Refund Payment Instant
    • Cashback
      • Cashback
      • Cashback Credit
    • TR QR Code
      • Read TR QR Code
      • Start TR QR Code
      • Get TR QR Code
    • QR Personal To Personal
      • Create QR Personal To Personal Transfer
      • Read QR Personal To Personal Transfer
      • Check QR Personal To Personal Transfer
      • Approve QR Personal To Personal Transfer
    • QR Payment
      • Create QR Payment
      • Read QR Payment
      • Check QR Payment Status
      • Approve QR Payment
  • Loyalty
    • Add Loyalty Program
    • Increase Loyalty Balance
    • Decrease Loyalty Balance
    • Loyalty Payment
  • Card Package
    • Virtual Card
      • Create Card
      • Get Card Info
    • Physical Card
      • Create Prepaid Card
      • Get Card Last Courier Activity
      • Set Card Active and Set Pin
      • Personalize Noname Prepaid Card
      • Validation For Expire Date and Cvv
    • Virtual Card & Physical Card
      • Get Payment Provider Media List By Filter
      • Set Card Pin
      • Update Card Pin
      • Set Card Random Pin
      • Set Card Mobile Phone
      • Set Card Limit and Restriction
      • Get Card Limit and Restriction
      • Set Card As Active
      • Set Card As Passive
      • Set Card As Lost
      • Close Card As Stolen
      • Close Card Permanently
      • Create Card Inquiry
      • Card Transaction Failed List
  • Metropol Kart Entegrasyonu
    • Add Provider Media To Wallet
    • Create 3rd Party QR Code
    • Begin 3rd Party QR Code Payment
    • Complete 3rd Party QR Code Payment
  • Invoice Payment
    • Get Cities
    • Get Product Types
    • Get Products By City And Type
    • Get Product Detail By Product ID
    • Get Invoices By Product And Subscriber
    • Make Payment
  • Transaction Data
    • Summary Record By Filter
    • Get Request Withdraw List By Filter
    • Get Request Withdraw By Ext Id
    • Transaction Receipt
  • Static Data
    • Get Province City List
    • Get City List By Province ID
    • Get Job List
    • Get Country List
  • Webhook
    • Bankaya Para Transferi Webhook
    • Para Yükleme Webhook
    • Kart Statü Değişimleri Webhook
    • Hesap Statü Değişimleri Webhook
    • KYC Statü Değişimleri Webhook
    • KYC 20 Statü Webhook
    • Dijital KYC Webhook
    • Hesap Bilgileri Değişimi Webhook
    • Kartlı Ödemeler ve İadeleri Webhook
    • Cashback Webhook
    • Cüzdanlar Arası Para Transferi Webhook
  • Webhook EN
    • Bank Transfer Webhook
    • Top-up Webhook
    • Card Status Change Webhook
    • Account Status Change Webhook
    • KYC Status Change Webhook
    • KYC 20 Status Webhook
    • Digital KYC Webhook
    • Account Information Change Webhook
    • Card Payments and Refunds Webhook
    • Cashback Webhook
    • Wallet to Wallet Transfer Webhook
  1. PersonalAccount

Get Personal Account

POST
/v1/Account/GetPersonalAccount
Bireysel hesaba ait detaylı bilgileri getirir.
Bu bilgiler; hesap numarası, iletişim adresi ve KYC seviyesini içerir.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/Account/GetPersonalAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "account_number": "baris123"
}'
Response Response Example
200 - Success
{
    "status": 0,
    "code": "100",
    "message": "İşlem Başarılı",
    "payload": {
        "id": "6032924232594877453",
        "tenant_id": "5",
        "account_number": "baris123",
        "alias": "denmne",
        "kyc_level": "Contracted",
        "owner_user_id": "6032928493202435085",
        "phone_country_code": "90",
        "phone_number": "5537778880",
        "email": "baris16@gmail.com",
        "user_kyc_info": {
            "first_name": "BARIŞ",
            "last_name": "TOPER",
            "birth_year": 2002,
            "kyc_level": 40,
            "kyc_level_status": "Contracted",
            "national_id": "11187653526",
            "sector_id": "48",
            "mother_name": "",
            "father_name": "",
            "register_type": 2,
            "monthly_income": null,
            "income_source": null,
            "monthly_transaction_volume": null,
            "monthly_transaction_count": null,
            "security_question": "Çocukluk arkadaşın ismi nedir?"
        },
        "access_level_status_id": 1,
        "created_date_utc": "2022-10-25T08:13:30.935607Z",
        "updated_date_utc": null,
        "password_expire_date": null,
        "contact_address_contact_first_name": null,
        "contact_address_contact_last_name": null,
        "contact_address_contact_email": null,
        "contact_address_contact_phone": null,
        "contact_address_address_line1": null,
        "contact_address_address_line2": null,
        "contact_address_zip_postal_code": null,
        "contact_address_state_province_code": null,
        "contact_address_country_code": null,
        "last_activity_date_utc": null,
        "last_failed_login_date_utc": null,
        "is_account_locked": false,
        "group_code": null,
        "ext_account_number": null,
        "is_hidden": null
    }
}

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
Başarılı Yanıt
Body

🔵316AccountNotFound
Modified at 2025-07-18 07:10:21
Previous
Register Personal Account
Next
Check Personal Wallet (AccountNumber)
Built with