Get payment by IDAsk AIget https://api.staging.payrails.io/payment/payments/{paymentId}Find a Payment from a given ID.Path ParamspaymentIduuidrequiredIdentifier of the resource in Payrails.Query ParamsincludeInstrumentbooleanDefaults to falseBoolean indicating if the payment instrument should be included in the response.truefalseincludePaymentTokenbooleanDefaults to falseBoolean indicating if the instrument payment token should be included in the response.truefalseincludeProviderAccountDisplayNamebooleanDefaults to falseBoolean indicating if the provider account display name should be included in the response.truefalseincludeHolderReferencebooleanDefaults to falseBoolean indicating if the holder reference should be included in the response.truefalseResponses 200Payment entity found, and all details are included. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago