Pay For Order (Sell Order)
This is the endpoint to be called after confirming that a customer has made a payment. This initiates a process of crediting the customer from the liquidity provider for a sell order.
post
https://canary.xendbridge.com
/api/LPSimulation/Order/Confirm
Pay for order (sell order)
Request Fields
Response Fields
Parameters | Type | Definitions |
---|---|---|
orderReference | string | Required The order reference number made by the consumer. |
paymentNetwork | string | Required The payment network on which the crypto payment was made on. |
transactionalHash | string | Required The hash string that validates a particular order in the system. |
Parameters | Type | Definitions |
---|---|---|
data | bool | This can either be true or false. |
status | string | This returns a status message of the request. |
message | string | This returns either P2P payment updated successfully if success, or Failed to update payment status. Please try again later if failed. |
Last modified 5mo ago