Create an invoice ON-RAMP / NFT CHECKOUT (POST)

POST

REQUEST

The query is an HTTP POST request where your provided api key will be used as an http header.

API-KEY (Use the api key we’ve sent to you here).

parameter name
Example (type)
Info

email (Mandatory)

The email of your customer

amount (Mandatory)

15.04 or 42

point “.” is a decimal symbol

devise (Mandatory)

USD

This is the currency to be used. Set it to USD. You’ll need to do the exchange on your side to USD if you use another currency

name (Mandatory)

Jaya James

The name of your customer

phone (Mandatory)

+19896532145

The phone number of customer

customer_ip (Mandatory)

127.0.0.1

The IP of customer

callbackJson (Optional)

Data type : json

Eg : {txId : qktr12eqzg, status : sfrt}

Merchant Data. After successful or canceled payment. we send it to you through the callback url.


RESPONSE

Our service will return a JSON object.

chevron-rightFor Errors : hashtag
  • 50001 : API-KEY required

  • 50002 : email required

  • 50003 : amount required

  • 50004 : devise required

  • 50005 : invalid email address

  • 50006 : this API-KEY can not use this API from this IP address

  • 50007 : invalid API-KEY

  • 50008 : You cannot create a sale because your wallet is being validated and activated.You will receive a confirmation email as soon as the treatment process is completed.While waiting for the final activation, you can still change it from https://usdc.nonstopay.net/client/profile the profile page

  • 50009 : invalid devise

  • 50010 : No IP is linked to your account. Please enter them in your profile page and API block

  • 50011 : Your amount is ABOVE the allowed maximum amount

  • 50012 : Your amount is BELOW the allowed minimum amount

Example :

chevron-rightSuccess Response : hashtag
  • 0 :

    • - redirectUrl : URL_TO_PAY

      Use or open this URL in your browser to continue the payment process

      - html :

      Use this to integrate as an html link on your page. It does not exists in S2S direct

Example :

Last updated