Order Matched Notification
This sends a notification to the third-party application when an order is placed to be sold or bought by a customer. This is done using the POST
method. See examples and descriptions 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 the reference to a particular order. |
| enum | This is the currency code to receive the currency in. |
| enum | This is the currency code to pay with. |
| decimal | This the receivable amount of the currency. |
| decimal | This is the payable amount of the currency. |
| string | This the provider's name. |
| string | This is the provider's first name. |
| string | This is the provider's last name. |
| string | This is the provider's email address. |
| DateTime | The date time the order was made. |
| DateTime | The expiry date time of the order. |
| long | The time in milliseconds an order was made |
| long | The time in milliseconds of when thee order will expire. |
| long | The time of when a customer indicates payment for an order in milliseconds. |
| long | The time of when a provider indicates payment of order to the customer in milliseconds |
| long | The time in milliseconds an order was completed. |
| enum | The status of the order at the curent time. It could be |
| enum | The status of the dispute on an order. It could either be |
| enum | This is the status of the order, whether it's a |
| object | This is holds properties of a provider's contact information. |
| string | The phone number of either the provider or customer. |
| string | The whatsapp number of either the provider or customer. |
| object | This holds the props of the contact information. |
| string | This is an email address of the customer. |
| string | This is the name of the customer. |
| string | The phone number of the customer |
| object | This holds the properties of the payment methods of the provider. |
| enum | This is the method of payment. It could be |
| enum | This is the type of payment. It could be |
| object | This holds the properties of the payment method. |
| string | The bank name of the the provider or customer. |
| string | The bank account number of the provider or customer. |
| string | The bank account name of the provider or customer. |
| enum | The currency in which the order was made. It could be |
| object | This holds properties of the payment method in which the order is to be made to. |
| object | This holds the props of the consumer deposit details. |
| object | This holds the properties of the consumer receiving method details. |
| string | This is the crypto wallet address of the consumer. |
| enum | This is the network currently supported in the system which the wallet address is based on. |
| object | This holds the properties of the transaction metadata of an order. It can be null. |
Last updated