Get specific paymentAsk AIget https://api-sandbox.fintecture.com/pis/v2/payments/{session_id}This endpoint provides detailed information related to a specific payment session.Path Paramssession_idstringrequiredlength between 32 and 32Session identifier allows identification of a specific payment event.Query ParamsincludestringenumAdd the included object to detail the payment sessiontransactionstransactionsAllowed:transactionswith_beneficiarybooleanReturns the beneficiary in the responsetruetruefalsewith_virtualbeneficiarybooleanReturns the virtual beneficiary in the response. Requires an internal payment account to be enabled. ⚠️ This query param should only be added for Smart Transfer payments as the virtual beneficiary is only available for those payments.truetruefalseHeadersacceptstringenumDefaults to application/jsonThe expected content type of the response bodyapplication/jsonapplication/pdfAllowed:application/jsonapplication/pdfsignaturestringrequiredSignature is used to enforce security by signing request.Related documentation can be found by clicking heredatestringrequiredRFC2822 formatted date.x-request-idstringrequireduuid v4. Required in Redirect mode.Responses 200successful operation 400bad request 401unauthorized 403forbidden 404resource not found 500internal server errorUpdated about 1 year ago