Billing
billing

Create Moov Account

Create a Moov payment account for the customer.

Requires simplified business information (name, address, phone) and a ToS token. The ToS token should be obtained by the frontend using Moov.js.

Admin only endpoint.

post/billing/account

Request body

business_namestring required
emailstring email required
terms_of_service_tokenstring required

Token accepting Terms of Service

Response

Successful Response

account_idstring uuid required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.