Sandbox Data Dummy

Overview

This section provides dummy data for testing purposes in the Swiftrans sandbox environment. Use these test data sets to simulate various scenarios without affecting real transactions.

{info} All data provided here is for testing purposes only and should be used exclusively in the sandbox environment (https://sandbox.swiftrans.id:9090).

Bank List

[
  {
    "bank_code": "4",
    "bank_name": "Bank Mandiri",
    "account_number": "12340995811",
    "account_name": "Ujang"
  },
  {
    "bank_code": "5",
    "bank_name": "Bank Central Asia",
    "account_number": "12330922231",
    "account_name": "Asep"
  },
  {
    "bank_code": "6",
    "bank_name": "Bank Jago Syariah",
    "account_number": "12389583322",
    "account_name": "Robert"
  },
  {
    "bank_code": "281",
    "bank_name": "OVO",
    "account_number": "081212239281",
    "account_name": "Rudi"
  },
  {
    "bank_code": "282",
    "bank_name": "DANA",
    "account_number": "081212239133",
    "account_name": "Zen"
  },
  {
    "bank_code": "283",
    "bank_name": "GOPAY",
    "account_number": "081212239222",
    "account_name": "Malik"
  }
]