Send a message to a currency order
Currency Orders
Send a message to a currency order
Send a new chat message to the buyer for this currency order. Order must be in processing status.
POST
Send a message to a currency order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the currency order. Can be retrieved from the list of currency orders, or from the parent currency offer, or from webhooks.
Body
application/json
Text content of the message to send to the buyer/seller
Maximum string length:
10000Example:
"Hi! I have completed the currency delivery. Please check your account and confirm receipt."
Response
Message sent successfully
Message object representing a chat message in an order conversation