Bitcoin Forum
September 22, 2025, 11:43:22 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Announcements / Re: [ANN] CryptApi.Io ---> MultiCurency API service (no registration required!) on: March 17, 2018, 08:29:35 PM
The only thing required is that you implement the logic on your server to handle the callbacks sent to your server when the transaction from the client is confirmed.

Contact the developer

Sent three emails and no reply... Huh

We are very sorry, our email had a typo on the documentation (prontonmail instead of protonmail).
Our email is: cryptapi@protonmail.com

Please re-send your questions and we will reply ASAP.

How does it work? Could you post the documentation link?

Interactive documentation is here: https://cryptapi.io/docs/
2  Economy / Service Announcements / Re: [ANN] CryptApi.Io ---> MultiCurency API service (no registration required!) on: March 06, 2018, 09:53:03 PM

This might work for buying new cars or trading coins but who's going to use it for something worth less than $100 due to the fees
and this is made worse if you don't buffer up the outbound payments because profit could be consumed by mining fees.

Tips or $0.10 to download a .pdf manual and items under $10 must be half the market on the internet and we have not moved quite
just yet into Pay-as-you-go IPTV but this is where I think we are heading and you could use the ShapeShift REST API's to convert the
coins without getting too complicated and having to then argue about conversion rates by using a 3rd party.
We do understand what you're saying, and it surely isn't feasible for payments under $10, atleast for BTC (ETH is OK with payments down to $5, IOTA is OK with any value).

That being said, our system is not meant to buffer the payments since it has no registrations or API keys, so there's no account where to buffer the funds. That's not what we're trying to achieve.

What we want is to give the easiest API possible for websites to implement cryptocurrency payments, hassle-free. Our aim is for e-commerce websites, aswell as digital goods websites ("buy 100 credits for 0.01 ether!", or whatever), who want to add multiple currencies (and receive in multiple currencies) with as little code as possible.
3  Economy / Service Announcements / Re: [ANN] CryptApi.Io ---> MultiCurency API service (no registration required!) on: March 06, 2018, 07:51:56 PM
We have posted a detailed announcement about our system here, please give it a look and let us know your questions and suggestions: https://bitcointalk.org/index.php?topic=3077339

So you own the private keys and the cost is about 1% but you will do a call-back to web-servers or page that is running the script.

Both ETH and BTC have priced themselves out of the small payments market due to transaction costs so IOTA sounds good as does Ripple
for taking payments (Cheap as chips) but then use an accumulator maybe and make payments to clients in BTC or better still ETH to keep
external costs down.

Use the notes field in the transaction to add your order number so that the two ends tie up with each other

The idea is that services choose what coins to accept, and with our service they can accept multiple coins without extra effort or multiple API integrations.
We don't keep anyone's money, as soon as it is received it is forwarded to the address provided by the service. We also don't plan to provide currency conversion (accepting in IOTA but receiving in BTC).

We do own the private keys for the temporary addresses created by our system for the payments. But, like I said before, the payments are forwarded almost instantly, there is no user's money sitting there.

When the payment is confirmed our service does a callback to the URL provided.
It is in that URL that the users should provide the indications they will need to verify the payment along with a nonce to verify that the callback is coming from us.

The callback URL should look something like this:
Code:
http://example.com?invoice=12345&nonce=DSsdf432Dee342dfHG

then, when our system makes the request, it will use the URL (with the parameters already provided), and append the rest of the parameters, like value, TXID in, TXID out, number of confirmations, etc
4  Economy / Service Announcements / Re: [ANN] CryptApi.Io ---> MultiCurency API service (no registration required!) on: March 06, 2018, 07:14:47 PM
Is this like hassle free if I give you all my public keys or let you hold my money ?

No offence but we get lots of scammers here and you can never be too careful can you now.

Hello Cen
We have posted a detailed announcement about our system here, please give it a look and let us know your questions and suggestions: https://bitcointalk.org/index.php?topic=3077339
5  Economy / Service Announcements / [ANN] CryptAPI.io - Bitcoin, Ethereum and IOTA Payment Processor API on: March 06, 2018, 07:03:15 PM

CryptAPI

Cryptocurrency payments, uncomplicated.



https://cryptapi.io







What is CryptAPI?
CryptAPI is a payment processor API, which allows you to create payment addresses for your customers on multiple cryptocurrencies easily

How does it work?
With a single line of code you can request a new payment address on any of the supported coins, you just need to provide the callback URL where you will be notified of the payment and the address where you want your payment forwarded to. Give that address to your customer, where he or she can issue the payment, and, as soon as the transaction is confirmed our system will forward the payment to you and notify your callback URL with the payment details (value, TXID in, TXID out, number of confirmations, etc)

How much do I pay to use your service?
You have no costs upfront, but we have a 1% fee in order to pay for our infrastructure.

Here is the full fee formulas for all the coins we support so far:

Coin            Minimum Amount        Fee        
Bitcoin        0.0005 BTCmax(0.00025, 0.01 * amount)
Ethereum       0.001 Ethermax(0.0005, 0.01 * amount)
IOTA       0.5 MIOTAmax(0.25, 0.01 * amount)


What is the "Minimum Amount"?
Means that payments below this amount are disregarded by our system and will not be forwarded.
These values may be updated in the future based on the coin's value and fees.

Where do I sign-up?
You don't! In our service we value your privacy, so there's no sign-ups, API keys or anything like that. All you need to request a new payment address is a callback URL and a Bitcoin/Ethereum/IOTA address.

Where can I read your documentation and try your API?
We have interactive documentation here that you can try for yourself.

How does your system work?
Here is the step-by-step ELI5 walkthrough:
  • 1 - You request a new payment address from our API, with your destination address and callback URL (e.g http://example.com/callback?invoice=1234)
  • 2 - You present your customer with the payment address generated by our system
  • 3 - Your customer sends the amount to the payment address our system generated
  • 4 - Upon confirmation our system forwards the payment to the address you provided when you request the address and notifies your system via the callback URL you provided with the payment details (value, TXID in, TXID out, etc)
  • 5 - Your system confirms the payment value and grants access to the user





Questions? Suggestions?  Huh Huh Huh  Let us know!

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!