Sipay Wallet Api
  1. Invoice Payment
Sipay Wallet Api
  • Overview
    • Sipay Business API
    • Partner Wallet Flow Guide
  • Authentication
    • Get Access Token
      POST
  • Account
    • PersonalAccount
      • Register Personal Account
      • Get Personal Account
      • Check Personal Wallet (AccountNumber)
      • Check Personal Wallet (PhoneNumber)
      • Submit KYC Form
      • Personal List By Filter
      • Update Personal Account
      • Get Personal Bank Account List By Filter
    • 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
      POST
    • Get Product Types
      POST
    • Get Products By City And Type
      POST
    • Get Product Detail By Product ID
      POST
    • Get Invoices By Product And Subscriber
      POST
    • Make Payment
      POST
  • 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. Invoice Payment

Get Product Types

POST
/v1​/InvoicePayment​/GetProductTypes
Fatura tiplerini ve bunlara ait ID’leri döndürmek için kullanılır.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1​/InvoicePayment​/GetProductTypes' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
    "status": 0,
    "code": "100",
    "message": null,
    "payload": [
        {
            "product_type_oid": "fb6b7abf-b865-42a0-b328-e9358d1aaa5a",
            "product_type": "SU"
        },
        {
            "product_type_oid": "aa01b6ad-cc0d-4ebf-9789-e27e35c73d9d",
            "product_type": "DOĞALGAZ "
        },
        {
            "product_type_oid": "5b81caab-b46d-4faa-869b-7ff088c604ac",
            "product_type": "ELEKTRİK"
        },
        {
            "product_type_oid": "1b371965-61a0-4a76-acbc-1974b63c9515",
            "product_type": "GSM"
        },
        {
            "product_type_oid": "79cbf850-7442-4755-b8bc-40d8d7ad1193",
            "product_type": "İNTERNET"
        },
        {
            "product_type_oid": "3b98fd39-ca8d-41c7-8322-814008ab2655",
            "product_type": "JEOTERMAL ISITMA"
        },
        {
            "product_type_oid": "f9836788-abc3-435a-a4e0-3cf7a87f54b6",
            "product_type": "UYDU/TV TAHSILATI"
        },
        {
            "product_type_oid": "6f363082-e078-4dfe-a10e-fabe516cc09e",
            "product_type": "DİĞER KURUMLAR"
        },
        {
            "product_type_oid": "ca199a8e-d779-4f7a-a0e3-0bc0d3cd546d",
            "product_type": "TELEFON "
        }
    ]
}

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Modified at 2025-07-08 14:00:49
Previous
Get Cities
Next
Get Products By City And Type
Built with