Skip to content

Missing API-Version header in Customers.createCustomer method #229

@rantingmong

Description

@rantingmong

Title is self explanatory.

I cannot process customer creation with the SDK as the implementation is missing a API-Version header so it will read the following request properly:

{
    "reference_id": "...",
    "type": "INDIVIDUAL",
    "individual_detail": {
        "given_names": "mongster"
    },
    "email": "..."
}

Without it, API is returning an "API_VALIDATION_ERROR" with body.given_names is required error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions