Finalize PayTrail Transaction

This function is used to credit a wallet using PayTrail Payment when the money-in has been previously initialized with MoneyInPayTrailInit function of the DirectKit webservice.

How it works

Prerequisite

Your system has initialized money-in using the moneyInPayTrailInit method of DirectKit. Your server owns a money-in link now.

  1. Your server redirects the user to the returned link of MoneyInPayTrailInit
  2. On this payment webpage, the user can enter the account data
  3. The money-in transaction is saved and the user is redirected to your website.

Response

When the client terminates its payment or when the payment is cancelled by the user, a notification (callback) is sent from Lemonway's server to your URL. Data are transmitted in POST.
When the client terminates its operation, he is redirected to your URL with data in a GET

Important

For security reasons, in any case of return by the POST, your server has to double-check the payment using GetMoneyInTransDetails or GetMoneyInTransDetails to ensure the payment was made.

POST Response

ItemDescriptionExample
response_codeAnswer code:0
0000: success
3000: error
response_wkTokenwkToken sent by you when initializing the MONEY-INrhjzekdzejkd
response_msgComment on the answer code
response_transactionIdLemonway transaction ID755
response_transactionAmountAmount of the payment transaction34
response_transactionMessageCommentpizza
response_codeDescription
2001Command not recognized
2002Operation cancelled by the user
2003Authentication failed on Webkit
2004Bad format Request
3000Server Error
4000Unknown Error

GET Response

ItemDescriptionExample
response_wkTokenwkToken sent by you in the entry of money-in initialization.rhjzekdzejkd