ACH Agreement

API Docs by APIMATIC
Advanced Billing APIModelsStructures

ACH Agreement
#

(Optional) If passed, the proof of the authorized ACH agreement terms will be persisted.

NameDescription
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.

  • HTTP
  • Java
  • .NET
  • PHP
  • Python
  • Ruby
  • TypeScript
  • Go
{
  "agreement_terms": "agreement_terms4",
  "authorizer_first_name": "authorizer_first_name2",
  "authorizer_last_name": "authorizer_last_name2",
  "ip_address": "ip_address2"
}