Sorry, you need to enable JavaScript to visit this website.
Skip to main content
developer.sibsapimarket.com/sandbox

developer.sibsapimarket.com/sandbox

  • Getting started
  • API Documentation
  • Help
Register
  • Welcome
  • Sandbox
  • Test & Production

Attention!

This site isn't fully compatible with Edge and you may find some technical issues. For a better experience, we recommend using Chrome, Firefox or Safari.

  • MULTIBANCO 4.0.2
  • APIs
  • Multibanco Payments 4.0.1
  • Multibanco Payments Catalogue 4.0.0
  • Periodic Multibanco Payments 4.0.1
      • Operations
      • POST /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}
      • GET /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
      • DELETE /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
      • GET /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}/status
      • Definitions
      • AccountReference
      • Amount
      • Authentication
      • AuthenticationArray
      • AuthenticationType
      • Challenge
      • ErrorMessage
      • ErrorMessageWithStatus
      • FrequencyCode
      • MessageCode
      • MultibancoPaymentLinks
      • MultibancoPaymentDeleteLinks
      • MultibancoPaymentStatusLink
      • PeriodicMBPaymentCancelResponseResource
      • PeriodicMBPaymentGetResponseResource
      • PeriodicMBPaymentGetStatusResponseResource
      • PeriodicMBPaymentRequestResource
      • PeriodicMBPaymentResponseResource
      • TppMessage
      • TppMessageArray
      • TransactionStatusType
  • Bulk Multibanco Payments 4.0.2
  • Multibanco Payment Authorisation 4.0.0

Periodic Multibanco Payments 4.0.1

0
No votes yet
  • cURL
  • Ruby
  • Python
  • PHP
  • Java
  • Node
  • Go
  • Swift
Subscribe
production
development
https://site1.sibsapimarket.com:8445/sibs/apimarket-sb
production
development
https://site2.sibsapimarket.com:8445/sibs/apimarket-sb

Paths

/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}

post /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}
Periodic MB Payment Initiation

Periodic MB Payment Initiation

Creates a periodic Multibanco payment initiation request at the ASPSP.

x-ibm-client-id
X-IBM-Client-Id
(apiKey located in header)
X-Request-ID
Required in header
string / uuid

ID of the transaction as determined by the initiating party.

{
    "default": ""
}
PSU-ID
Optional in header
string

User identification in ASPSP

{
    "default": ""
}
PSU-ID-Type
Optional in header
string

Type of the PSU-ID, needed in scenarios where PSUs have several PSU-IDs as access possibility.

{
    "default": ""
}
PSU-Corporate-ID
Optional in header
string

Corporate User identification in ASPSP

{
    "default": ""
}
PSU-Corporate-ID-Type
Optional in header
string

Might be mandated in the ASPSPs documentation. Only used in a corporate context.

{
    "default": ""
}
PSU-Accept
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Charset
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Encoding
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Language
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-User-Agent
Optional in header
string

The forwarded Agent header field of the HTTP request between PSU and TPP, if available.

{
    "default": ""
}
PSU-Http-Method
Optional in header
string

HTTP method used at the PSU – TPP interface, if available. \n Valid values are: \n - GET \n - POST \n - PUT \n - PATCH \n - DELETE

{
    "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
    ],
    "default": "GET"
}
PSU-IP-Address
Required in header
string

The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP.

{
    "default": ""
}
PSU-IP-Port
Optional in header
string

The forwarded IP Port header field consists of the corresponding HTTP request IP Port field between PSU and TPP, if available.

{
    "default": ""
}
PSU-Device-ID
Optional in header
string

UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available. UUID identifies either a device or a device dependant application installation. In case of an installation identification this ID need to be unaltered until removal from device.

{
    "default": ""
}
PSU-Geo-Location
Optional in header
string

The forwarded Geo Location of the corresponding http request between PSU and TPP if available.

{
    "pattern": "^GEO:[-?+?(\\d){1,3}.(\\d){6}]{8,11};[-?+?(\\d){1,3}.(\\d){6}]{8,11}$",
    "default": "GEO:1.111111;-1.111111"
}
TPP-Redirect-URI
Optional in header
string

URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Shall be contained at least if the tppRedirectPreferred parameter is set to true or is missing.

{
    "default": ""
}
TPP-Nok-Redirect-URI
Optional in header
string

If this URI is contained, the TPP is asking to redirect the transaction flow to this address instead of the TPP-Redirect-URI in case of a negative result of the redirect SCA method. This may be ignored by the ASPSP. See Section 4.10 for further requirements on this header. \n The same condition as for TPP-Redirect-URI on keeping the URI equal during a transaction lifecycle applies also to this header.

TPP-Explicit-Authorisation-Preferred
Optional in header
boolean

If it equals "true", the TPP prefers to start the authorisation process separately, e.g. because of the usage of a signing basket. This preference might be ignored by the ASPSP, if a signing basket is not supported as functionality. \n If it equals "false" or if the parameter is not used, there is no preference of the TPP. This especially indicates that the TPP assumes a direct authorisation of the transaction in the next step, without using a signing basket.

TPP-Brand-Logging-Information
Optional in header
string

URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Shall be contained at least if the tppRedirectPreferred parameter is set to true or is missing.

{
    "default": ""
}
TPP-Redirect-Preferred
Optional in header
boolean

If it equals "true", the TPP prefers a redirect over an embedded SCA approach. \n If it equals "false", the TPP prefers not to be redirected for SCA. The ASPSP will then choose between the Embedded or the Decoupled SCA approach, depending on the choice of the SCA procedure by the TPP/PSU. \n If the parameter is not used, the ASPSP will choose the SCA approach to be applied depending on the SCA method chosen by the TPP/PSU.

TPP-Delegated-Preferred
Optional in header
boolean

If it equals "true", the TPP requests a delegated SCA approach. If it equals "false", the TPP do not request a delegated SCA approach. If the parameter is not used, the TPP do not request a delegated SCA approach.

Transaction-SCA-Performed
Optional in header
string

Only used for Delegated Authentication Approach. \n "NSCA" - "SCA Not performed"; \n "SUCC" - "SCA Performed with Success"; \n If this data element is not used, there is no information about transaction SCA authentication

{
    "enum": [
        "NSCA",
        "SUCC"
    ]
}
Signature
Required in header
string

A signature of the request by the TPP on application level. This might be mandated by ASPSP.

{
    "default": ""
}
Digest
Optional in header
string

Hash of the message body. Should be present when Request body exists

{
    "default": ""
}
TPP-Signature-Certificate
Optional in header
string

The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained.

{
    "default": ""
}
Consent-ID
Optional in header
string

This data element may be contained, if the payment initiation transaction is part of a session, i.e. combined AIS/PIS service. This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation.

{
    "default": ""
}
Delegation-ID
Optional in header
string

An identification provided by the ASPSP for the later identification of the authentication delegated.

{
    "default": ""
}
aspsp-cde
Required in path
string

Identification of the aspsp

{
    "default": ""
}
multibanco-payment-type
Required in path
string

Multibanco Payment type should be fulfilled as determined by the initiating party and should assume the following values: - service-payments; - special-service-payments; - public-sector-payments.

{
    "default": "service-payments",
    "enum": [
        "service-payments",
        "special-service-payments",
        "public-sector-payments"
    ]
}
Date
Required in header
string / date

Standard https header element date and time

service-payment-name
Required in path
string

service-payment-name should be fulfilled whenver Multibanco payment type is "special-service-payments"

{
    "default": ""
}
PeriodicMBPaymentRequest
Required in body
object

Periodic MB Payment Initiation Request

Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
201

Created.

PeriodicMBPaymentResponseResource
400

Bad Request.

ErrorMessageWithStatus
401

Unauthorized.

ErrorMessageWithStatus
403

Forbidden.

ErrorMessageWithStatus
404

Not Found.

ErrorMessageWithStatus
405

Method Not Allowed.

ErrorMessageWithStatus
406

Not Acceptable.

ErrorMessageWithStatus
408

Request Timeout.

ErrorMessageWithStatus
415

Unsupported Media Type.

ErrorMessageWithStatus
429

Too Many Requests.

ErrorMessageWithStatus
500

Internal Server Error.

ErrorMessageWithStatus
503

Service Unavailable.

ErrorMessageWithStatus
504

Gatewaty Timeout.

ErrorMessageWithStatus
Example Request
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Example Response
POST https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}
Show more open_in_new
                                          
                                        

x
Try this operation
https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}
Login to test this API.
Login to test this API.
content-type
accept
X-Request-ID
PSU-ID
PSU-ID-Type
PSU-Corporate-ID
PSU-Corporate-ID-Type
PSU-Accept
PSU-Accept-Charset
PSU-Accept-Encoding
PSU-Accept-Language
PSU-User-Agent
PSU-Http-Method
PSU-IP-Address
PSU-IP-Port
PSU-Device-ID
PSU-Geo-Location
TPP-Redirect-URI
TPP-Nok-Redirect-URI
TPP-Explicit-Authorisation-Preferred
TPP-Brand-Logging-Information
TPP-Redirect-Preferred
TPP-Delegated-Preferred
Transaction-SCA-Performed
Signature
Digest
TPP-Signature-Certificate
Consent-ID
Delegation-ID
Date
aspsp-cde
multibanco-payment-type
service-payment-name

                        
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa. No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).

                            

/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}

get /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
Get Periodic MB Payment Request

Get Periodic MB Payment Request

Requests the content of Multibanco Periodic Payment Initiation object.

x-ibm-client-id
X-IBM-Client-Id
(apiKey located in header)
X-Request-ID
Required in header
string / uuid

ID of the transaction as determined by the initiating party.

{
    "default": ""
}
PSU-ID
Optional in header
string

User identification in ASPSP

{
    "default": ""
}
PSU-ID-Type
Optional in header
string

Type of the PSU-ID, needed in scenarios where PSUs have several PSU-IDs as access possibility.

{
    "default": ""
}
PSU-Corporate-ID
Optional in header
string

Corporate User identification in ASPSP

{
    "default": ""
}
PSU-Corporate-ID-Type
Optional in header
string

Might be mandated in the ASPSPs documentation. Only used in a corporate context.

{
    "default": ""
}
PSU-IP-Address
Required in header
string

The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP.

{
    "default": ""
}
PSU-IP-Port
Optional in header
string

The forwarded IP Port header field consists of the corresponding HTTP request IP Port field between PSU and TPP, if available.

{
    "default": ""
}
PSU-User-Agent
Optional in header
string

The forwarded Agent header field of the HTTP request between PSU and TPP, if available.

{
    "default": ""
}
PSU-Geo-Location
Optional in header
string

The forwarded Geo Location of the corresponding http request between PSU and TPP if available.

{
    "pattern": "^GEO:[-?+?(\\d){1,3}.(\\d){6}]{8,11};[-?+?(\\d){1,3}.(\\d){6}]{8,11}$",
    "default": "GEO:1.111111;-1.111111"
}
PSU-Accept
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Charset
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Encoding
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Language
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Http-Method
Optional in header
string

HTTP method used at the PSU – TPP interface, if available. \n Valid values are: \n - GET \n - POST \n - PUT \n - PATCH \n - DELETE

{
    "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
    ],
    "default": "GET"
}
PSU-Device-ID
Optional in header
string

UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available. UUID identifies either a device or a device dependant application installation. In case of an installation identification this ID need to be unaltered until removal from device.

{
    "default": ""
}
Signature
Required in header
string

A signature of the request by the TPP on application level. This might be mandated by ASPSP.

{
    "default": ""
}
TPP-Signature-Certificate
Optional in header
string

The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained.

{
    "default": ""
}
Date
Required in header
string / date

Standard https header element date and time

aspsp-cde
Required in path
string

Identification of the aspsp

{
    "default": ""
}
multibanco-payment-type
Required in path
string

Multibanco Payment type should be fulfilled as determined by the initiating party and should assume the following values: - service-payments; - special-service-payments; - public-sector-payments.

{
    "default": "service-payments",
    "enum": [
        "service-payments",
        "special-service-payments",
        "public-sector-payments"
    ]
}
service-payment-name
Required in path
string

service-payment-name should be fulfilled whenver Multibanco payment type is "special-service-payments"

{
    "default": ""
}
payment-id
Required in path
string

Identification of the payment

Accept
Optional in header
string
application/json
200

OK

PeriodicMBPaymentGetResponseResource
400

Bad Request.

ErrorMessageWithStatus
401

Unauthorized.

ErrorMessageWithStatus
403

Forbidden.

ErrorMessageWithStatus
404

Not Found.

ErrorMessageWithStatus
405

Method Not Allowed.

ErrorMessageWithStatus
406

Not Acceptable.

ErrorMessageWithStatus
408

Request Timeout.

ErrorMessageWithStatus
415

Unsupported Media Type.

ErrorMessageWithStatus
429

Too Many Requests.

ErrorMessageWithStatus
500

Internal Server Error.

ErrorMessageWithStatus
503

Service Unavailable.

ErrorMessageWithStatus
504

Gatewaty Timeout.

ErrorMessageWithStatus
Example Request
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Example Response
GET https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
Show more open_in_new
                                          
                                        

x
Try this operation
https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
Login to test this API.
Login to test this API.
accept
X-Request-ID
PSU-ID
PSU-ID-Type
PSU-Corporate-ID
PSU-Corporate-ID-Type
PSU-IP-Address
PSU-IP-Port
PSU-User-Agent
PSU-Geo-Location
PSU-Accept
PSU-Accept-Charset
PSU-Accept-Encoding
PSU-Accept-Language
PSU-Http-Method
PSU-Device-ID
Signature
TPP-Signature-Certificate
Date
aspsp-cde
multibanco-payment-type
service-payment-name
payment-id

                        
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa. No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).

                            
delete /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
Cancel Periodic MB Payment Request

Cancel Periodic MB Payment Request

Cancels a given Periodic Multibanco Payment Initiaton resource.

x-ibm-client-id
X-IBM-Client-Id
(apiKey located in header)
X-Request-ID
Required in header
string / uuid

ID of the transaction as determined by the initiating party.

{
    "default": ""
}
PSU-IP-Address
Required in header
string

The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP.

{
    "default": ""
}
PSU-IP-Port
Optional in header
string

The forwarded IP Port header field consists of the corresponding HTTP request IP Port field between PSU and TPP, if available.

{
    "default": ""
}
PSU-User-Agent
Optional in header
string

The forwarded Agent header field of the HTTP request between PSU and TPP, if available.

{
    "default": ""
}
PSU-Geo-Location
Optional in header
string

The forwarded Geo Location of the corresponding http request between PSU and TPP if available.

{
    "pattern": "^GEO:[-?+?(\\d){1,3}.(\\d){6}]{8,11};[-?+?(\\d){1,3}.(\\d){6}]{8,11}$",
    "default": "GEO:1.111111;-1.111111"
}
PSU-Accept
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Charset
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Encoding
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Language
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Http-Method
Optional in header
string

HTTP method used at the PSU – TPP interface, if available. \n Valid values are: \n - GET \n - POST \n - PUT \n - PATCH \n - DELETE

{
    "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
    ],
    "default": "GET"
}
PSU-Device-ID
Optional in header
string

UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available. UUID identifies either a device or a device dependant application installation. In case of an installation identification this ID need to be unaltered until removal from device.

{
    "default": ""
}
TPP-Redirect-Preferred
Optional in header
boolean

If it equals "true", the TPP prefers a redirect over an embedded SCA approach. \n If it equals "false", the TPP prefers not to be redirected for SCA. The ASPSP will then choose between the Embedded or the Decoupled SCA approach, depending on the choice of the SCA procedure by the TPP/PSU. \n If the parameter is not used, the ASPSP will choose the SCA approach to be applied depending on the SCA method chosen by the TPP/PSU.

TPP-Decoupled-Preferred
Optional in header
boolean

If it equals "true", the TPP prefers a decoupled SCA approach. \n If it equals "false", the TPP prefers not to use the decoupled approach for SCA. The ASPSP will then choose between the embedded or the redirect SCA approach, depending on the choice of the SCA procedure by the TPP/PSU. \n If the parameter is not used, the ASPSP will choose the SCA approach to be applied depending on the parameter TPP-Redirect-Preferred and the SCA method chosen by the TPP/PSU. \n The parameter might be ignored by the ASPSP. \n If both parameters TPP-Redirect-Preferred and TPP-Decoupled-Preferred are present and true, the request is still not rejected, but it is up to the ASPSP, which approach will actually be used. \n RFU: TPP-Redirect-Preferred and TPP-Decoupled-Preferred will be revised in future versions, maybe merged. Currently kept separate for downward compatibility.

TPP-Redirect-URI
Optional in header
string

URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Shall be contained at least if the tppRedirectPreferred parameter is set to true or is missing.

{
    "default": ""
}
TPP-Nok-Redirect-URI
Optional in header
string

If this URI is contained, the TPP is asking to redirect the transaction flow to this address instead of the TPP-Redirect-URI in case of a negative result of the redirect SCA method. This may be ignored by the ASPSP. See Section 4.10 for further requirements on this header. \n The same condition as for TPP-Redirect-URI on keeping the URI equal during a transaction lifecycle applies also to this header.

TPP-Explicit-Authorisation-Preferred
Optional in header
boolean

If it equals "true", the TPP prefers to start the authorisation process separately, e.g. because of the usage of a signing basket. This preference might be ignored by the ASPSP, if a signing basket is not supported as functionality. \n If it equals "false" or if the parameter is not used, there is no preference of the TPP. This especially indicates that the TPP assumes a direct authorisation of the transaction in the next step, without using a signing basket.

Signature
Required in header
string

A signature of the request by the TPP on application level. This might be mandated by ASPSP.

{
    "default": ""
}
TPP-Signature-Certificate
Optional in header
string

The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained.

{
    "default": ""
}
Date
Required in header
string / date

Standard https header element date and time

aspsp-cde
Required in path
string

Identification of the aspsp

{
    "default": ""
}
multibanco-payment-type
Required in path
string

Multibanco Payment type should be fulfilled as determined by the initiating party and should assume the following values: - service-payments; - special-service-payments; - public-sector-payments.

{
    "default": "service-payments",
    "enum": [
        "service-payments",
        "special-service-payments",
        "public-sector-payments"
    ]
}
service-payment-name
Required in path
string

service-payment-name should be fulfilled whenver Multibanco payment type is "special-service-payments"

{
    "default": ""
}
payment-id
Required in path
string

Identification of the payment

Accept
Optional in header
string
application/json
200

OK.

PeriodicMBPaymentCancelResponseResource
400

Bad Request.

ErrorMessage
401

Unauthorized.

ErrorMessage
403

Forbidden.

ErrorMessage
404

Not Found.

ErrorMessage
405

Method Not Allowed.

ErrorMessage
406

Not Acceptable.

ErrorMessage
408

Request Timeout.

ErrorMessage
415

Unsupported Media Type.

ErrorMessage
429

Too Many Requests.

ErrorMessage
500

Internal Server Error.

ErrorMessage
503

Service Unavailable.

ErrorMessage
504

Gatewaty Timeout.

ErrorMessage
Example Request
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Example Response
DELETE https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
Show more open_in_new
                                          
                                        

x
Try this operation
https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}
Login to test this API.
Login to test this API.
accept
X-Request-ID
PSU-IP-Address
PSU-IP-Port
PSU-User-Agent
PSU-Geo-Location
PSU-Accept
PSU-Accept-Charset
PSU-Accept-Encoding
PSU-Accept-Language
PSU-Http-Method
PSU-Device-ID
TPP-Redirect-Preferred
TPP-Decoupled-Preferred
TPP-Redirect-URI
TPP-Nok-Redirect-URI
TPP-Explicit-Authorisation-Preferred
Signature
TPP-Signature-Certificate
Date
aspsp-cde
multibanco-payment-type
service-payment-name
payment-id

                        
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa. No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).

                            

/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}/status

get /{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}/status
Get Periodic MB Status Request

Get Periodic MB Status Request

x-ibm-client-id
X-IBM-Client-Id
(apiKey located in header)
X-Request-ID
Required in header
string / uuid

ID of the transaction as determined by the initiating party.

{
    "default": ""
}
PSU-Corporate-ID
Optional in header
string

Corporate User identification in ASPSP

{
    "default": ""
}
PSU-Corporate-ID-Type
Optional in header
string

Might be mandated in the ASPSPs documentation. Only used in a corporate context.

{
    "default": ""
}
PSU-IP-Address
Required in header
string

The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP.

{
    "default": ""
}
PSU-IP-Port
Optional in header
string

The forwarded IP Port header field consists of the corresponding HTTP request IP Port field between PSU and TPP, if available.

{
    "default": ""
}
PSU-User-Agent
Optional in header
string

The forwarded Agent header field of the HTTP request between PSU and TPP, if available.

{
    "default": ""
}
PSU-Geo-Location
Optional in header
string

The forwarded Geo Location of the corresponding http request between PSU and TPP if available.

{
    "pattern": "^GEO:[-?+?(\\d){1,3}.(\\d){6}]{8,11};[-?+?(\\d){1,3}.(\\d){6}]{8,11}$",
    "default": "GEO:1.111111;-1.111111"
}
PSU-Accept
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Charset
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Encoding
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Accept-Language
Optional in header
string

The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.

{
    "default": ""
}
PSU-Http-Method
Optional in header
string

HTTP method used at the PSU – TPP interface, if available. \n Valid values are: \n - GET \n - POST \n - PUT \n - PATCH \n - DELETE

{
    "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
    ],
    "default": "GET"
}
PSU-Device-ID
Optional in header
string

UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available. UUID identifies either a device or a device dependant application installation. In case of an installation identification this ID need to be unaltered until removal from device.

{
    "default": ""
}
Signature
Required in header
string

A signature of the request by the TPP on application level. This might be mandated by ASPSP.

{
    "default": ""
}
TPP-Signature-Certificate
Optional in header
string

The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained.

{
    "default": ""
}
Date
Required in header
string / date

Standard https header element date and time

aspsp-cde
Required in path
string

Identification of the aspsp

{
    "default": ""
}
multibanco-payment-type
Required in path
string

Multibanco Payment type should be fulfilled as determined by the initiating party and should assume the following values: - service-payments; - special-service-payments; - public-sector-payments.

{
    "default": "service-payments",
    "enum": [
        "service-payments",
        "special-service-payments",
        "public-sector-payments"
    ]
}
service-payment-name
Required in path
string

service-payment-name should be fulfilled whenver Multibanco payment type is "special-service-payments"

{
    "default": ""
}
payment-id
Required in path
string

Identification of the payment

Accept
Optional in header
string
application/json
200

OK.

PeriodicMBPaymentGetStatusResponseResource
400

Bad Request.

ErrorMessageWithStatus
401

Unauthorized.

ErrorMessageWithStatus
403

Forbidden.

ErrorMessageWithStatus
404

Not Found.

ErrorMessageWithStatus
405

Method Not Allowed.

ErrorMessageWithStatus
406

Not Acceptable.

ErrorMessageWithStatus
408

Request Timeout.

ErrorMessageWithStatus
415

Unsupported Media Type.

ErrorMessageWithStatus
429

Too Many Requests.

ErrorMessageWithStatus
500

Internal Server Error.

ErrorMessageWithStatus
503

Service Unavailable.

ErrorMessageWithStatus
504

Gatewaty Timeout.

ErrorMessageWithStatus
Example Request
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Example Response
GET https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}/status
Show more open_in_new
                                          
                                        

x
Try this operation
https://site1.sibsapimarket.com:8445/sibs/apimarket-sb/{aspsp-cde}/v1-0-4/periodic-multibanco-payments/{multibanco-payment-type}/{service-payment-name}/{payment-id}/status
Login to test this API.
Login to test this API.
accept
X-Request-ID
PSU-Corporate-ID
PSU-Corporate-ID-Type
PSU-IP-Address
PSU-IP-Port
PSU-User-Agent
PSU-Geo-Location
PSU-Accept
PSU-Accept-Charset
PSU-Accept-Encoding
PSU-Accept-Language
PSU-Http-Method
PSU-Device-ID
Signature
TPP-Signature-Certificate
Date
aspsp-cde
multibanco-payment-type
service-payment-name
payment-id

                        
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa. No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).

                            

Definitions

Identifier of the addressed account.

{
    "type": "object",
    "properties": {
        "iban": {
            "description": "International Bank Account Number",
            "type": "string",
            "pattern": "^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$",
            "default": "PT000"
        },
        "bban": {
            "description": "This data elements is used for payment accounts which have no IBAN.",
            "type": "string",
            "default": "1",
            "pattern": "^[a-zA-Z0-9]{1,30}$"
        },
        "pan": {
            "description": "Primary Account Number (PAN) of a card, can be tokenised by the ASPSP due to PCI DSS requirements.",
            "type": "string",
            "maxLength": 35,
            "default": ""
        },
        "maskedPan": {
            "description": "Primary Account Number (PAN) of a card in a masked form.",
            "type": "string",
            "maxLength": 35,
            "default": ""
        },
        "msisdn": {
            "description": "An alias to access a payment account via a registered mobile phone number",
            "type": "string",
            "maxLength": 35,
            "default": ""
        },
        "currency": {
            "description": "ISO 4217 Alpha 3 currency code.",
            "type": "string",
            "default": ""
        }
    },
    "additionalProperties": false
}
              

Amount

{
    "type": "object",
    "required": [
        "currency",
        "amount"
    ],
    "properties": {
        "currency": {
            "description": "ISO 4217 currency code\n",
            "type": "string",
            "pattern": "^[A-Z]{3,3}$",
            "default": "EUR"
        },
        "amount": {
            "description": "The amount given with fractional digits, where fractions must be compliant to the currency definition.\n\nThe decimal separator is a dot.\n",
            "type": "string",
            "pattern": "^\\-{0,1}[0-9]{1,9}(\\.[0-9]{0,2}){0,1}$",
            "default": "0"
        }
    },
    "additionalProperties": false
}
              

Authentication Data

{
    "type": "object",
    "required": [
        "authenticationType",
        "authenticationMethodId"
    ],
    "properties": {
        "authenticationType": {
            "description": "Type of the authentication method.",
            "$ref": "#/definitions/AuthenticationType"
        },
        "authenticationVersion": {
            "description": "Depending on the authenticationType.  This version can be used by differentiating authentication tools used within performing OTP generation in the same authentication type.  This version can be referred to in the ASPSP’s documentation.\n",
            "type": "string",
            "default": ""
        },
        "authenticationMethodId": {
            "description": "An identification provided by the ASPSP for the later identification of the authentication method selection.\n",
            "type": "string",
            "maxLength": 35,
            "default": ""
        },
        "name": {
            "description": "This is the name of the authentication method defined by the PSU in the Online Banking frontend of the ASPSP.  Alternatively this could be a description provided by the ASPSP like “SMS OTP on phone +49160 xxxxx 28”. This name shall be used by the TPP when presenting a list of authentication methods to the PSU, if available.\n",
            "type": "string",
            "default": ""
        },
        "explanation": {
            "description": "detailed information about the sca method for the PSU.\n",
            "type": "string",
            "default": ""
        }
    },
    "additionalProperties": false
}
              

Array of Authentication object

{
    "type": "array",
    "items": {
        "$ref": "#/definitions/Authentication",
        "description": "Authentication Data"
    },
    "additionalProperties": false
}
              

authentication types:

  • SMS_OTP - An SCA method, where an OTP linked to the transaction to be authorised is sent to the PSU through a SMS channel.

  • CHIP_OTP - An SCA method, where an OTP is generated by a chip card, e.g. an TOP derived from an EMV cryptogram. To contact the card, the PSU normally needs a (handheld) device. With this device, the PSU either reads the challenging data through a visual interface like flickering or the PSU types in the challenge through the device key pad. The device then derives an OTP from the challenge data and displays the OTP to the PSU.

  • PHOTO_OTP - An SCA method, where the challenge is a QR code or similar encoded visual data which can be read in by a consumer device or specific mobile app. The device resp. the specific app than derives an OTP from the visual challenge data and displays the OTP to the PSU.

  • PUSH_OTP - An OTP is pushed to a dedicated authentication APP and displayed to the PSU.

{
    "type": "string",
    "enum": [
        "SMS_OTP",
        "CHIP_OTP",
        "PHOTO_OTP",
        "PUSH_OTP"
    ],
    "default": "SMS_OTP",
    "additionalProperties": false
}
              

Requested Authentication Data

{
    "type": "object",
    "properties": {
        "image": {
            "description": "PNG data (max. 512 kilobyte) to be displayed to the PSU, Base64 encoding , cp. [RFC 4648]. This attribute is used only, when PHOTO_OTP or CHIP_OTP is the selected SCA method.\n",
            "type": "string",
            "format": "byte",
            "default": ""
        },
        "data": {
            "description": "String challenge data",
            "type": "string",
            "default": ""
        },
        "imageLink": {
            "description": "A link where the ASPSP will provides the challenge image for the TPP.",
            "type": "string",
            "default": ""
        },
        "otpMaxLength": {
            "description": "The maximal length for the OTP to be typed in by the PSU.",
            "type": "number",
            "default": 0
        },
        "otpFormat": {
            "description": "The format type of the OTP to be typed in.",
            "type": "string",
            "enum": [
                "characters",
                "integer"
            ],
            "default": "integer"
        },
        "additionalInformation": {
            "description": "Additional explanation for the PSU to explain e.g. fallback mechanism for the chosen SCA method. The TPP is obliged to show this to the PSU.",
            "type": "string",
            "default": ""
        }
    },
    "additionalProperties": false
}
              

Error Information.

{
    "type": "object",
    "properties": {
        "tppMessages": {
            "$ref": "#/definitions/TppMessageArray",
            "description": "Messages to the TPP on operational issues."
        }
    },
    "additionalProperties": false
}
              

Error and status Information.

{
    "type": "object",
    "properties": {
        "transactionStatus": {
            "$ref": "#/definitions/TransactionStatusType",
            "description": "The transaction status is filled with codes of the ISO 20022 corresponding element."
        },
        "tppMessages": {
            "$ref": "#/definitions/TppMessageArray",
            "description": "Messages to the TPP on operational issues."
        }
    },
    "additionalProperties": false
}
              

Daily Weekly EveryTwoWeeks Monthly EveryTwoMonths Quarterly SemiAnnual Annual

{
    "type": "string",
    "enum": [
        "Daily",
        "Weekly",
        "EveryTwoWeeks",
        "Monthly",
        "EveryTwoMonths",
        "Quarterly",
        "SemiAnnual",
        "Annual"
    ],
    "default": "Monthly"
}
              

Message error codes.

{
    "type": "string",
    "enum": [
        "SERVICE_BLOCKED",
        "CORPORATE_ID_IVALID",
        "CONSENT_UNKNOWN",
        "CONSENT_INVALID",
        "CONSENT_EXPIRED",
        "RESOURCE_UNIKNOWN",
        "RESOURCE_EXPIRED",
        "TIMESTAMP_INVALID",
        "PERIOD_INVALID",
        "SCA_METHOD_UNKKNOWN",
        "TRANSACTION_ID_INVALID",
        "PRODUCT_INVALID",
        "PRODUCT_UNKNOWN",
        "PAYMENT_FAILED",
        "REQUIRED_KID_MISSING",
        "SESSIONS_NOT_SUPPORTED",
        "ACCESS_EXCEEDED",
        "REQUESTED_FORMATS_INVALID",
        "CARD_INVALID",
        "NO_PIIS_ACTIVATION"
    ],
    "default": "CONSENT_INVALID",
    "additionalProperties": false
}
              

A list of hyperlinks to be recognized by the TPP.

{
    "properties": {
        "scaRedirect": {
            "description": "A link to an ASPSP site where SCA is performed within the Redirect SCA approach",
            "type": "string",
            "default": ""
        },
        "startAuthorisation": {
            "description": "A link to an endpoint, where the authorisation of a transaction or the authorisation of a transaction cancellation shall be started with a POST command. No specific data is needed for this process start.",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithPsuIdentification": {
            "description": "The link to an endpoint where the authorisation of a transaction or of a transaction cancellation shall be started, where PSU identification shall be uploaded with the corresponding call.",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithPsuAuthentication": {
            "description": "The link to the authorisation end-point, where the authorisation sub-resource has to be generated while selecting the authentication method. This link is contained under exactly the same conditions as the data element \"scaMethods\"",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithAuthenticationMethodSelection": {
            "description": "The link to the authorisation end-point, where the authorisation sub-resource has to be generated while selecting the authentication method. This link is contained under exactly the same conditions as the data element \"scaMethods\"",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithTransactionAuthorisation": {
            "description": "The link to the authorisation end-point, where the authorisation sub-resource has to be generated while authorising the transaction e.g. by uploading an OTP received by SMS.",
            "type": "string",
            "default": ""
        },
        "self": {
            "description": "The link to the payment initiation resource created by this request. This link can be used to retrieve the resource data.",
            "type": "string",
            "default": ""
        },
        "status": {
            "description": "The link to retrieve the transaction status of the payment initiation.",
            "type": "string",
            "default": ""
        },
        "scaStatus": {
            "description": "The link to retrieve the scaStatus of the corresponding authorisation sub-resource. This link is only contained, if an authorisation sub-resource has been already created.",
            "type": "string",
            "default": ""
        }
    },
    "additionalProperties": false
}
              

A list of hyperlinks to be recognized by the TPP.

{
    "properties": {
        "startAuthorisation": {
            "description": "A link to an endpoint, where the authorisation of a transaction or the authorisation of a transaction cancellation shall be started with a POST command. No specific data is needed for this process start.",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithPsuIdentification": {
            "description": "The link to an endpoint where the authorisation of a transaction or of a transaction cancellation shall be started, where PSU identification shall be uploaded with the corresponding call.",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithPsuAuthentication": {
            "description": "The link to the authorisation end-point, where the authorisation sub-resource has to be generated while selecting the authentication method. This link is contained under exactly the same conditions as the data element \"scaMethods\"",
            "type": "string",
            "default": ""
        },
        "startAuthorisationWithAuthenticationMethodSelection": {
            "description": "The link to the authorisation end-point, where the authorisation sub-resource has to be generated while selecting the authentication method. This link is contained under exactly the same conditions as the data element \"scaMethods\"",
            "type": "string",
            "default": ""
        }
    },
    "additionalProperties": false
}
              

A list of hyperlinks to be recognized by the TPP.

{
    "properties": {
        "self": {
            "description": "The link to the payment initiation resource created by the request itself. This link can be used later to retrieve the transaction status of the payment initiation.\n",
            "type": "string",
            "default": ""
        }
    },
    "additionalProperties": false
}
              

Cancels a given Multibanco payment initiaton resource.

{
    "type": "object",
    "properties": {
        "transactionStatus": {
            "description": "The transaction status is filled with codes of the ISO 20022 data table.",
            "$ref": "#/definitions/TransactionStatusType"
        },
        "_links": {
            "$ref": "#/definitions/MultibancoPaymentDeleteLinks",
            "description": "A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the response depend on the dynamical decisions of the ASPSP when processing the request. Remark: All links can be relative or full links, to be decided by the ASPSP. Type of links admitted in this response, (further links might be added for ASPSP defined extensions): “redirect”: In case of an SCA Redirect Approach, the ASPSP is transmitting the link to which to redirect the PSU browser. “updatePsuIdentification”: The link to the payment initiation resource, which needs to be updated by the PSU identification. This might be used in an embedded, redirect or decoupled SCA Approach, where the PSU ID was missing in the first request. “updatePsuAuthentication”: The link to the payment initiation resource, which needs to be updated by a PSU password and eventually the PSU identification if not delivered yet. This is used in case of the Embedded or Decoupled SCA approach. “selectAuthenticationMethod” : This is a link to a resource, where the TPP can select the applicable strong customer authentication methods for the PSU, if there were several available authentication methods. This link contained under exactly the same conditions as the data element “authenticationMethods”, see above. “authoriseTransaction” : The link to the payment initiation resource, where the “Payment Authorisation Request” is sent to. This is the link to the resource which will authorise the payment by checking the SCA authentication data within the Embedded SCA approach."
        },
        "psuMessage": {
            "type": "string",
            "description": "Text to be displayed to the PSU."
        },
        "tppMessages": {
            "$ref": "#/definitions/TppMessageArray",
            "description": "Messages to the TPP on operational issues."
        },
        "transactionFees": {
            "description": "Can be used by the ASPSP to transport transaction fees relevant for the underlying payments.",
            "$ref": "#/definitions/Amount"
        },
        "transactionFeeIndicator": {
            "type": "boolean",
            "description": "If equals “true”, the transaction will involve specific transaction cost as shown by the ASPSP in their public price list or as agreed between ASPSP and PSU. If equals “false”, the transaction will not involve additional specific transaction costs to the PSU."
        },
        "scaMethods": {
            "description": "This data element might be contained, if SCA is required and if the PSU has a choice between different authentication methods. Depending on the risk management of the ASPSP this choice might be offered before or after the PSU has been identified with the first relevant factor, or if an access token is transported. If this data element is contained, then there is also an hyperlink of type “selectAuthenticationMethods” contained in the response body. These methods shall be presented towards the PSU for selection by the TPP.",
            "$ref": "#/definitions/AuthenticationArray"
        }
    },
    "additionalProperties": false
}
              
{
    "properties": {
        "transactionStatus": {
            "description": "The transaction status is filled with codes of the ISO 20022 data table.",
            "$ref": "#/definitions/TransactionStatusType"
        },
        "paymentId": {
            "type": "string",
            "description": "Resource identification of the generated payment initiation resource."
        },
        "debtorName": {
            "description": "For a corporate account, the corporate name is used for this attribute",
            "type": "string",
            "maxLength": 70
        },
        "debtorAccount": {
            "description": "Debtor account",
            "$ref": "#/definitions/AccountReference"
        },
        "instructedAmount": {
            "description": "Instructed amount (inc. Curr.).",
            "$ref": "#/definitions/Amount"
        },
        "transactionFees": {
            "description": "Can be used by the ASPSP to transport transaction fees relevant for the underlying payments.",
            "$ref": "#/definitions/Amount"
        },
        "transactionFeeIndicator": {
            "type": "boolean",
            "description": "If equals “true”, the transaction will involve specific transaction cost as shown by the ASPSP in their public price list or as agreed between ASPSP and PSU. If equals “false”, the transaction will not involve additional specific transaction costs to the PSU."
        },
        "multibancoPaymentEntity": {
            "type": "string",
            "maxLength": 5,
            "description": "Multibanco Payment Entity."
        },
        "multibancoPaymentReference": {
            "type": "string",
            "maxLength": 15,
            "description": "Multibanco Payment Reference"
        },
        "additionalReference": {
            "type": "string",
            "maxLength": 15,
            "description": "Additional Multibanco Payment Reference"
        },
        "taxpayerIdentificationNumber": {
            "type": "string",
            "maxLength": 9,
            "description": "Tax Payer Information Number"
        },
        "startDate": {
            "type": "string",
            "description": "StartDate",
            "format": "date"
        },
        "endDate": {
            "type": "string",
            "description": "EndDate",
            "format": "date"
        },
        "frequency": {
            "$ref": "#/definitions/FrequencyCode"
        },
        "executionRule": {
            "type": "string"
        },
        "dayOfExecution": {
            "type": "string",
            "maxLength": 2
        },
        "serviceEntityShortName": {
            "type": "string",
            "maxLength": 30,
            "description": "It identifies Service Entity Name."
        },
        "plainInvoiceNumber": {
            "type": "string",
            "maxLength": 30,
            "description": "Only mandatory for Multibanco Payments type 'special services' and when transaction status is accepted."
        },
        "plainInvoiceFootnote": {
            "type": "string",
            "maxLength": 60,
            "description": "Only mandatory for Multibanco Payments type 'special services' and when transaction status is accepted."
        },
        "processorAuthorisation": {
            "type": "string",
            "maxLength": 20,
            "description": "Only mandatory for Multibanco Payments type 'Payment of Services' and when transaction status is accepted."
        }
    },
    "additionalProperties": false,
    "required": [
        "transactionStatus",
        "paymentId",
        "debtorAccount",
        "multibancoPaymentReference"
    ]
}
              
{
    "properties": {
        "transactionStatus": {
            "$ref": "#/definitions/TransactionStatusType",
            "description": "In case where the Payment Initiation Request was JSON encoded as defined in Section 5.3.1, the status is returned in this JSON based encoding."
        },
        "additionalReference": {
            "type": "string",
            "maxLength": 15,
            "description": "Additional Multibanco Payment Reference"
        },
        "serviceEntityShortName": {
            "type": "string",
            "maxLength": 30,
            "description": "It identifies Service Entity Name."
        },
        "plainInvoiceNumber": {
            "type": "string",
            "description": "Only mandatory for Multibanco Payments type 'special services' and when transaction status is accepted."
        },
        "plainInvoiceFootnote": {
            "type": "string",
            "description": "Only mandatory for Multibanco Payments type 'special services' and when transaction status is accepted."
        },
        "processorAuthorisation": {
            "type": "string",
            "maxLength": 20,
            "description": "Only mandatory for Multibanco Payments type 'Payment of Services' and when transaction status is accepted."
        },
        "_links": {
            "$ref": "#/definitions/MultibancoPaymentStatusLink",
            "description": "Should refer to next steps if the problem can be resolved via the interface e.g. for re-submission of credentials."
        }
    },
    "additionalProperties": false
}
              
{
    "properties": {
        "debtorAccount": {
            "$ref": "#/definitions/AccountReference",
            "description": "Debtor account"
        },
        "instructedAmount": {
            "$ref": "#/definitions/Amount",
            "description": "Instructed amount (inc. Curr.)"
        },
        "multibancoPaymentEntity": {
            "type": "string",
            "maxLength": 5,
            "description": "Multibanco Payment Entity"
        },
        "multibancoPaymentReference": {
            "type": "string",
            "maxLength": 15,
            "description": "Multibanco Payment Reference"
        },
        "taxpayerIdentificationNumber": {
            "type": "string",
            "maxLength": 12,
            "description": "Taxpayer Identification Number"
        },
        "startDate": {
            "type": "string",
            "description": "StartDate",
            "format": "date"
        },
        "endDate": {
            "type": "string",
            "description": "EndDate",
            "format": "date"
        },
        "frequency": {
            "$ref": "#/definitions/FrequencyCode",
            "description": "Daily, Weekly, EveryTwoWeeks, Monthly, EveryTwoMonths, Quarterly, SemiAnnual, Annual"
        },
        "executionRule": {
            "type": "string",
            "description": "following/preceeding"
        },
        "dayOfExecution": {
            "type": "integer",
            "description": "Month day to execute payment. The format is following the regular expression \\d{1,2}. Example: The first day is addressed by \"1\".",
            "format": "int32"
        }
    },
    "additionalProperties": false,
    "required": [
        "instructedAmount",
        "multibancoPaymentReference",
        "multibancoPaymentEntity"
    ]
}
              
{
    "properties": {
        "transactionStatus": {
            "description": "The transaction status is filled with codes of the ISO 20022 data table.",
            "$ref": "#/definitions/TransactionStatusType"
        },
        "paymentId": {
            "type": "string",
            "description": "Resource identification of the generated payment initiation resource."
        },
        "transactionFees": {
            "description": "Can be used by the ASPSP to transport transaction fees relevant for the underlying payments.",
            "$ref": "#/definitions/Amount"
        },
        "currencyConversionFees": {
            "$ref": "#/definitions/Amount",
            "description": "Can be used by the ASPSP to transport transaction fees relevant for the underlying payments."
        },
        "estimatedTotalAmount": {
            "$ref": "#/definitions/Amount",
            "description": "Can be used by the ASPSP to transport transaction fees relevant for the underlying payments."
        },
        "estimatedInterbankSettlementAmount": {
            "$ref": "#/definitions/Amount",
            "description": "Can be used by the ASPSP to transport transaction fees relevant for the underlying payments."
        },
        "transactionFeeIndicator": {
            "type": "boolean",
            "description": "If equals \"true\" the transaction will involve specific transaction cost as shown by the ASPSP in their public price list or as agreed between ASPSP and PSU.If equals \"false\" the transaction will not involve additional specific transaction costs to the PSU."
        },
        "scaMethods": {
            "description": "This data element might be contained, if SCA is required and if the PSU has a choice between different authentication methods. Depending on the risk management of the ASPSP this choice might be offered before or after the PSU has been identified with the first relevant factor, or if an access token is transported. If this data element is contained, then there is also an hyperlink of type “selectAuthenticationMethods” contained in the response body.These methods shall be presented towards the PSU for selection by the TPP.",
            "$ref": "#/definitions/AuthenticationArray"
        },
        "chosenScaMethod": {
            "description": "This data element is only contained in the response if the APSPS has chosen the Embedded SCA Approach, if the PSU is already identified e.g. with the first relevant factor or alternatively an access token, if SCA is required and if the authentication method is implicitly selected.",
            "$ref": "#/definitions/Authentication"
        },
        "challengeData": {
            "description": "It is contained in addition to the data element chosenScaMethod if challenge data is needed for SCA. In rare cases this attribute is also used in the context of the psuAuthentication link.",
            "$ref": "#/definitions/Challenge"
        },
        "_links": {
            "$ref": "#/definitions/MultibancoPaymentLinks",
            "description": "A list of hyperlinks to be recognized by the TPP."
        },
        "psuMessage": {
            "type": "string",
            "description": "Text to be displayed to the PSU."
        },
        "tppMessages": {
            "description": "Messages to the TPP on operational issues.",
            "$ref": "#/definitions/TppMessageArray"
        }
    },
    "additionalProperties": false,
    "required": [
        "transactionStatus",
        "paymentId"
    ]
}
              

Transports additional error information.

{
    "required": [
        "category",
        "code"
    ],
    "properties": {
        "category": {
            "type": "string",
            "default": "",
            "description": "Category of the error. Only \"ERROR\" or \"WARNING\" permitted."
        },
        "code": {
            "$ref": "#/definitions/MessageCode",
            "description": "Message error code."
        },
        "path": {
            "type": "string",
            "default": "",
            "description": "Path of the element of the request message which provoked this error message."
        },
        "text": {
            "type": "string",
            "maxLength": 512,
            "default": "",
            "description": "Additional explaining text."
        }
    },
    "additionalProperties": false
}
              

Messages to the TPP on operational issues.

{
    "type": "array",
    "items": {
        "$ref": "#/definitions/TppMessage",
        "description": "Transports additional error information."
    },
    "additionalProperties": false
}
              

ISO20022: The transaction status is filled with value of the ISO20022 data table. RCVD : RECEIVED PDNG : PENDING PATC : PARTIALLY ACCEPTED TECHNICAL CORRECT ACTC : ACCEPTED TECHNICAL VALIDATION ACFC : ACCEPTED FUNDS CHECKED ACWC : ACCEPTED WITH CHANGE ACWP : ACCEPTED WITHOUT POSTING ACSP : ACCEPTED SETTLEMENT IN PROCESS ACSC : ACCEPTED SETTLEMENT COMPLETED CANC : CANCELED RJCT : REJECTED

{
    "type": "string",
    "enum": [
        "RCVD",
        "PDNG",
        "PATC",
        "ACTC",
        "ACFC",
        "ACWC",
        "ACWP",
        "ACSP",
        "ACSC",
        "CANC",
        "RJCT"
    ],
    "default": "RJCT",
    "additionalProperties": false
}
              
  • Share this

WELCOME

API Products
API Providers
About Us
PSD2

 

SANDBOX

Getting Started
API Documentation

TEST & PRODUCTION

Getting Started

FAQS & SUPPORT

Developers Forum
FAQs
Contact Us
Check out our LinkedIn


Find more about SIBS
www.sibs.com

©SIBS API Market

Login

User login

Use your developer.sibsapimarket.com/sandbox account ...

  • Create new account
  • Request new password