## Introduction

You may receive all transaction-related updates on your server without constantly triggering query order in NFT checkout API mode. When merchants get the callback ,they need to give a success response, otherwise we will call them twice per 5 minutes, 3 times in total.

## Notify type

  • New order

  • Fiat payment succeed

  • Fiat payment failed

  • timeout

## Http method

  • POST

  • Content-Type: application/json

PATH: `POST merchant defined API`

## Notify sample

ο»Ώ

About the signature:

Construct the sign string by adding the parameters of webhook(except "signature") together and sign in HmacSHA1 with appSecret, for the details can refer Authentication page.