Create a File Payment Consent
Enables a PISP to register an intent to initiate a File Payment.
Headers
The time when the PSU 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 2017 19:43:31 UTC
The PSU's IP address if the PSU is currently logged in with the TPP.
An RFC4122 UID used as a correlation id.
An Authorisation Token as per https://tools.ietf.org/html/rfc6750
Every request will be processed only once per x-idempotency-key. The Idempotency Key will be valid for 24 hours.
A detached JWS signature of the body of the payload.
Indicates the user-agent that the PSU is using.
Only used if an ASPSP requires the client ID in order to return rate limit headers.
TPPs must refer to ASPSP developer portals for further information on any rate limit policies, if the headers are supported and any additional requirements.
This header must not be used for client authentication
Request body
Example request
{
"Data": {
"Initiation": {
"CreditorAgent": {
"LEI": "IZ9Q00LZEVUKWCQY6X15"
},
"UltimateDebtor": {
"LEI": "IZ9Q00LZEVUKWCQY6X15"
},
"RemittanceInformation": {
"Structured": [
{
"Invoicer": "80200112344562",
"Invoicee": "80200112344562"
}
]
}
}
}
}Response
File Payment Consents Created
Example response
{
"Data": {
"StatusReason": [
{
"StatusReasonCode": "ERIN"
}
],
"Initiation": {
"CreditorAgent": {
"LEI": "IZ9Q00LZEVUKWCQY6X15"
},
"UltimateDebtor": {
"LEI": "IZ9Q00LZEVUKWCQY6X15"
},
"RemittanceInformation": {
"Structured": [
{
"Invoicer": "80200112344562",
"Invoicee": "80200112344562"
}
]
}
},
"Debtor": {
"LEI": "IZ9Q00LZEVUKWCQY6X15"
}
}
}