Sipay Business Api
English
  • Turkish
  • English
  1. Wallet
Sipay Business Api
English
  • Turkish
  • English
  • Overview
    • Sipay Business API
    • Partner Wallet Flow Guide
  • 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
  • Transaction Data
    • Transaction Type Code List
    • How to payout status check?
    • Summary Record By Filter
      POST
    • Get Request Withdraw List By Filter
      POST
    • Get Request Withdraw By Ext Id
      POST
    • Transaction Receipt
      POST
  • Webhook
    • Bank Transfer Webhook
    • Top-up Webhook
    • Failed Top-Up Webhook
  1. Wallet

Create Wallet For Business Account

POST
/v1/Wallet/CreateWalletForBusinessAccount
Used to create a new wallet for a business account.
Multiple wallets can be created under the same business account.
Wallet type, currency, and product type are required fields.
You’ll get the token from 'https://idsuat.walletgate.io', and all API operations will go through https://stsapiuat.walletgate.io.
We’ll share the exact production domain details when the live environment setup begins.

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
Successful response
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/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"
}
Previous
Check Personal Wallet (PhoneNumber)
Next
Wallet Info
Built with