Configuring the Withdrawal Flow
Successful calls to the /get_smart_token
endpoint return responses containing the secure_smart_link
and the secure_smart_token
values. Use either value to connect your client to the PayNearMe Cardless Cash at ATM withdrawal flow.
Connecting via Web/JavaScript Library
Use the secure_smart_token
in conjunction with the PayNearMe JavaScript web library to launch the Cardless Cash at ATM withdrawal flow within your existing cashier page and communicate (via JavaScript) with the client in real time. This implementation option allows for more client-side interaction between your system and PayNearMe. For full integration details, access your PayNearMe Business Portal in Sandbox and select Developer > Embedded Client.
Connecting via Smart Link
The secure_smart_link
is a URL containing the secure_smart_token
value. Use it as a redirect option that can be loaded in an iframe or a new browser window for the player to complete the Cardless Cash at ATM withdrawal process.
Updated about 1 year ago