The following fields in the response are the most important:
Column
Desciption
currency
Currency of payment
blockchain
Blockchain of payment
address
The address end user should pay to
paymentWindowEndsAt
This timestamp is provided to the user to indicate the payment window's closure. However, Inqud makes a slight extension beyond this time to accommodate potential delays in the blockchain network.
payAmount
This represents the amount the user is expected to pay. The user has the option to pay this exact amount or more. However, if the payment is less than the expected amount, the request will be flagged as CONFLICT/UNDERPAID.
The response example provided is a shortened version and does not include the full set of fields. For the complete response body details, please refer to the full API specification.
Request Example:
projectId is the ID of the widget
Header
Value
X-Token-API-Id
{tokenApiId}
X-Token-API-Secret
{tokenApiSecret}
Request Body Example:
Response Example:
The following fields in the response are the most important:
Field
Description
currency
Currency of payment
blockchain
Blockchain of payment
address
The address end user should pay to
paymentWindowEndsAt
This timestamp is provided to the user to indicate the payment window's closure. However, Inqud makes a slight extension beyond this time to accommodate potential delays in the blockchain network.
minLimit
Minimum payment amount
maxLimit
Maximum payment amount
The response example provided is a shortened version and does not include the full set of fields. For the complete response body details, please refer to the full API specification.
3. Receive a web-hook notification related to the request