author

Kien Duong

February 8, 2023

Fiat Payment

When building a casino game platform, the fiat transaction is always the first thing that we need to handle. Unlike the crypto currency transaction, the fiat transactions are suitable for all player levels. In this article, we provide a simple solution to handle fiat currency transactions.

 

1. Deposit transaction

1.1. For player

  • Step 1: Player creates a new request to deposit the fiat money. The casino system will generate an unique code & return to the player. This code will be used for checking the request.
  • Step 2: Player chooses one of the bookmarker’s bank accounts to transfer the money with a message that contains generated code. When the payment is sent, player will be able to capture the transaction screen as an evidence.
  • Step 3: The casino games platform provides a feature to submit a checking request that includes the generated code, transfered amount, (optional) uploading the captured evidence photos.
  • Step 4: The checking request will be stored with the pending status.

photo

1.2. For admin

  • Step 1: On the admin dashboard site, the list of pending requests are shown. Admin will check the requests one by one.
  • Step 2: Admin checks the bookmark’s bank accounts manually and compare with the request detail. The unique code is used to verify faster.
  • Step 3: If the transaction amount & the request detail are same, the checking request will be updated as approved status & the player’s balance will be updated as well.

photo

2. Withdraw transaction

2.1. For player

  • Step 1: Player submits a withdraw request that includes amount, bank account information.
  • Step 2: The withdraw request will be stored with the pending status.

photo

2.2. For admin

  • Step 1: On the admin dashboard site, the list of pending withdraw requests are shown. Admin will check the requests one by one.
  • Step 2: Admin transfers the fiat money to the player’s bank account as request information.
  • Step 3: Admin updates the withdraw request with done status & player’s balance.

photo

Recent Blogs