v1
latestOpenAPI 3.0.02026-07-2640301.0 MBeLinx Endpoints
elinx
This endpoint is used to create an eLinx request. Once the eLinx request is created successfully, the request link will be sent through an email to the recipient.
Notes:
-
If you do not wish to send an eLinx request via an email, sms or whatsapp, then simply set SendNotification = false
-
Before sending an eLinx request, you must set your default email address using the /elinx/setup-sender-email endpoint.
post/elinx
Response
Example response
{
"Link": "https://request.vopay.com/{Token}",
"Status": "pending",
"ReceiverName": "John",
"ReceiverEmailAddress": "john.doe@vopay.com",
"SenderName": "John",
"SenderEmailAddress": "jane.doe@vopay.com",
"InvoiceNumber": "ABC1234",
"Note": "eLinx requested to the client 123",
"ClientReferenceNumber": "123ABC-XYZ",
"ELinxRequestType": "transaction",
"Frequency": "recurring",
"NameOfFrequency": "weekly",
"ScheduleStartDate": "2020-01-01",
"ScheduleEndDate": "2021-01-01",
"PaymentType": "fund"
}