Description
Allows the updating of accounts.
General
End Point | https://www.mogl.com/api/v2/billingAccounts/{account}/update |
HTTP Method | POST |
Requires SSL | true |
Requires Acting User | true (learn more) |
Scope(s) | accounts |
Path Parameters
Path parameters are ALWAYS required.
account | The id of the account to find links for. |
Request Parameters
Parameters are NOT REQUIRED unless noted otherwise.
account.name | The name of the account. |
account.accountingEmail | The email address that will receive invoices. |
account.paymentMethod | The method of payment [MANUAL|BILLINGDETAIL] |
card.cardNumber | The card number without spaces or hyphens. |
card.expirationMonth | A valid expiration month (1 to 12). |
card.expirationYear | A valid expiration year. |
echeck.business | Whether the checking account is personal or business. |
echeck.nameOnAccount | The name on the checking account. |
echeck.accountType | CHECKING or SAVINGS |
echeck.accountNumber | The account number. |
echeck.routingNumber | The bank routing number. |
Response Fields
None