v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBOriginator
Create an Originator
post/v0/originators
Headers
Idempotency-Keystring
Idempotency key
Request body
Example request
{
"account_id": "account_xyz123",
"entity_id": "entity_xyz123",
"company_name": "Company, Inc.",
"ach": {
"allowed_sec_codes": [
"WEB"
],
"nested_third_parties": [
"entity_xyz123"
]
}
}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"
}