<%
On Error Resume Next
Const EARLYBIRD_DEADLINE = "26-April-19"
Dim action : action = lcase(request.QueryString("action"))
Dim id : id = lcase(request.QueryString("id"))
Dim earlyBird : earlyBird = DateDiff("d",now,EARLYBIRD_DEADLINE) >= 0
'received data from ePayment System
Dim amount : amount = request.form("amount")
Dim custom1 : custom1 = request.form("custom1")
Dim custom2 : custom2 = request.form("custom2")
Dim custom3 : custom3 = request.form("custom3")
Dim custom4 : custom4 = request.form("custom4")
Dim custom5 : custom5 = request.form("custom5")
Dim custom6 : custom5 = request.form("custom6")
Dim custom7 : custom5 = request.form("custom7")
Dim personalInfo : personalInfo = split(custom3,"|")
Dim courseInfo : courseInfo = split(custom4,"|")
'received data from Payment Gateway
Dim UAEUTransactionID : UAEUTransactionID = request.form("vpc_MerchTxnRef")
Dim transactionID : transactionID = request.form("vpc_TransactionNo")
Dim paidAmount : paidAmount = request.form("vpc_Amount")
Dim payeeName : payeeName = request.form("vpc_OrderInfo")
Dim receiptNo : receiptNo = request.form("vpc_ReceiptNo")
Dim responseCode : responseCode = request.form("vpc_ResponseCode")
Dim cardType : cardType = request.form("vpc_Card")
Dim message : message = request.form("vpc_Message")
Dim referrer : referrer = request.form("referrer")
Select Case action
Case "receipt"
Case else : action = "payment"
End Select
Select Case id
Case "earlybird"
Case "earlybird_group"
Case "regular"
Case "regular_group"
Case "uaeuemployees"
Case "students"
Case else : id = "regType"
End Select
%>
<% If action="payment" Then %>
<% End If%>
In case of not being able to pay online, payment should be made by direct depositing
or wire transfer of the applicable registration fees into the following bank account.
To receive the registration form, you should contact organizers at EBM_workshop@uaeu.ac.ae
- Bank name: Union National Bank
- Branch address: P.O Box: 1812, Al Ain – UAE
- Swift code: UNBEAEAA
- Account number: 012138845688
- Account holder: United Arab Emirates University
- IBAN: AE640450000012138845688
*Please note that the original deposit slip must be submitted when arriving to the
workshop to acknowledge the registration.
Fees Refund
- Cancellation by April 15 2019: 100% refund of the workshop fee.
- Cancellation by April 16-22 2019: 50% refund of the workshop fee.
- Cancellation after April 22 2019: No refund will be made for cancellation.
In case of refund an administrative fee of AED 50 will in addition be deducted.
Refund processing
All cancellation and refund requests must be made in writing and submitted via email
to: EBM_workshop@uaeu.ac.ae
Please check all in order to proceed,
- The registration will not be confirmed until I make the payment and receive the acknowledgement
email.
- I have read the cancellation and refund policy available on website in addition to
all other information available about workshop
- A certificate of completion will be awarded only if I attend both days and provide
an evaluation feedback on the website.
- Please note that the original deposit slip must be submitted when arriving to the
workshop to acknowledge the registration.