Order Payment Confirmation
This sends a notification to the third-party application with a payload of the details of an acknowledged receipt of funds either from the third-party user to the provider or vice-versa using the POST
endpoint you provide. See an example and its payload properties meanings below.
Key | Type | Description |
---|---|---|
| string | This is a hash property signed with the merchant |
| object | This holds the properties of the payload data details. |
| string | This is the customer's email address. |
| string | This is the name of the liquidity provider. |
| object | This is an object that holds the properties of the order details. |
| enum | This is the symbol of a particular currency used in paying for an order. Values range from |
| enum | This is the symbol of a particular currency used in receiving. Values range from |
| decimal | This is the amount paid by the customer. |
| decimal | This is the amount paid to the customer. |
| string | This is the reference value of an order. |
| enum | This is the type of order made. It can either be a |
| enum | This is the status of an order at a particular time. It can either be |
| enum | This is the dispute status of an order. It can either be |
| enum | This is the entity by which the order is paid by. It could be the |
| enum | This is the payment method which is used in transacting. It can be |
| double | This is the date by which the payment was made in milliseconds. |
| object | This holds the properties of the recepient's account details. |
| string | This is the wallet address of the customer. |
| string | This is the cryptocurrency network name. |
| string | This is the currency the order was transacted with. |
| object | This is an object that holds the metadata of the transaction. |
| string | This is the cryptocurrency network which was paid with. |
| string | This is the security hash of a particular transaction in the network. |
| string | is is the url of the transaction. It's nullable. |
Last updated