FOR DEVELOPERS

API Services

You can place a link to our services to allow your customers to pay via BTC using the email address.

PayModal

Allows the recording of the sending of value from one operator to another

URL to call: https://easycryptosend.it/Wallet/PayModal

The accepted parameters are the following:

Name Type Description
apikey string API key (found in your profile)
symbol string Symbol used to identifier amount type (now accepted only BTC, EUR, USDT)
amount string Amount expressed as decimal in your regional settings format
returnurl string Return url for result


Operations performed:

1) PayModal opens Login access asking for username and password

2) Upon successful access, the transaction will be recorded

3) At the end the result url will be recalled, provided with the following parameters in response:

Name Type Description
trxid string Blockchain Transaction ID
date string Transaction date
amount string Total amount
netfees string Network fees
sitefees string Service fees (applyed to the payer only if equal or more than 0.00001 sat)
status string Status (must be ’broadcasted’)
message string Message (’success’ or error message)


Example: