# Buyers

Buyers are identities representing a business

Once on-boarded, Buyers can create payment runs and pay their suppliers in your application.

 - [POST /v1/buyers](https://api.weavr.io/products/payment-run/openapi/buyers/buyercreate.md): Buyers are identities representing a business. Once on-boarded, Buyers can create and manage their own instruments via your plugin. The information provided must be accurate and will be passed on fo
 - [GET /v1/buyers](https://api.weavr.io/products/payment-run/openapi/buyers/buyerget.md): Retrieve the details of the buyer that the logged-in user belongs to. Required user role: `ADMIN`
 - [PATCH /v1/buyers](https://api.weavr.io/products/payment-run/openapi/buyers/buyerupdate.md): Update the buyer currencies and admin roles. Required user role: `ADMIN`
 - [POST /v1/buyers/verification/email/send](https://api.weavr.io/products/payment-run/openapi/buyers/buyeradminuseremailverificationcodesend.md): The first step in verifying a admin user's email. The admin user whose email address is to be verified is sent an email containing a randomly generated code. This code must then be provided in the *bu
 - [POST /v1/buyers/verification/email/verify](https://api.weavr.io/products/payment-run/openapi/buyers/buyeradminuseremailverify.md): The second step in verifying the admin user's email. The randomly generated code sent to the admin user via email, using the *buyerAdminUserEmailVerificationCodeSend* operation, is submitted here to v
 - [POST /v1/buyers/kyb](https://api.weavr.io/products/payment-run/openapi/buyers/buyerkybstart.md): Buyers need to complete due diligence (KYB) before they can create payment runs and pay their suppliers. This operation initiates the due diligence process for the buyer that the logged-in user belong
 - [GET /v1/buyers/kyb](https://api.weavr.io/products/payment-run/openapi/buyers/buyerkybget.md): Returns the KYB status for the buyer that the logged-in user belongs to. Required user role: `ADMIN`
 - [PATCH /v1/buyers/kyb](https://api.weavr.io/products/payment-run/openapi/buyers/buyerupdatekyb.md): Update the details of the buyer that the logged-in user belongs to. The following Buyer details are verified during due diligence (KYB) and cannot be updated via the API once the Buyer has been verifi
