v1
latestOpenAPI 3.0.02026-07-2640301.0 MBBatch Request Endpoints
batch/contacts/add
This endpoint is used to submit multiple contact creation requests to VoPay. Each object in the batch is processed against the /contacts/add endpoint: EmailAddress and PhoneNumber are always required, and either BusinessName or both FirstName and LastName must be provided.
post/batch/contacts/add
Response
Example response
{
"Success": true,
"RejectedTransactions": "{'1': 'Required parameter(s) missing: EmailAddress', '3': 'Required parameter(s) missing: FirstName, LastName'}"
}