Description
Allows the adding of accounts.
General
End Point | https://www.mogl.com/api/v2/billingAccounts |
HTTP Method | POST |
Requires SSL | true |
Requires Acting User | true (learn more) |
Scope(s) | accounts |
Path Parameters
Path parameters are ALWAYS required.
None
Request Parameters
Parameters are NOT REQUIRED unless noted otherwise.
account.name | required The name of the account. |
account.accountingEmail | required The email address that will receive invoices. |
account.paymentMethod | required 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
account | A account for billing. See billingAccount details |