v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBOriginator
Retrieve an Originator
Retrieve an Originator.
get/v0/originators/{originator_id}
Path parameters
originator_idstring required
The ID of the originator to be retrieved.
Response
Successful response
Example response
{
"id": "originator_xyz123",
"account_id": "account_xyz123",
"entity_id": "entity_xyz123",
"status": "active",
"company_name": "Acme Inc.",
"ach": {
"allowed_sec_codes": [
"WEB"
],
"nested_third_parties": [
"entity_xyz123"
]
},
"created_at": "2022-06-27T11:22:33Z",
"updated_at": "2022-06-27T11:22:33Z"
}