You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am trying to figure out what is appropriate to put in payerMessage and payerNote. In the API docs its says that it will be in the transaction history. But I also see something in PreApproval for payerMessage - The mesage that is shown to the approver. So this is throwing me a bit.
When I use your requestToPay function will the requestToPay show a message to the user on their device using payerMessage or will is go into transaction history?
Thanks for the great package by the way!
mtvbrianking
changed the title
PayerMessage and PayerNote are required.
PayerMessage and PayeeNote are required.
Mar 19, 2023
@warmwhisky the PayerMessage and PayeeNote will only be part of the transaction history.
MTN will render a different message to the user prompting them to enter their PIN to approve a debit of AMOUNT from initiator (your company) at a FEE and TAX
From a user in production.
If either PayerMessage or PayeeNote is empty, you will get an Internal Server Error.
TODO:
Improve Collection::requestToPay to require these two
The text was updated successfully, but these errors were encountered: