1. Overview
Sipay API Documentation
  • Overview
    • Getting Started
    • Status Codes
    • PreAuthorization / Authorization
    • Webhook
  • Authentication
    • Generating Token
      POST
  • Installments
    • Getting Installment Information
      POST
    • Installments
      POST
  • Commissions
    • Commission
      POST
  • Non Secure Payment
    • Non-Secure Payment Flow
    • Non-Secure Credit Card Payment
      POST
    • Non-Secure Recurring Payment
      POST
    • Non-Secure Insurance Payment
      POST
    • Non-Secure PreAuthorization Payment
      POST
  • 3D Secure Payment
    • 3D Secure Payment Flow
    • 3D Secure Credit Card Payment
      POST
    • 3D Secure Recurring Payment
      POST
    • 3D Secure PreAuthorization Payment
      POST
    • 3D Secure PreAuthorization Payment Merchant
      POST
    • 3D Secure Agriculture Payment
      POST
  • Payment
    • CheckStatus
      POST
    • ConfirmPayment
      POST
    • CompletePayment
      POST
    • Non-Secure and 3D Payment with Sipay
      POST
    • Refund
      POST
  • Cards
    • Card Registration
    • Pay by Card Token
    • Retrieving Saved Card
    • Edit Saved Card
    • Delete Saved Card
    • NonSecure Payment with Hidden Card
  • HASH
    • Hash Information
  • Recurring
    • Recurring Query Search
    • Recurring Plan Process
    • Recurring Plan Update
  • Cashout
    • Cashout to bank
  • Report
    • Settlement API
  1. Overview

Getting Started

This document has been created to provide a conceptual overview of the Sipay Payment Integration and to help merchants and developers gain a better understanding of how the payment system operates.

First, we strongly recommend testing our endpoints. You can also find our Postman collection below.

Postman Collection#

Click here to download

Access URLs#


Test Server : https://provisioning.sipay.com.tr/ccpayment
Live Server : https://app.sipay.com.tr/ccpayment

Test Merchant Information#

You can use the following information to perform your initial tests.

ParameterValueDescription
Merchant Key\$2y\$10$HmRgYosneqcwHj.UH7upGuyCZqpQ1ITgSMj9Vvxn.t6f.Vdf2SQFOA unique key assigned to the merchant, used to authenticate and secure API requests.
APP ID6d4a7e9374a76c15260fcc75e315b0b9 APP ID used for authentication
APP Secretb46a67571aa1e7ef5641dc3fa6f1712aSecret key used for authentication
Merchant ID18309Unique merchant identifier

Test Credit Card Information#

Use the following card details to perform test transactions.

Credit Card Number (Visa Card) : 4508034508034509
Credit Card Number (Master Card) : 5406675406675403
Credit Card Number (Troy Card) : 6501700139082826
Expiry Date : 12/26
CVV : 000
3Ds Password : a
3Ds Password for Troy Card : 123456
Modified at 2026-03-31 11:08:36
Next
Status Codes
Built with