Sign up a new Payt account
NOTE: This endpoint uses Basic authentication, just as the token endpoints.
Creates a Payt account containing a user, company and administration.
An oauth authorization_code will be returned with which the first access_token can be created. This means that in order to complete the API authorization the confirm step must be made as described in Confirm the authorization.
If connection parameters are given then these are added to the newly created administration and are validated during the signup. If the connection parameters are invalid a validation error will be returned.
Authorizations
OAuth2 access token or static API token. See Authorization for how to obtain one.
Body
Part of the administration address
Offical national commercial registration number
ISO 3166 Alpha-2 country code, Part of the administration address
Email address of the administration
Part of the administration address
Name of the administration
Phone number of the administration
Part of the administration address
Part of the administration address
First name of the user
Last name of the user
Email address the user will use to login into Payt
Description of the resource in your app with which the administration is connected. This can be a code, name or combination thereof. It should be uniquely recognizable for the enduser.
The unique identifier of the connected resource. This identifier will be used to query your API.
Sender email address which will be used for outgoing communication
BIC of the bank. The BIC must match the bank_account_number. If it is not then the bank_account properties will be ignored.
Name of the bank account holder. The name must be as it is registered by the bank. If it is not then the bank_account properties will be ignored.
Number of the bank account. This must be an existing organizational bank account. If it is not then the bank_account properties will be ignored.
The name of the contact person for this administration
The accounting or reporting currency, ISO 4217
Timezone in which the administration primarily operates, canonical tz name
VAT number of the administration
Locale in which the user will use Payt, 'ISO 639-1' + 'ISO 3166 Alpha-2 country code' (nl|de|en-GB|es|fr|nl-BE).
Description of the owner of the credentials. This can be a code, number or name and should be uniquely recognizable by the enduser. This field becomes required if the credentials owner is not the resource itself.