Get a specific request to payAsk AIget https://sepaexpress-prod-fx.azurewebsites.net/api/services/v2/RequestsToPay/{id}Returns a specific request to pay.Path ParamsidstringrequiredQuery ParamsincludeCustomerboolean | nullIndicates whether the full customer object should be included.truefalseincludeBankAccountboolean | nullIndicates whether the full bankaccount object should be included.truefalseincludeMandateboolean | nullIndicates whether the full mandate object should be included.truefalseincludeConnectorboolean | nullIndicates whether the full connector object should be included.truefalseincludeMerchantboolean | nullIndicates whether the full merchant object should be included.truefalseincludeHostedPageboolean | nullIndicates whether the full hosted page object should be included.truefalseResponses 200Ok. Standard response for successful HTTP requests. 400Bad Request. The request could not be understood by the server, usually due to malformed syntax. 401Unauthorized. The client did not provide a valid authentication HTTP header or the user making the request has been disabled. 403Forbidden. The client provided a valid authentication header, but does not have permission to access this resource. 404Not Found. The requested resource was not found. 429Too many requests. A rate limit has been reached.Updated 7 months ago