get https://api-preview.platform.breadpayments.com/api/buyer
Allows a user to lookup buyers using filtering query parameters.
A user can lookup by phone and/or email. To lookup a single buyer with a verified phone and/or email, the verifiedPhoneOnly
and verifiedEmailOnly
filters can be used.
For a valid request, at least one of the phone.eq
and email.eq
filters is required. If the verifiedPhoneOnly
or verifiedEmailOnly
filters are true, phone.eq
or email.eq
must also be provided respectively.