Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to, https://unity.aspenwarecommerce.net/UnityQA/index.html

  2. Change the ‘V1’ dropdown at the top to 'V3'

  3. In LastPass, get ClientID and Secret from the note, ‘Aspenware - Unity3.0 ClientID’

  4. In Swagger, click green ‘Authorize’ button on the right

  5. Enter ClientID and Secret and check all Scopes and click Authorize at the bottom of the list

    Image RemovedImage Added

  6. If the credentials are valid, you should see this success message:

  7. If you receive an ‘invalid scope’ error, typically uncheck the itinerary service (service.itinerary). This scope can only be checked in our internal environments and also Boyne.

  8. Test an API call to verify data is returned from the POS. For RTP, an easy one is the Access call (/api/Access/locations)

  9. Click, ‘Get’ and then ‘Try it out’

  10. Then click 'Execute

  11. If you see POS data returned (like the access location list below), that means Unity can communicate to RTP

  12. Another API call that can be used for RTP and SW is the User authenticate

  13. Enter the credentials you use on the site. Replace ‘string’ in both places below w/ your actual username and password.

  14. If the results show the RTP or SW customer ID number (RTP IPCode or SW guest_no), that means Unity can communicate to the POS system. If this works but you can’t login from the site, it’s typically an issue in Nop.

...