Jump to content

Accept Crypto Payments - No Registration Required


ScRaB4ever

Recommended Posts

 

spacer.png

 

Hello from FiskPay
 

We have developed a No KYC - No Registration  cryptocurrency payment gateway in the Polygon network which automates payments. We eye for payments in the blockchain and when a payment is found we send an instant payment notification (IPN).

 

We support fiat to crypto conversions, meaning your customers can input/select a Fiat amount to pay, and we will automatically convert it in the selected token. In example, if you want to be paid in MATIC that has a fiat value of 10 dollars, you just insert "usd-10".

 

We integrate  more than 160 Fiat currencies to convert from and we currently support Fisk, MATIC, USDT, USDC, agEUR, WBTC, WETH tokens. Paying in Fisk has a 0.9% 0.9% transaction fee, while MATIC and every other 3rd party token has a 1.3% 0.13% fee and a 1.8% 0.18% fee respectably.

 

 

Our website link is https://fiskpay.net,
but we would love to hearing from you at our Discord server!

 

 

Edited by ScRaB4ever
Updated fee percentages
Link to comment
Share on other sites

On 2/7/2022 at 2:03 PM, Ioio said:

Nice one m8, when you have time can you make a tutorial on how to get this on a website ? 

 

Thank you very much for your positive words. 
We are currently working on a new website, so the website info is kind of (super) badly structured.
 If you go to https://app.fiskpay.net/ and click on the Instructions tab, you can find some instructions.
 

 

**Project funding - Presale is live!

Update: 8/10/2022
This post is outdated, we are now fully functional!

Edited by ScRaB4ever
Post is outdated
Link to comment
Share on other sites

  • ScRaB4ever changed the title to Accept Crypto Payments - No Registration Required
  • 5 months later...

Our service, although having not been changed on its core, it has been reworked for faster (almost instant) payment notifications, simpler implementation and 0% transaction fees.

You can view a demo, by following this link:
https://youtu.be/_LnoUmjg3TQ

Link to comment
Share on other sites

  • 3 months later...

What is FiskPay?

FiskPay is a Web3 payment viewer working on top of the Polygon network, that enables you to receive an Instant Payment Notification (IPN) every time you receive a crypto payment.

 

What does FiskPay do?

Crypto transactions have no native way of notifing i.e. a webserver about the transaction event. This makes it hard for webmasters to automate a follow-up proccess, like marking an order as "paid" in their database. As a result, website owners choose not to give their customers the option of checking out using crypto. FiskPay, acting as a blockchain viewer, monitors the Polygon network for new transactions and automatically notifies the (crypto) recipient through the HTTP protocol.

 

How does it work?

First of all, using our service requires your customers to use a Web3 wallet, like MetaMask. Acting as a webmaster, by simply including a Javascript script to your website, you can accept cryptocurrency payments and be instantly notified as the transaction gets added to the blockchain. In more detail, the included scripts enables a custom HTTP POST form that "creates orders". When your customer submits the form, their Web3 wallet triggers prompting them to confirm the transaction (practically prompting them to pay for their order). When the order is paid for, FiskPay sends a POST request to a predetermined server with a one time valid encrypted key that is linked to the aforementioned order. All that is left is for you to make a GET request using the key provided and your public address, and get the order and blockchain data along with some extra information. If it sounds complicated you should not worry, because all you actually have to do is add a PHP file (fiskpay_ipn.php) to your website directory and add your follow-up actions, such as setting an order as "paid".

 

How to intergrade?

In order to start using FiskPay you have to include a script to your website header. Then you have to create a destination file that will be called upon a successful payment. To make things easy, you can download the example files from https://implement.fiskpay.com/fiskpay.zip. Inside the zip there are two (2) files, one named example.html and the other named fiskpay_ipn.php. The first contains code that can be used as an example, on how the script should be included in you website and how the post form should look. The latter is the file that will be posted to, by FiskPay (it is the destination file that will receive a POST request with the one time key as body after each sucessfull payment). Please note that you MUST REPLACE THE ETHEREUM ADDRESS IN BOTH FILES WITH YOUR OWN.

 

Service info

TRANSACTIONS LIMIT: 50 transactions / 30 days (free) || unlimited (subscribed)
ACCEPTED CRYPTOS:    MATIC (free) || MATIC, USDT, USDC, agEUR (subscribed)
SUPPORTED FIAT:           160+ fiat currencies (free, subscribed)
PROJECT PHASE:             Open Beta
SUBSCRIPTION COST:    Free (contact me through Discord)
NETWORKS:                     Polygon (mainnet), Mumbai (testnet)

 

Edited by ScRaB4ever
Link to comment
Share on other sites

  • 1 month later...
On 7/29/2023 at 11:13 PM, ScRaB4ever said:

What is FiskPay?

FiskPay is a Web3 payment viewer working on top of the Polygon network, that enables you to receive an Instant Payment Notification (IPN) every time you receive a crypto payment.

 

What does FiskPay do?

Crypto transactions have no native way of notifing i.e. a webserver about the transaction event. This makes it hard for webmasters to automate a follow-up proccess, like marking an order as "paid" in their database. As a result, website owners choose not to give their customers the option of checking out using crypto. FiskPay, acting as a blockchain viewer, monitors the Polygon network for new transactions and automatically notifies the (crypto) recipient through the HTTP protocol.

 

How does it work?

First of all, using our service requires your customers to use a Web3 wallet, like MetaMask. Acting as a webmaster, by simply including a Javascript script to your website, you can accept cryptocurrency payments and be instantly notified as the transaction gets added to the blockchain. In more detail, the included scripts enables a custom HTTP POST form that "creates orders". When your customer submits the form, their Web3 wallet triggers prompting them to confirm the transaction (practically prompting them to pay for their order). When the order is paid for, FiskPay sends a POST request to a predetermined server with a one time valid encrypted key that is linked to the aforementioned order. All that is left is for you to make a GET request using the key provided and your public address, and get the order and blockchain data along with some extra information. If it sounds complicated you should not worry, because all you actually have to do is add a PHP file (fiskpay_ipn.php) to your website directory and add your follow-up actions, such as setting an order as "paid".

 

How to intergrade?

In order to start using FiskPay you have to include a script to your website header. Then you have to create a destination file that will be called upon a successful payment. To make things easy, you can download the example files from https://implement.fiskpay.com/fiskpay.zip. Inside the zip there are two (2) files, one named example.html and the other named fiskpay_ipn.php. The first contains code that can be used as an example, on how the script should be included in you website and how the post form should look. The latter is the file that will be posted to, by FiskPay (it is the destination file that will receive a POST request with the one time key as body after each sucessfull payment). Please note that you MUST REPLACE THE ETHEREUM ADDRESS IN BOTH FILES WITH YOUR OWN.

 

Service info

TRANSACTIONS LIMIT: 50 transactions / 30 days (free) || unlimited (subscribed)
ACCEPTED CRYPTOS:    MATIC (free) || MATIC, USDT, USDC, agEUR (subscribed)
SUPPORTED FIAT:           160+ fiat currencies (free, subscribed)
PROJECT PHASE:             Open Beta
SUBSCRIPTION COST:    Free (contact me through Discord)
NETWORKS:                     Polygon (mainnet), Mumbai (testnet)

 


But do you have some kind of exchange calculator? That calculates perfectly all numbers, especially when we talk about crypto or binary options?

Just recently I have tried to work with a platform https://www.bestchange.com/tether-bep20-to-visa-mastercard-usd.html where I needed to sell Tether to bank card. A software of an automatical calculator worked perfectly. But since I am looking for another services, as I am going to write an article of observation type, I need to try various variants. 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...