payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...
payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...
Pass the OAuth Token and the App Key to invoke this endpoint for a particular application.
payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...
curl -X GET \ https://api.seic.com/v1/payments \ -H 'AppKey: gsedgaerhDSHGRSH' \ -H 'Authorization: Bearer ADsgdnnkjnfdIKJN'
appkey: gsedgaerhDSHGRSH authorization: Bearer ADsgdnnkjnfdIKJN
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": [ { "transactionExternalId": "IS99995", "tradeDate": "2014-04-30T00:00:00", "productInvestorExternalId": null, "changeDate": "2018-09-20T18:10:24.027", "createDate": "2014-04-02T15:08:22", "product": { "productExternalId": "WWCEDLP", "links": [ { "rel": "productMetadata", "href": "https://api.seic.com/v1/products/metadata?externalId=WWCEDLP&type=Fund&subType=&validateRequest=false" } ] }, "investor": { "investorExternalId": "Lachman", "investorAlternateId": null, "links": [ { "rel": "investorMetadata", "href": "https://api.seic.com/v1/investors/metadata?externalId=Lachman&validateRequest=false" } ] }, "payment": [], "links": [ { "rel": "pendingTransaction", "href": "https://api.seic.com/v1/transactions?externalId=IS99995&validateRequest=false" } ] } ] }
payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...
payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...
Pass the OAuth Token and the App Key to invoke this endpoint for a particular application.
payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...
curl -X GET \ https://api.seic.com/v1/payments \ -H 'AppKey: gsedgaerhDSHGRSH' \ -H 'Authorization: Bearer ADsgdnnkjnfdIKJN'
appkey: gsedgaerhDSHGRSH authorization: Bearer ADsgdnnkjnfdIKJN
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": [ { "transactionExternalId": "IS99995", "tradeDate": "2014-04-30T00:00:00", "productInvestorExternalId": null, "changeDate": "2018-09-20T18:10:24.027", "createDate": "2014-04-02T15:08:22", "product": { "productExternalId": "WWCEDLP", "links": [ { "rel": "productMetadata", "href": "https://api.seic.com/v1/products/metadata?externalId=WWCEDLP&type=Fund&subType=&validateRequest=false" } ] }, "investor": { "investorExternalId": "Lachman", "investorAlternateId": null, "links": [ { "rel": "investorMetadata", "href": "https://api.seic.com/v1/investors/metadata?externalId=Lachman&validateRequest=false" } ] }, "payment": [], "links": [ { "rel": "pendingTransaction", "href": "https://api.seic.com/v1/transactions?externalId=IS99995&validateRequest=false" } ] } ] }
payments
get
/payments
Name | Description | Data Type | Required |
---|---|---|---|
transactionExternalId |
string |
||
startDate |
string |
||
endDate |
string |
||
productInvestorExternalId |
string |
||
productExternalId |
string |
||
investorExternalId |
string |
||
investorAlternateId |
string |
||
createStartDate |
string |
||
createEndDate |
string |
||
changeStartDate |
string |
||
changeEndDate |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
|
string |
|
AppKey |
|
string |
-
CodeDescription
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
transactionExternalId | |
startDate | |
endDate | |
productInvestorExternalId | |
productExternalId | |
investorExternalId | |
investorAlternateId | |
createStartDate | |
createEndDate | |
changeStartDate | |
changeEndDate |
Authorization |
|
AppKey |
|
Request Body
Working...