Sipay Business Api
Turkish
  • Turkish
  • English
  1. Transaction
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
    • Get Payment Types
      GET
  • 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
  1. Transaction

Get Payment Types

GET
/v1/Transaction/GetPaymentTypes
Transaction servislerinde ödeme tipi seçimi için gerekli olan ödeme tipi bilgilerinin listelenmesi amacıyla kullanılır. Seçilen ödeme tipine bağlı olarak açıklama (description) alanının zorunlu olup olmadığı ve minimum karakter uzunluğu gibi validasyon kuralları bu servis üzerinden belirlenir.

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/Transaction/GetPaymentTypes' \
--header 'locale;'
Response Response Example
{
    "status": 0,
    "code": "100",
    "message": "",
    "payload": [
        {
            "code": "01",
            "description": "Residential rent payment",
            "extra_description_min_length": 0
        },
        {
            "code": "02",
            "description": "Commercial rent payment",
            "extra_description_min_length": 0
        },
        {
            "code": "03",
            "description": "Other rental payment",
            "extra_description_min_length": 0
        },
        {
            "code": "04",
            "description": "E-commerce transaction",
            "extra_description_min_length": 0
        },
        {
            "code": "05",
            "description": "Employee payment",
            "extra_description_min_length": 0
        },
        {
            "code": "06",
            "description": "Commercial transaction",
            "extra_description_min_length": 0
        },
        {
            "code": "07",
            "description": "Personal transfer",
            "extra_description_min_length": 20
        },
        {
            "code": "08",
            "description": "Investment transaction",
            "extra_description_min_length": 0
        },
        {
            "code": "09",
            "description": "Financial transaction",
            "extra_description_min_length": 0
        },
        {
            "code": "10",
            "description": "Education payment",
            "extra_description_min_length": 0
        },
        {
            "code": "11",
            "description": "Dues payment",
            "extra_description_min_length": 0
        },
        {
            "code": "12",
            "description": "Real estate transaction",
            "extra_description_min_length": 0
        },
        {
            "code": "13",
            "description": "Vehicle purchase transaction",
            "extra_description_min_length": 0
        },
        {
            "code": "14",
            "description": "Loan/repayment",
            "extra_description_min_length": 0
        },
        {
            "code": "15",
            "description": "Gift/donation/aid",
            "extra_description_min_length": 0
        },
        {
            "code": "16",
            "description": "Tax/duty/fee payment",
            "extra_description_min_length": 0
        },
        {
            "code": "17",
            "description": "Compensation/insurance payment",
            "extra_description_min_length": 0
        },
        {
            "code": "18",
            "description": "Legal/consulting/advisory payment",
            "extra_description_min_length": 0
        },
        {
            "code": "19",
            "description": "Healthcare payment",
            "extra_description_min_length": 0
        },
        {
            "code": "22",
            "description": "Entertainment and social media payment",
            "extra_description_min_length": 0
        }
    ]
}
Previous
Transfer To Virement
Next
Transaction Type Code List
Built with