Used to initiate the authorisation process and direct users to the login screen of their financial Institution in order to give their consent for a payment. This endpoint is used to initiate all the different payment listed below. Based on the type of payment you wish to make, you may be required to provide specific properties in PaymentRequest. First make sure that the payment feature you wish to execute is supported by the bank by checking the features array in GET Institution.
Features:
INITIATE_DOMESTIC_PERIODIC_PAYMENTINITIATE_DOMESTIC_SCHEDULED_PAYMENTINITIATE_DOMESTIC_SINGLE_INSTANT_PAYMENTINITIATE_DOMESTIC_SINGLE_PAYMENTINITIATE_INTERNATIONAL_PERIODIC_PAYMENTINITIATE_INTERNATIONAL_SCHEDULED_PAYMENTINITIATE_INTERNATIONAL_SINGLE_PAYMENTUse HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.
Conditional. Represents the user's login ID for the Institution to a personal account.
See PSU identifiers to see if this header is required.
Conditional. Represents the user's login ID for the Institution to a business account.
See PSU identifiers to see if this header is required.
Conditional. The IP address of the PSU.
See PSU identifiers to see if this header is required.
The sub-application ID to which event type is being subscribed to
The request body containing an PaymentAuthorisationRequest json payload
Mandatory. The reference to the Institution which identifies which institution the authorisation request is sent to.
"yapily-mock"
Mandatory. The payment request object defining the details of the payment.
Conditional. The user-friendly reference to the User that will authorise the authorisation request. If a User with the specified applicationUserId exists, it will be used otherwise, a new User with the specified applicationUserId will be created and used. Either the userUuid or applicationUserId must be provided.
"user-234562290"
Extra parameters the TPP may want to get forwarded in the callback request after the PSU redirect.
Optional. The URL to redirect the user to after the user complete the authorisation at the Institution.
"https://display-parameters.com"
Optional. The server to redirect the user to after the user complete the authorisation at the Institution.
Conditional. Used to receive a oneTimeToken rather than a consentToken at the callback for additional security. This can only be used when the callback is set.
See Using a callback with an OTT (Optional) for more information.
false