post https://uat-api.synapsefi.com/v3.1/users//nodes
Create a CHECK-US
node
Request Object
Key | Type | Description |
---|---|---|
type | string | [Required] Type of node. Set as CHECK-US |
info.payee_address | object | [Required] Recipient address object. See Address Object below |
info.payee_name | string | [Required] Name of check recipient |
Address Object
Key | Type | Description |
---|---|---|
address_street | string | Street address associated with the document owner, this can be home address of a person or business address of a corp. Please include apartment suite or unit numbers |
address_city | string | City associated with the document owner, this can be home address of a person or business address of a corp |
address_subdivision | string | State abbreviation associated with the document owner. This value needs to be in ISO Alpha-2 (i.e. CA) |
address_postal_code | string | Postal code associated with the document owner, this can be home address of a person or business address of a corp |
address_country_code | string | Country associated with the document owner, this can be home address of a person or business address of a corp. This value needs to be in ISO Alpha-2 (i.e. US) |