-
-
Notifications
You must be signed in to change notification settings - Fork 24
3 QR Code dinâmico, como iniciar?
Alexandre Sanlim edited this page Jan 17, 2021
·
2 revisions
Instale este pacote na sua aplicação:
Install-Package pix-dynamic-payload-generator.net
E inicie:
new StartConfig(
_baseUrl: "https://api-pix-h.seupsp.com.br",
_clientId: "client-id-fornecido-pelo-psp",
_clientSecret: "client-secret-fornecido-pelo-psp",
_certificate: new System.Security.Cryptography.X509Certificates.X509Certificate2(@".\certificado.p12")
);