v1
latestOpenAPI 3.0.32026-07-2488203535.0 KBAuthvia TXT2PAY
Create a new conversation
post/v4/authvia/conversations
Request body
Example request
{
"merchantId": "1",
"phone": "1234567890",
"amount": "59.94",
"firstName": "Aberforth",
"lastName": "Dumbledore",
"expiration": "7d",
"instructions": "Thank you for your purchase! Please click the link below to make your payment.",
"topic": "Weasleys' Wizard Wheezes - Extendable Ear"
}Response
The conversation was created successfully.
Example response
{
"id": "7baf2306-4804-4aef-a55e-8cbfcb201ad1",
"phone": "123-456-7890",
"date": "2023-11-16T20:28:51.990Z",
"status": "in progress",
"firstName": "Aberforth",
"lastName": "Dumbledore",
"recordId": "4eed6bef-7fd3-4780-9563-c0d2afa88c76",
"expiration": "2023-11-23T20:28:51.990Z",
"amount": "59.94",
"topic": "Weasleys' Wizard Wheezes - Extendable Ear",
"instructions": "Thank you for your purchase! Please click the link below to make your payment."
}