HomeAPI DocumentationPayment Processapi/TylResult

10.3. api/TylResult

This API call allows the response string result of the payment from Tyl by Natwest to be submitted.

 


 

Parameters To Submit

All parameters are required and cannot be empty.

Parameter Parameter Help Parameter Data Type
TransactionID The transaction ID that was returned from api/UserPayment. String
TylRef The reference number of the transaction returned by Tyl. String
Status The status of the transaction returned by Tyl. String
API Key    

 


 

Return Response

This API call will return in the ResponseMessage an array of the following fields.

Field Field Help
EmailAddress The value will match the value provided as part of api/UserPayment and be the email address used to send a booking confirmation email.
EmailSubject Will have an email subject for generating emails to send to the end-user.
EmailBody Will have an email body for generating emails to send to the end-user.
EmailBCC Will have an email bcc array for generating emails to send to the end-user.
EmailAttachments Will have an attachments array for generating emails to send to the end-user.
FirstName The first name of the user who processed the transaction.
LastName The last name of the user who processed the transaction.

This page was: Helpful | Not Helpful