ACH Agreement
(Optional) If passed, the proof of the authorized ACH agreement terms will be persisted.
Name | Description |
---|---|
agreement_terms | String (Required when providing ACH agreement params) The ACH authorization agreement terms. |
authorizer_first_name | String (Required when providing ACH agreement params) The first name of the person authorizing the ACH agreement. |
authorizer_last_name | String (Required when providing ACH agreement params) The last name of the person authorizing the ACH agreement. |
ip_address | String (Required when providing ACH agreement params) The IP address of the person authorizing the ACH agreement. |
{
"agreement_terms": "agreement_terms4",
"authorizer_first_name": "authorizer_first_name2",
"authorizer_last_name": "authorizer_last_name2",
"ip_address": "ip_address2"
}