Changes in the API Specification

Back to the summary

Info

  • Version: 1.8.01.9.0

Modified endpoints


GET /transactions/cash

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            properties:
                                                (modified):
                                                    type:
                                                        enum:
                                                            (added):
                                                                - DD_REFUND_REJECT_FEE
                                                                - DD_REFUND_REJECT_FEE_CANCELLATION

See updated API reference


GET /users/{user_id}/checks

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            oneOf:
                                                (modified):
                                                    '#1':
                                                        properties:
                                                            (modified):
                                                                document_type:
                                                                    enum:
                                                                        (added):
                                                                            - RESIDENCE_PERMIT

See updated API reference


POST /users/{user_id}/checks

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    oneOf:
                        (modified):
                            '#1':
                                properties:
                                    (modified):
                                        document_type:
                                            enum:
                                                (added):
                                                    - RESIDENCE_PERMIT

See updated API reference


GET /users/{user_id}/checks/{check_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            oneOf:
                                (modified):
                                    '#1':
                                        properties:
                                            (modified):
                                                document_type:
                                                    enum:
                                                        (added):
                                                            - RESIDENCE_PERMIT

See updated API reference


GET /users/{user_id}/tax_residencies

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    tax_residencies:
                                        items:
                                            oneOf:
                                                (added):
                                                    - RevisionSchema[0]
                                                (deleted):
                                                    - BaseSchema[0]
                                                    - BaseSchema[1]

See updated API reference


POST /users/{user_id}/tax_residencies

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (modified):
                            tax_residencies:
                                minItems:
                                    from: 0
                                    to: 1
                                items:
                                    oneOf:
                                        (added):
                                            - RevisionSchema[0]
                                        (deleted):
                                            - BaseSchema[0]
                                            - BaseSchema[1]
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    tax_residencies:
                                        items:
                                            oneOf:
                                                (added):
                                                    - RevisionSchema[0]
                                                (deleted):
                                                    - BaseSchema[0]
                                                    - BaseSchema[1]

See updated API reference