Skip to content

Customer.Get() usando Customer.email en lugar de Customer.id #20

@larottao

Description

@larottao

Buenas tardes

Tomando como referencia este esquema:

SearchParams search = new SearchParams();
search.Limit = 100;
search.offset = 0;

        OpenpayAPI openpayAPI = new OpenpayAPI(Constants.API_KEY_LLAVE_PRIVADA, Constants.MERCHANT_ID);
        List<Customer> customers = openpayAPI.CustomerService.List(search);

Será posible implementar Customer.Get() pero utilizando el e-mail registrado para el Customer?

Obtener el List() y luego buscar por e-mail es demasiado tardado, y genera una carga innecesaria para el servicio de OpenPay

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions