Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
In the Confirmation of Funds API flow, the consent is managed between the PSU and the ASPSP. The PSU provides consent to their ASPSP to respond to confirmation of funds requests from a Card Based Payment Instrument Issuer (CBPII). To achieve this, there are several API resources available.
Table of Contents | ||||
---|---|---|---|---|
|
Note |
---|
Parameters denoted with * are mandatory to configure in the API call. |
Create funds confirmation consent
...
The following header parameters need to be provided for the API call:
...
Parameters | Description |
---|---|
x-fapi-financial-id * | A unique ID of the ASPSP to which the request is issued. This value is issued by WSO2 Open Banking. |
x-fapi-customer-last-logged-time | The time when the PSU logged in with the TPP. |
x-fapi-customer-ip-address | The PSU's IP address. When a PSU logs in, the IP address is sent. |
x-fapi-interaction-id | An RFC4122 UID used as a correlation ID. |
UserId * | The ID of the user initiating this request. |
x-customer-user-agent | The user agent used by the PSU. |
...
Parameter | Type | Description |
---|---|---|
ConsentId * | String | The consent ID for which you need information. |
x-fapi-financial-id * | String | The unique ID of the ASPSP to which the request is issued. |
x-fapi-customer-last-logged-time | String | The time when the PSU last logged in with the TPP. |
x-fapi-customer-ip-address | String | The IP address with which the PSU is logged into the TPP. |
x-fapi-interaction-id | String | An RFC4122 UID used as a correlation ID. |
UserId * | String | The user ID of the user initiating the request. |
x-customer-user-agent | String | The user-agent that the PSU is using. |
...
Parameter | Type | Description |
---|---|---|
ConsentId * | String | The consent ID for which you need information. |
x-fapi-financial-id * | String | The unique ID of the ASPSP to which the request is issued. |
x-fapi-customer-last-logged-time | String | The time when the PSU last logged in with the TPP. |
x-fapi-customer-ip-address | String | The IP address with which the PSU is logged into the TPP. |
x-fapi-interaction-id | String | An RFC4122 UID used as a correlation ID. |
UserId * | String | The user ID of the user initiating the request. |
x-customer-user-agent | String | The user-agent that the PSU is using. |
...