KYC is a mandatory regulatory process to identify and validate customer identity, ensure compliance, and assess potential risks.
The KYC process requires:
Registration Data Submission: Submit accurate and up-to-date registration data to Fiserv.
KYC Approval: Customers must be approved before accessing Fiserv's PIX PSP services.
KYC has different approval or rejection criteria depending on the environment. Therefore, it is necessary to send the approved CNPJ(s) to the Fiserv team to facilitate development. After the client registration a KYC validation will happen asynchronously, and the result will be notified to the configured webhook.
POST /v1/client
Add a client.
Request Fields
Name
Located in
Description
Mandatory
Type
apikey
header
API Key
yes
string
x-timestamp
header
Date/time of the request (used to prevent replay attacks)
yes
string
x-request-id
header
Random ID used to identify the request
yes
string
x-hmac-signature
header
HMAC signature generated by combining the request parameters: Example: HMAC-SHA256( apikey + x-timestamp + requestBody + URL)