v1

latestOpenAPI 3.0.12026-07-245303882.5 MB
Payment Initiation Management Session

Create end user managament session with url.

Method for Create end user managament session with url.

post/baas/v1/open/itp/payment-initiation/management-session

Request body

Example request

{
  "data": {
    "loggedUser": {
      "document": {
        "identification": "11122233344",
        "rel": "CPF"
      }
    },
    "businessEntity": {
      "document": {
        "identification": "00000000000191",
        "rel": "CNPJ"
      }
    },
    "redirectUrl": "https://example.com"
  }
}

Response

End user management session successfully returned.

urlstring uri required

Authenticated URL for accessing the payment initiation management interface with embedded opaque token for secure session access.

Example response

{
  "url": "https://example.com"
}