REST API

Requesting the Capture Context

Follow these steps to request the capture context:
  1. Create a request payload that includes the required and optional customer transaction fields.
  2. Send the request payload using a
    POST
    request to
    /up/v1/capture-contexts
    .

    ADDITIONAL INFORMATION

    A JavaScript Web Token (JWT) called the
    capture context
    is returned.
  3. Use the capture context to invoke the JavaScript SDK on the client.