A valid request URL is required to generate request examples{
"Data": {},
"Links": {
"Self": "<string>"
}
}{
"iss": "c50f0152-49bb-4dc4-b866-b625271c4e78",
"exp": 3349494246,
"nbf": 1675765189,
"aud": [
"e63df191-5fff-4e9c-bba2-b273c94e87f0"
],
"iat": 1675765189,
"message": {
"Errors": [
{
"Code": "GenericError",
"Message": {
"en": "A mandatory field is missing."
}
}
]
}
}{
"iss": "c50f0152-49bb-4dc4-b866-b625271c4e78",
"exp": 3349494246,
"nbf": 1675765189,
"aud": [
"e63df191-5fff-4e9c-bba2-b273c94e87f0"
],
"iat": 1675765189,
"message": {
"Errors": [
{
"Code": "AccessToken.InvalidScope",
"Message": {
"en": "The access token did not have an appropriate scope attached to it."
}
}
]
}
}{
"iss": "c50f0152-49bb-4dc4-b866-b625271c4e78",
"exp": 3349494246,
"nbf": 1675765189,
"aud": [
"e63df191-5fff-4e9c-bba2-b273c94e87f0"
],
"iat": 1675765189,
"message": {
"Errors": [
{
"Code": "GenericError",
"Message": {
"en": "An Internal Server error has occurred. Please retry in 60 seconds."
}
}
]
}
}Query for a File PaymentId
Lookup the Payments Resource using the x-idempotency-key. If an idempotency key is matched the Links object will be returned with the Self value populated. This will provide a pointer to the correct resource.
This is an alternative way for TPPs to obtain the response to a payment initiation operation where they did not receive any response body from the LFI (due to network error or timeout).
A valid request URL is required to generate request examples{
"Data": {},
"Links": {
"Self": "<string>"
}
}{
"iss": "c50f0152-49bb-4dc4-b866-b625271c4e78",
"exp": 3349494246,
"nbf": 1675765189,
"aud": [
"e63df191-5fff-4e9c-bba2-b273c94e87f0"
],
"iat": 1675765189,
"message": {
"Errors": [
{
"Code": "GenericError",
"Message": {
"en": "A mandatory field is missing."
}
}
]
}
}{
"iss": "c50f0152-49bb-4dc4-b866-b625271c4e78",
"exp": 3349494246,
"nbf": 1675765189,
"aud": [
"e63df191-5fff-4e9c-bba2-b273c94e87f0"
],
"iat": 1675765189,
"message": {
"Errors": [
{
"Code": "AccessToken.InvalidScope",
"Message": {
"en": "The access token did not have an appropriate scope attached to it."
}
}
]
}
}{
"iss": "c50f0152-49bb-4dc4-b866-b625271c4e78",
"exp": 3349494246,
"nbf": 1675765189,
"aud": [
"e63df191-5fff-4e9c-bba2-b273c94e87f0"
],
"iat": 1675765189,
"message": {
"Errors": [
{
"Code": "GenericError",
"Message": {
"en": "An Internal Server error has occurred. Please retry in 60 seconds."
}
}
]
}
}Authorizations
TPP confidential client authorization with the LFI to stage a consent. Please refer to OpenID FAPI Security Profile 1.0 -Part 2 Advanced - 5.2.2 point 14 - shall authenticate the confidential client using one of the following methods private_key_jwt and OpenID Connect Core 1.0 9. Client Authentication private_key_jwt
Headers
An authorization Token as per https://tools.ietf.org/html/rfc6750
The time when the User last logged in with the TPP. All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below: Sun, 10 Sep 2023 19:43:31 UTC
^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), \d{2} (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) \d{4} \d{2}:\d{2}:\d{2} (GMT|UTC)$The User's IP address if the User is currently logged in with the TPP.
An RFC4122 UID used as a correlation id.
Indicates the user-agent that the User is using.
Ensures the LFI processes the resource successfully only once per x-idempotency-key
The TPP must not change the request body while using the same x-idempotency-key, changes to the request body will not result any action on the end resource.
The OFP will treat a request as idempotent if it had received the first request with the same x-idempotency-key from the same TPP in the preceding 24 hours.
40^(\S*)$Response
Provides a link to the resource created with the matching x-idempotency-key value
Was this page helpful?

