Sipay Business Api
Turkish
  • Turkish
  • English
  1. Wallet
Sipay Business Api
Turkish
  • Turkish
  • English
  • Genel Bakış
    • Hızlı Başlangıç Rehberi
    • Partner Cüzdan Entegrasyonu
  • Authentication
    • Get Access Token
      POST
  • Account
    • Get Business Account
      POST
    • Update Business Account
      POST
    • Check Personal Wallet
      POST
  • Wallet
    • Create Wallet For Business Account
      POST
    • Wallet Info
      POST
    • Wallet List By Filter
      POST
  • Transaction
    • Business To Business Transfer
      POST
    • Send Money To Bank Account
      POST
    • Transfer To Virement
      POST
    • Business To Personal Transfer
      POST
  • Transaction Data
    • Summary Record By Filter
      POST
    • Get Withdraw Request By External ID
      POST
    • Get Request Withdraw List By Filter
      POST
    • Transaction Receipt
      POST
  1. Wallet

Create Wallet For Business Account

POST
/v1/Wallet/CreateWalletForBusinessAccount
Wallet
İşletme hesabı için yeni bir cüzdan oluşturur.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://stsapiuat.walletgate.io/v1/Wallet/CreateWalletForBusinessAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "test",
    "currency_code": "TRY",
    "use_fast_iban": false,
    "tenant_id": 1
}'
Response Response Example
{
    "status": 0,
    "code": "100",
    "message": null,
    "payload": "5169484561"
}

Request

Body Params application/json
name
string 
required
currency_code
string 
required
use_fast_iban
boolean 
optional
tenant_id
integer 
optional
Examples

Responses

🟢200OK
application/json
Başarılı yanıt
Body
status
integer 
required
Statü
code
string 
required
Kod
message
string 
required
Mesaj
payload
string 
required
Yeni Oluşan Cüzdan Numarası
Previous
Check Personal Wallet
Next
Wallet Info
Built with