Send a message to an account order
Account Orders
Send a message to an account order
Send a new chat message to the buyer for this account order. Order must be in processing status.
POST
Send a message to an account order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the account order. Can be retrieved from the list of account orders, or from the parent account 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