sepa_check

Get Sepa Check

get/v2/sepa/check/{id}

Path parameters

idstring required
Example:chck_yWYfCSzsUUhr9KwMv7vuLZHX

Response

Successful Response

idstring required
createdstring date-time required

Date of creation in Epoch timestamp

check_type'person' | 'company' required

An enumeration.

status'pending' | 'succeeded' required

An enumeration.

Example response

{
  "id": "chck_yWYfCSzsUUhr9KwMv7vuLZHX",
  "created": "1512518400",
  "person": {
    "score": 100,
    "score_name": 100,
    "birth_date_valid": true
  },
  "company": {
    "score": 100,
    "valid_identifier": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.