Help center

Go to IVPAY

API Integration

API can be tailored to your needs. Customise quickly and easily

HTTP API Authorization

Base URL

https://gate.ivendpay.com/api/v3/


Generate API Token

You can get your API Token on Settings page in Merchant Dashboard.


Authorizing Request

To authorize your request using generated API Token you should pass it to Authorization header of your Request.

Content-Type: application/json 
X-API-KEY: {Your Token Goes Here}


[POST] Create New Bill

/create


Request Payload Example

{
  "currency": "bitcoin",
  "amount_fiat": "100",
  "currency_fiat": "USD"
}
Did this answer your question?
😞
😐
😁