Changes in the API Specification

Back to the summary

Info

  • Version: 1.13.01.14.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):
                                                    references:
                                                        items:
                                                            properties:
                                                                (modified):
                                                                    type:
                                                                        enum:
                                                                            (added):
                                                                                - TREASURY_PAYMENT
                                                                                - VIRTUAL_CASH_INCREASE
                                                                                - VIRTUAL_CASH_DECREASE
                                                    type:
                                                        enum:
                                                            (added):
                                                                - TREASURY_PAYMENT
                                                                - VIRTUAL_CASH_INCREASE
                                                                - VIRTUAL_CASH_DECREASE

See updated API reference


GET /webhooks

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):
                                                    title:
                                                        maxLength:
                                                            from: 100
                                                            to: null
                                                        pattern:
                                                            from: ""
                                                            to: ^[a-zA-Z0-9 ()\[\]{}.-]{1,32}$

See updated API reference


POST /webhooks

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):
                            title:
                                maxLength:
                                    from: 100
                                    to: null
                                pattern:
                                    from: ""
                                    to: ^[a-zA-Z0-9 ()\[\]{}.-]{1,32}$
responses:
    (modified):
        "201":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    title:
                                        maxLength:
                                            from: 100
                                            to: null
                                        pattern:
                                            from: ""
                                            to: ^[a-zA-Z0-9 ()\[\]{}.-]{1,32}$

See updated API reference


GET /webhooks/{webhook_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:
                            properties:
                                (modified):
                                    title:
                                        maxLength:
                                            from: 100
                                            to: null
                                        pattern:
                                            from: ""
                                            to: ^[a-zA-Z0-9 ()\[\]{}.-]{1,32}$

See updated API reference


PATCH /webhooks/{webhook_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:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (modified):
                            title:
                                maxLength:
                                    from: 100
                                    to: null
                                pattern:
                                    from: ""
                                    to: ^[a-zA-Z0-9 ()\[\]{}.-]{1,32}$
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    title:
                                        maxLength:
                                            from: 100
                                            to: null
                                        pattern:
                                            from: ""
                                            to: ^[a-zA-Z0-9 ()\[\]{}.-]{1,32}$

See updated API reference