Payments Scheme
ReferencesV6.0.0

Network Interoperability Status Request

PUT/payments/{uetr}/status

Authorization

oauthBearerToken
AuthorizationBearer <token>

The access token obtained as a result of OAuth 2.0 flows. SWIFT supports two OAuth grant types depending on the API service.

  • JWT-Bearer grant type RFC 7523
  • Password grant type

This API uses JWT-Bearer grant type.

Please visit SWIFT OAuth Token API page for more information and examples on how to generate an OAuth token.

In this declaration only the basic security element to transport the bearer token of an OAuth2 process is declared.

In: header

Path Parameters

uetr*string

Identifies the payment transaction resource, events linked to this uetr will be retrieved

Match^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

Empty

{
  "severity": "Fatal",
  "code": "Sw.gpi.InvalidRequest",
  "text": "Invalid request"
}

{
  "severity": "Fatal",
  "code": "Sw.gpi.FromAuthorizationFailure",
  "text": "From %From does not have the appropriate RBAC role"
}

{
  "severity": "Transient",
  "code": "Sw.gpi.NoResultFound",
  "text": "No result found"
}

{
  "severity": "Fatal",
  "code": "string",
  "text": "string",
  "user_message": "string",
  "more_info": "http://example.com"
}
{
  "severity": "Transient",
  "code": "SwAP507",
  "text": "Request cannot be processed at this time. Please try later. (header Retry-After indicates how long to wait before making a follow-up request)."
}
{
  "severity": "Transient",
  "code": "Sw.gpi.InternalError",
  "text": "Internal error"
}
{
  "severity": "Fatal",
  "code": "string",
  "text": "string",
  "user_message": "string",
  "more_info": "http://example.com"
}
{
  "severity": "Fatal",
  "code": "string",
  "text": "string",
  "user_message": "string",
  "more_info": "http://example.com"
}
{
  "severity": "Transient",
  "code": "Sw.gpi.InternalError",
  "text": "Internal error"
}