Create ACH Payment Method

This function allows you to create a new ACH card payment method for a customer. It returns the newly created Payment Method on success.



Body Params
int32
required

This is the customer ID for the customer that this payment method is attached to.

string
required

This is the ACH account number for this payment method.

string
required

This is the ACH transit number for this payment method.

string
enum
required

This is the identifier for the bank account type.

Allowed:
string
required

This is the first name associated with the payment method.

string
required

This is the last name associated with the payment method.

string

This is the address associated with the payment method. Required if Address Verification Services is in use.

string

This is the secondary address line associated with the payment method. Required if Address Verification Services is in use.

int32

This is the Fusebill generated country code. Call Read Country ID to find the appropriate code. Required if Address Verification Services is in use.

int32

This is the Fusebill generated state code. Call Read Country ID to find the appropriate code. Required if Address Verification Services is in use.

string

This is the city associated with the payment method address. Required if Address Verification Services is in use.

string

This is the regional location code (for example, ZIP code in the USA) associated with the payment method address. Required if Address Verification Services is in use.

string
enum
required

This is the payment source.

Allowed:
paymentCollectOptions
object

If the payment method is validated successfully, this object is used to collect a specified amount.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json