FILTER BY TAG

Device Binding Workflow

Figure:

Bind a Device
  1. The customer sends a request to the merchant that they consent to bind the device.
  2. If the device is not enrolled, the merchant sends a request to
    TMS
    to enroll the device.
    1. Test:
      POST
      https://apitest.visaacceptance.com
      /tms/v2/devices
  3. If the device is enrolled, the merchant sends a request to
    TMS
    to bind the device using the device ID.
    1. Test:
      POST
      https://apitest.visaacceptance.com
      /tms/v2/tokenized-cards/{id}/bindings
  4. TMS
    sends a binding request to the issuer with the binding ID.
  5. The issuer sends a response to
    TMS
    with the binding status.
  6. If authentication is valid,
    TMS
    binds the token to the device.
  7. The issuer notifies
    TMS
    that binding was successful.
  8. TMS
    sends a response to the merchant that the binding is completed.
  9. The merchant notifies the customer that their device binding is complete.