API endpoints with workflow itself

  1. To get the list of the supported currencies: [GET] /currencies
  2. To get an estimated price in the selected crypto: [GET] /prices
  3. To create a payment: [POST] /invoice
  4. Тo check the payment status: [GET] /invoice

For more details check our full api documentation