Skip to main content

Validate PM

POST 

/validate/pm/:id

Create a validation entry for PM with a document upload

Request

Path Parameters

    id uuidrequired

    Account ID

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Body

required

The file to upload.

    file binary

Responses

Validation created

Schema

    account

    object

    required

    account_id uuidrequired

    Unique identifier for the account.

    account_last_modified stringrequired

    Timestamp for the account creation.

    account_national_id stringrequired

    Siret number of the account.

    account_name stringrequired

    Name of the account. Defined by the SIRET number.

    account_type stringrequired

    Possible values: [personneMorale, personnePhysique]

    Type of the account.

    account_is_active booleanrequired

    Status of the account. For more infos see /validate

    account_deletion_date stringrequired

    Timestamp for the account deletion.

    account_created_at stringrequired

    Timestamp for the account creation.

    account_currency stringrequired

    Currency of the account. Only EUR supported for now.

    account_notification_email stringrequired

    Notification email for the account, will get notified for each successful payment.

    account_creation_url stringrequired

    URL for account activation. For more infos see /validate

    account_blob_storage_url stringrequired

    URl for blob storage. For more infos see /validate/pm

    partner_id uuidrequired

    Partner id of the account.

    creator_id uuidrequired

    ID of the creator of the account

Loading...