@payconductor/react 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +95 -95
- package/dist/index.es.js.map +1 -1
- package/dist/payconductor/hooks/index.d.ts +2 -2
- package/dist/payconductor/hooks/use-tokenizer.d.ts +11 -0
- package/dist/payconductor/{tokenize → tokenizer}/api.d.ts +2 -2
- package/dist/payconductor/tokenizer/index.d.ts +1 -0
- package/dist/payconductor/tokenizer/providers/index.d.ts +6 -0
- package/dist/payconductor/tokenizer/providers/mercado-pago.d.ts +6 -0
- package/dist/payconductor/tokenizer/tokenizer.d.ts +9 -0
- package/dist/payconductor/{tokenize → tokenizer}/types.d.ts +5 -5
- package/package.json +1 -1
- package/dist/payconductor/hooks/use-tokenize.d.ts +0 -11
- package/dist/payconductor/tokenize/index.d.ts +0 -1
- package/dist/payconductor/tokenize/providers/index.d.ts +0 -6
- package/dist/payconductor/tokenize/providers/mercado-pago.d.ts +0 -6
- package/dist/payconductor/tokenize/tokenize.d.ts +0 -9
- /package/dist/esm/{tokenize.d.ts → tokenizer.d.ts} +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
height: 440px;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
`,document.head.appendChild(n)}}const _e=5*60*1e3;class Re extends k{constructor(){super(...arguments);p(this,"iframe",null);p(this,"messageListener",null);p(this,"timeoutId",null)}async authenticate(){const{threeDsUrl:t,creq:a}=this.data;if(!t||!a)return this.fail("Missing threeDsUrl or creq");const r=this.resolveContainer();return new Promise(o=>{var l;this.iframe=document.createElement("iframe"),this.iframe.name="payconductor-3ds-challenge",this.iframe.id="payconductor-3ds-challenge",r.appendChild(this.iframe),this.messageListener=S=>{var E,h,y;((E=S.data)==null?void 0:E.status)==="COMPLETE"&&(this.cleanup(),(y=(h=this.options).onComplete)==null||y.call(h),o({status:C.Success}))},window.addEventListener("message",this.messageListener),this.timeoutId=setTimeout(()=>{var S,E;this.cleanup(),(E=(S=this.options).onTimeout)==null||E.call(S),o({status:C.Timeout})},this.options.timeoutMs??_e);const d=(l=this.iframe.contentWindow)==null?void 0:l.document;if(!d){this.cleanup(),o(this.fail("Cannot access iframe document"));return}const s=d.createElement("form");s.name="threeDsChallengeForm",s.setAttribute("target","payconductor-3ds-challenge"),s.setAttribute("method","post"),s.setAttribute("action",t);const i=d.createElement("input");i.setAttribute("type","hidden"),i.setAttribute("name","creq"),i.setAttribute("value",a),s.appendChild(i),this.iframe.appendChild(s),s.submit()})}cleanup(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null),this.messageListener&&(window.removeEventListener("message",this.messageListener),this.messageListener=null),this.iframe&&(this.iframe.remove(),this.iframe=null),this.closeModal()}}const L=new Map;function N(e){const n=L.get(e);if(n)return n;const t=new Promise((a,r)=>{if(document.querySelector(`script[src="${e}"]`)){a();return}const o=document.createElement("script");o.src=e,o.async=!0,o.onload=()=>a(),o.onerror=()=>{L.delete(e),r(new Error(`Failed to load script: ${e}`))},(document.head||document.body).appendChild(o)});return L.set(e,t),t}const Ne="https://static.payzen.lat/static/js/authenticate-client/V1.0/kr-authenticate.umd",ke=10*60*1e3;class xe extends k{constructor(){super(...arguments);p(this,"timeoutId",null)}async authenticate(){const{operationUrl:t,publicKey:a}=this.data;if(!t||!a)return this.fail("Missing operationUrl or publicKey");try{await N(Ne)}catch{return this.fail("Failed to load 3DS SDK")}const r=window.KrAuthenticate;return r?new Promise(o=>{this.timeoutId=setTimeout(()=>{var s,i;this.cleanup(),(i=(s=this.options).onTimeout)==null||i.call(s),o({status:C.Timeout})},this.options.timeoutMs??ke),new r(a).authenticate(t,()=>{var s,i;this.cleanup(),(i=(s=this.options).onComplete)==null||i.call(s),o({status:C.Success})})}):this.fail("KrAuthenticate not available")}cleanup(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}}const Oe={[D.Production]:"https://3ds-nx-js.stone.com.br/live/v2/3ds2.min",[D.Sandbox]:"https://3ds-nx-js.stone.com.br/test/v2/3ds2.min"},Le=5*60*1e3;function Ue(){const e=window.innerWidth;return e<=480?"01":e<=768?"02":e<=1024?"03":"04"}class Fe extends k{constructor(){super(...arguments);p(this,"timeoutId",null);p(this,"methodContainer",null)}async authenticate(){const{authToken:t,card:a}=this.data;if(!t)return this.fail("Missing authToken for PagarMe 3DS");if(!a)return this.fail("Missing card data for PagarMe 3DS");const r=this.data.environment??D.Production;try{await N(Oe[r])}catch{return this.fail("Failed to load Stone 3DS SDK")}const o=window.TDS;if(!o)return this.fail("Stone TDS SDK not available");const d=this.resolveContainer();return this.methodContainer=document.createElement("div"),this.methodContainer.style.display="none",document.body.appendChild(this.methodContainer),new Promise(s=>{this.timeoutId=setTimeout(()=>{var i,l;this.cleanup(),(l=(i=this.options).onTimeout)==null||l.call(i),s({status:C.Timeout})},this.options.timeoutMs??Le),o.init({token:t,tds_method_container_element:this.methodContainer,challenge_container_element:d,use_default_challenge_iframe_style:!0,challenge_window_size:Ue()},this.buildOrderData()).then(i=>{var S,E;if(this.cleanup(),!(i!=null&&i.length)){s(this.fail("PagarMe 3DS returned no response"));return}const l=i[0];if(l.challenge_canceled){s(this.fail("3DS challenge canceled by user"));return}l.trans_status==="Y"||l.trans_status==="A"?((E=(S=this.options).onComplete)==null||E.call(S),s({status:C.Success,dsTransactionId:l.tds_server_trans_id})):s(this.fail(`3DS failed with status: ${l.trans_status}`))}).catch(i=>{this.cleanup(),s(this.fail(i instanceof Error?i.message:"PagarMe 3DS failed"))})})}cleanup(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null),this.methodContainer&&(this.methodContainer.remove(),this.methodContainer=null),this.closeModal()}buildOrderData(){var d;const{card:t,customer:a,amount:r,billingAddress:o}=this.data;return{payments:[{payment_method:"credit_card",credit_card:{card:{number:t==null?void 0:t.number,holder_name:t==null?void 0:t.holderName,exp_month:Number(t==null?void 0:t.expMonth),exp_year:Number(t==null?void 0:t.expYear),billing_address:o?{country:o.country,state:o.state,city:o.city,zip_code:o.zipCode,line_1:`${o.number}, ${o.street}${o.district?`, ${o.district}`:""}`,line_2:o.complement??""}:void 0}},amount:r}],...a?{customer:{name:a.name,email:a.email,...a.document?{document:a.document}:{},...(d=a.phones)!=null&&d.length?{phones:Object.fromEntries(a.phones.map(s=>[s.type==="HOME"?"home_phone":"mobile_phone",{country_code:s.countryCode,area_code:s.areaCode,number:s.number}]))}:{}}}:{}}}}const Ke="https://assets.pagseguro.com.br/checkout-sdk-js/rc/dist/browser/pagseguro.min";class Be extends k{async authenticate(){var E,h,y;const{authToken:n,card:t,customer:a,amount:r,currency:o,billingAddress:d}=this.data;if(!n)return this.fail("Missing authToken (session) for PagSeguro 3DS");if(!t)return this.fail("Missing card data for PagSeguro 3DS");if(!a)return this.fail("Missing customer data for PagSeguro 3DS");if(!r)return this.fail("Missing amount for PagSeguro 3DS");if(!d)return this.fail("Missing billingAddress for PagSeguro 3DS");const s=this.data.environment===D.Sandbox?"SANDBOX":"PROD";try{await N(Ke)}catch{return this.fail("Failed to load PagSeguro SDK")}const i=window.PagSeguro;if(!i)return this.fail("PagSeguro SDK not available");i.setUp({session:n,env:s});const l=((E=a.phones)==null?void 0:E.map(m=>({country:m.countryCode,area:m.areaCode,number:m.number,type:m.type??"MOBILE"})))??[{country:"55",area:"11",number:"999999999",type:"MOBILE"}];l.some(m=>m.type==="MOBILE")||(l[0].type="MOBILE");try{const m=await i.authenticate3DS({data:{customer:{name:a.name,email:a.email,phones:l},paymentMethod:{type:this.data.installments===0?"DEBIT_CARD":"CREDIT_CARD",installments:this.data.installments??1,card:{number:t.number,expMonth:t.expMonth,expYear:t.expYear,holder:{name:t.holderName}}},amount:{value:r,currency:o??"BRL"},billingAddress:{street:d.street,number:d.number,complement:d.complement,regionCode:d.state,country:d.country.length===2?this.toAlpha3(d.country):d.country,city:d.city,postalCode:d.zipCode.replace(/\D/g,"")},dataOnly:!1}});return m.status==="AUTH_FLOW_COMPLETED"||m.status==="AUTH_NOT_SUPPORTED"?((y=(h=this.options).onComplete)==null||y.call(h),{status:C.Success,dsTransactionId:m.id}):m.status==="CHANGE_PAYMENT_METHOD"?this.fail("PagSeguro requires a different payment method"):{status:C.Success,dsTransactionId:m.id}}catch(m){return this.fail(m instanceof Error?m.message:"PagSeguro 3DS failed")}}cleanup(){}toAlpha3(n){return{BR:"BRA",US:"USA",AR:"ARG",CL:"CHL",CO:"COL",MX:"MEX",PE:"PER",UY:"URY"}[n.toUpperCase()]??n}}const ze={[M.MercadoPago]:Re,PayConductor:xe,[M.PagarMe]:Fe,[M.PagSeguro]:Be};class He extends Error{constructor(n,t){super(n),this.title=t,this.name="PayConductorThreeDSApiError"}}class Ye{constructor(n){this.publicKey=n}async completeManualChallenge(n,t){const a=await fetch(`${this.baseUrl}/three-ds/complete/${n}`,{method:"POST",headers:this.headers,body:JSON.stringify({providerTransactionId:t})});a.ok||await this.parseResponseError("Failed to complete native 3DS challenge",a)}async parseResponseError(n,t){var r,o,d,s;let a="";try{const i=await t.json();i!=null&&i.message?a=i.message:(r=i==null?void 0:i.error)!=null&&r.message?a=i.error:(d=(o=i==null?void 0:i.error)==null?void 0:o.value)!=null&&d.message?a=i.error.value.message:(s=i==null?void 0:i.value)!=null&&s.message?a=i.value.message:a=JSON.stringify(i)}catch{}throw new He(a,n)}get baseUrl(){return typeof window<"u"&&window.location.href.includes("localhost")?"http://localhost:3000/api/v1/sdk":"https://payconductor.ai/api/v1/sdk"}get headers(){return{Authorization:`Basic ${btoa(`${this.publicKey}:x`)}`,"Content-Type":"application/json"}}}const Ge=[M.PagSeguro];class ce{constructor(n){p(this,"data");p(this,"provider",null);this.data=n}get needsChallenge(){return this.data.status==="NeedChallenge"||this.data.statusDetail==="ThreeDsAwaitingChallenge"}get acquirer(){return this.data.acquirer}async authenticate(n){if(!this.needsChallenge)return{status:C.Success};const{acquirer:t}=this.data;if(!t)return{status:C.Failed,error:new Error("Missing 3DS acquirer")};const a=ze[t];if(!a)return{status:C.Failed,error:new Error(`Unsupported 3DS provider: ${t}`)};const r={...n,threeDSecure:this.data};this.provider=new a(this.data,r);const o=await this.provider.authenticate();return o.status===C.Success&&o.dsTransactionId&&Ge.includes(t)&&this.data.orderId&&this.data.publicKey&&await new Ye(this.data.publicKey).completeManualChallenge(this.data.orderId,o.dsTransactionId),o}destroy(){this.provider&&(this.provider.cleanup(),this.provider=null)}}function je(e){let n=null;return{handleChallenge:async r=>{var s;if(!(r.status==="NeedChallenge"||r.statusDetail==="ThreeDsAwaitingChallenge"))return{status:C.Success};(s=e==null?void 0:e.onChallenge)==null||s.call(e),n=new ce(r);const d=await n.authenticate({onComplete:e==null?void 0:e.onComplete,onError:e==null?void 0:e.onError,onTimeout:e==null?void 0:e.onTimeout});return n.destroy(),n=null,d},destroy:()=>{n==null||n.destroy(),n=null}}}class Ve extends Error{constructor(n,t){super(n),this.title=t,this.name="PayConductorTokenizeApiError"}}class qe{constructor(n){this.publicKey=n}async getSettings(){const n=await fetch(`${this.baseUrl}/card-tokenization/settings`,{method:"GET",headers:this.headers});return n.ok||await this.parseResponseError("Failed to fetch settings",n),await n.json()}async createToken(n){const t=await fetch(`${this.baseUrl}/card-tokenization/tokenize`,{method:"POST",headers:this.headers,body:JSON.stringify(n)});return t.ok||await this.parseResponseError("Failed to generate token",t),await t.json()}async saveTokens(n,t,a){const r=await fetch(`${this.baseUrl}/card-tokenization/save-tokens/${t}/${a}`,{method:"POST",headers:this.headers,body:JSON.stringify(n)});r.ok||await this.parseResponseError("Failed to save tokens",r)}async parseResponseError(n,t){var r,o,d,s;let a="";try{const i=await t.json();i!=null&&i.message?a=i.message:(r=i==null?void 0:i.error)!=null&&r.message?a=i.error:(d=(o=i==null?void 0:i.error)==null?void 0:o.value)!=null&&d.message?a=i.error.value.message:(s=i==null?void 0:i.value)!=null&&s.message?a=i.value.message:a=JSON.stringify(i)}catch{}throw new Ve(a,n)}get baseUrl(){return typeof window<"u"&&window.location.href.includes("localhost")?"http://localhost:3000/api/v1/sdk":"https://payconductor.ai/api/v1/sdk"}get headers(){return{Authorization:`Basic ${btoa(`${this.publicKey}:x`)}`,"Content-Type":"application/json"}}}class $e{constructor(n){this.input=n}}class We extends $e{constructor(){super(...arguments);p(this,"scriptUrl","https://sdk.mercadopago.com/js/v2")}async tokenize(){if(!("publicKey"in this.input.setting))throw new Error("MercadoPago public key is missing in settings");if(!this.input.customer.documentNumber)throw new Error("Customer document number is required for tokenization");const t=window.MercadoPago;if(!t)throw new Error("MercadoPago SDK not available");const a=new t(this.input.setting.publicKey),{expiration:r,cvv:o,number:d,holderName:s}=this.input.card;return(await a.createCardToken({cardExpirationMonth:String(r.month),cardExpirationYear:String(r.year),cardholderName:s,cardNumber:d,securityCode:o,identificationType:this.input.customer.documentType===B.Cpf?"CPF":"CNPJ",identificationNumber:this.input.customer.documentNumber})).id}}const Je={[M.MercadoPago]:We};class le{constructor(n){p(this,"api");this.publicKey=n,this.api=new qe(this.publicKey)}async tokenizeCard(n){this.validateCard(n);const{customerId:t,token:a}=await this.api.createToken({card:n.card,customer:n.customer,saveCard:!1}),{settings:r}=await this.api.getSettings(),d=(await Promise.all(r.map(async s=>{const i=Je[s.key];if(!i)return null;const l=new i({...n,setting:s.settings});return await N(l.scriptUrl),{token:await l.tokenize(),integrationId:s.integrationId,providerKey:s.key}}))).filter(s=>s!==null);return d.length>0&&await this.api.saveTokens(d,t,a),a}validateCard(n){const{number:t,cvv:a,expiration:r,holderName:o}=n.card;if(!t||!a||!(r!=null&&r.month)||!(r!=null&&r.year)||!o)throw new Error("Invalid card data")}}function Xe(e){const n=new le(e.publicKey);return{tokenizeCard:async a=>{var r,o;try{const d=await n.tokenizeCard(a);return(r=e.onSuccess)==null||r.call(e,d),d}catch(d){const s=d instanceof Error?d:new Error("Tokenization failed");return(o=e.onError)==null||o.call(e,s),null}}}}exports.ALLOWED_ORIGINS=ne;exports.CardBrand=J;exports.CurrencyType=X;exports.DeviceType=Z;exports.DocumentType=B;exports.ERROR_CODES=ge;exports.ErrorCode=ee;exports.IFRAME_BASE_URL=te;exports.IFRAME_DEFAULT_HEIGHT_VALUE=U;exports.IncomingMessage=T;exports.InputStyleKey=Q;exports.IntegrationProvider=M;exports.OrganizationEnvironment=D;exports.OutgoingMessage=I;exports.POST_MESSAGES=g;exports.PayConductor=de;exports.PayConductor3DSSDK=ce;exports.PayConductorCheckoutElement=Ae;exports.PayConductorThreeDSElement=Ie;exports.PayConductorTokenizeSDK=le;exports.PaymentMethod=G;exports.PaymentMethodLayout=j;exports.PaymentStatus=V;exports.REQUEST_TIMEOUT=ae;exports.SKELETON_CSS=re;exports.SKELETON_STYLE_ID=F;exports.StatusDetail=q;exports.ThreeDSResultStatus=W;exports.ThreeDsAuthenticationStatus=$;exports.buildIframeUrl=ie;exports.default=de;exports.defaultTheme=Ee;exports.generateRequestId=oe;exports.isValidOrigin=se;exports.loadScript=N;exports.usePayConductor=Me;exports.usePayconductorElement=De;exports.useThreeDS=je;exports.useTokenize=Xe;
|
|
48
|
+
`,document.head.appendChild(n)}}const _e=5*60*1e3;class Re extends k{constructor(){super(...arguments);p(this,"iframe",null);p(this,"messageListener",null);p(this,"timeoutId",null)}async authenticate(){const{threeDsUrl:t,creq:a}=this.data;if(!t||!a)return this.fail("Missing threeDsUrl or creq");const r=this.resolveContainer();return new Promise(o=>{var l;this.iframe=document.createElement("iframe"),this.iframe.name="payconductor-3ds-challenge",this.iframe.id="payconductor-3ds-challenge",r.appendChild(this.iframe),this.messageListener=S=>{var E,h,y;((E=S.data)==null?void 0:E.status)==="COMPLETE"&&(this.cleanup(),(y=(h=this.options).onComplete)==null||y.call(h),o({status:C.Success}))},window.addEventListener("message",this.messageListener),this.timeoutId=setTimeout(()=>{var S,E;this.cleanup(),(E=(S=this.options).onTimeout)==null||E.call(S),o({status:C.Timeout})},this.options.timeoutMs??_e);const d=(l=this.iframe.contentWindow)==null?void 0:l.document;if(!d){this.cleanup(),o(this.fail("Cannot access iframe document"));return}const s=d.createElement("form");s.name="threeDsChallengeForm",s.setAttribute("target","payconductor-3ds-challenge"),s.setAttribute("method","post"),s.setAttribute("action",t);const i=d.createElement("input");i.setAttribute("type","hidden"),i.setAttribute("name","creq"),i.setAttribute("value",a),s.appendChild(i),this.iframe.appendChild(s),s.submit()})}cleanup(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null),this.messageListener&&(window.removeEventListener("message",this.messageListener),this.messageListener=null),this.iframe&&(this.iframe.remove(),this.iframe=null),this.closeModal()}}const L=new Map;function N(e){const n=L.get(e);if(n)return n;const t=new Promise((a,r)=>{if(document.querySelector(`script[src="${e}"]`)){a();return}const o=document.createElement("script");o.src=e,o.async=!0,o.onload=()=>a(),o.onerror=()=>{L.delete(e),r(new Error(`Failed to load script: ${e}`))},(document.head||document.body).appendChild(o)});return L.set(e,t),t}const Ne="https://static.payzen.lat/static/js/authenticate-client/V1.0/kr-authenticate.umd",ke=10*60*1e3;class xe extends k{constructor(){super(...arguments);p(this,"timeoutId",null)}async authenticate(){const{operationUrl:t,publicKey:a}=this.data;if(!t||!a)return this.fail("Missing operationUrl or publicKey");try{await N(Ne)}catch{return this.fail("Failed to load 3DS SDK")}const r=window.KrAuthenticate;return r?new Promise(o=>{this.timeoutId=setTimeout(()=>{var s,i;this.cleanup(),(i=(s=this.options).onTimeout)==null||i.call(s),o({status:C.Timeout})},this.options.timeoutMs??ke),new r(a).authenticate(t,()=>{var s,i;this.cleanup(),(i=(s=this.options).onComplete)==null||i.call(s),o({status:C.Success})})}):this.fail("KrAuthenticate not available")}cleanup(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}}const Oe={[D.Production]:"https://3ds-nx-js.stone.com.br/live/v2/3ds2.min",[D.Sandbox]:"https://3ds-nx-js.stone.com.br/test/v2/3ds2.min"},Le=5*60*1e3;function Ue(){const e=window.innerWidth;return e<=480?"01":e<=768?"02":e<=1024?"03":"04"}class Fe extends k{constructor(){super(...arguments);p(this,"timeoutId",null);p(this,"methodContainer",null)}async authenticate(){const{authToken:t,card:a}=this.data;if(!t)return this.fail("Missing authToken for PagarMe 3DS");if(!a)return this.fail("Missing card data for PagarMe 3DS");const r=this.data.environment??D.Production;try{await N(Oe[r])}catch{return this.fail("Failed to load Stone 3DS SDK")}const o=window.TDS;if(!o)return this.fail("Stone TDS SDK not available");const d=this.resolveContainer();return this.methodContainer=document.createElement("div"),this.methodContainer.style.display="none",document.body.appendChild(this.methodContainer),new Promise(s=>{this.timeoutId=setTimeout(()=>{var i,l;this.cleanup(),(l=(i=this.options).onTimeout)==null||l.call(i),s({status:C.Timeout})},this.options.timeoutMs??Le),o.init({token:t,tds_method_container_element:this.methodContainer,challenge_container_element:d,use_default_challenge_iframe_style:!0,challenge_window_size:Ue()},this.buildOrderData()).then(i=>{var S,E;if(this.cleanup(),!(i!=null&&i.length)){s(this.fail("PagarMe 3DS returned no response"));return}const l=i[0];if(l.challenge_canceled){s(this.fail("3DS challenge canceled by user"));return}l.trans_status==="Y"||l.trans_status==="A"?((E=(S=this.options).onComplete)==null||E.call(S),s({status:C.Success,dsTransactionId:l.tds_server_trans_id})):s(this.fail(`3DS failed with status: ${l.trans_status}`))}).catch(i=>{this.cleanup(),s(this.fail(i instanceof Error?i.message:"PagarMe 3DS failed"))})})}cleanup(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null),this.methodContainer&&(this.methodContainer.remove(),this.methodContainer=null),this.closeModal()}buildOrderData(){var d;const{card:t,customer:a,amount:r,billingAddress:o}=this.data;return{payments:[{payment_method:"credit_card",credit_card:{card:{number:t==null?void 0:t.number,holder_name:t==null?void 0:t.holderName,exp_month:Number(t==null?void 0:t.expMonth),exp_year:Number(t==null?void 0:t.expYear),billing_address:o?{country:o.country,state:o.state,city:o.city,zip_code:o.zipCode,line_1:`${o.number}, ${o.street}${o.district?`, ${o.district}`:""}`,line_2:o.complement??""}:void 0}},amount:r}],...a?{customer:{name:a.name,email:a.email,...a.document?{document:a.document}:{},...(d=a.phones)!=null&&d.length?{phones:Object.fromEntries(a.phones.map(s=>[s.type==="HOME"?"home_phone":"mobile_phone",{country_code:s.countryCode,area_code:s.areaCode,number:s.number}]))}:{}}}:{}}}}const Ke="https://assets.pagseguro.com.br/checkout-sdk-js/rc/dist/browser/pagseguro.min";class Be extends k{async authenticate(){var E,h,y;const{authToken:n,card:t,customer:a,amount:r,currency:o,billingAddress:d}=this.data;if(!n)return this.fail("Missing authToken (session) for PagSeguro 3DS");if(!t)return this.fail("Missing card data for PagSeguro 3DS");if(!a)return this.fail("Missing customer data for PagSeguro 3DS");if(!r)return this.fail("Missing amount for PagSeguro 3DS");if(!d)return this.fail("Missing billingAddress for PagSeguro 3DS");const s=this.data.environment===D.Sandbox?"SANDBOX":"PROD";try{await N(Ke)}catch{return this.fail("Failed to load PagSeguro SDK")}const i=window.PagSeguro;if(!i)return this.fail("PagSeguro SDK not available");i.setUp({session:n,env:s});const l=((E=a.phones)==null?void 0:E.map(m=>({country:m.countryCode,area:m.areaCode,number:m.number,type:m.type??"MOBILE"})))??[{country:"55",area:"11",number:"999999999",type:"MOBILE"}];l.some(m=>m.type==="MOBILE")||(l[0].type="MOBILE");try{const m=await i.authenticate3DS({data:{customer:{name:a.name,email:a.email,phones:l},paymentMethod:{type:this.data.installments===0?"DEBIT_CARD":"CREDIT_CARD",installments:this.data.installments??1,card:{number:t.number,expMonth:t.expMonth,expYear:t.expYear,holder:{name:t.holderName}}},amount:{value:r,currency:o??"BRL"},billingAddress:{street:d.street,number:d.number,complement:d.complement,regionCode:d.state,country:d.country.length===2?this.toAlpha3(d.country):d.country,city:d.city,postalCode:d.zipCode.replace(/\D/g,"")},dataOnly:!1}});return m.status==="AUTH_FLOW_COMPLETED"||m.status==="AUTH_NOT_SUPPORTED"?((y=(h=this.options).onComplete)==null||y.call(h),{status:C.Success,dsTransactionId:m.id}):m.status==="CHANGE_PAYMENT_METHOD"?this.fail("PagSeguro requires a different payment method"):{status:C.Success,dsTransactionId:m.id}}catch(m){return this.fail(m instanceof Error?m.message:"PagSeguro 3DS failed")}}cleanup(){}toAlpha3(n){return{BR:"BRA",US:"USA",AR:"ARG",CL:"CHL",CO:"COL",MX:"MEX",PE:"PER",UY:"URY"}[n.toUpperCase()]??n}}const ze={[M.MercadoPago]:Re,PayConductor:xe,[M.PagarMe]:Fe,[M.PagSeguro]:Be};class He extends Error{constructor(n,t){super(n),this.title=t,this.name="PayConductorThreeDSApiError"}}class Ye{constructor(n){this.publicKey=n}async completeManualChallenge(n,t){const a=await fetch(`${this.baseUrl}/three-ds/complete/${n}`,{method:"POST",headers:this.headers,body:JSON.stringify({providerTransactionId:t})});a.ok||await this.parseResponseError("Failed to complete native 3DS challenge",a)}async parseResponseError(n,t){var r,o,d,s;let a="";try{const i=await t.json();i!=null&&i.message?a=i.message:(r=i==null?void 0:i.error)!=null&&r.message?a=i.error:(d=(o=i==null?void 0:i.error)==null?void 0:o.value)!=null&&d.message?a=i.error.value.message:(s=i==null?void 0:i.value)!=null&&s.message?a=i.value.message:a=JSON.stringify(i)}catch{}throw new He(a,n)}get baseUrl(){return typeof window<"u"&&window.location.href.includes("localhost")?"http://localhost:3000/api/v1/sdk":"https://payconductor.ai/api/v1/sdk"}get headers(){return{Authorization:`Basic ${btoa(`${this.publicKey}:x`)}`,"Content-Type":"application/json"}}}const Ge=[M.PagSeguro];class ce{constructor(n){p(this,"data");p(this,"provider",null);this.data=n}get needsChallenge(){return this.data.status==="NeedChallenge"||this.data.statusDetail==="ThreeDsAwaitingChallenge"}get acquirer(){return this.data.acquirer}async authenticate(n){if(!this.needsChallenge)return{status:C.Success};const{acquirer:t}=this.data;if(!t)return{status:C.Failed,error:new Error("Missing 3DS acquirer")};const a=ze[t];if(!a)return{status:C.Failed,error:new Error(`Unsupported 3DS provider: ${t}`)};const r={...n,threeDSecure:this.data};this.provider=new a(this.data,r);const o=await this.provider.authenticate();return o.status===C.Success&&o.dsTransactionId&&Ge.includes(t)&&this.data.orderId&&this.data.publicKey&&await new Ye(this.data.publicKey).completeManualChallenge(this.data.orderId,o.dsTransactionId),o}destroy(){this.provider&&(this.provider.cleanup(),this.provider=null)}}function je(e){let n=null;return{handleChallenge:async r=>{var s;if(!(r.status==="NeedChallenge"||r.statusDetail==="ThreeDsAwaitingChallenge"))return{status:C.Success};(s=e==null?void 0:e.onChallenge)==null||s.call(e),n=new ce(r);const d=await n.authenticate({onComplete:e==null?void 0:e.onComplete,onError:e==null?void 0:e.onError,onTimeout:e==null?void 0:e.onTimeout});return n.destroy(),n=null,d},destroy:()=>{n==null||n.destroy(),n=null}}}class Ve extends Error{constructor(n,t){super(n),this.title=t,this.name="PayConductorTokenizerApiError"}}class qe{constructor(n){this.publicKey=n}async getSettings(){const n=await fetch(`${this.baseUrl}/card-tokenization/settings`,{method:"GET",headers:this.headers});return n.ok||await this.parseResponseError("Failed to fetch settings",n),await n.json()}async createToken(n){const t=await fetch(`${this.baseUrl}/card-tokenization/tokenize`,{method:"POST",headers:this.headers,body:JSON.stringify(n)});return t.ok||await this.parseResponseError("Failed to generate token",t),await t.json()}async saveTokens(n,t,a){const r=await fetch(`${this.baseUrl}/card-tokenization/save-tokens/${t}/${a}`,{method:"POST",headers:this.headers,body:JSON.stringify(n)});r.ok||await this.parseResponseError("Failed to save tokens",r)}async parseResponseError(n,t){var r,o,d,s;let a="";try{const i=await t.json();i!=null&&i.message?a=i.message:(r=i==null?void 0:i.error)!=null&&r.message?a=i.error:(d=(o=i==null?void 0:i.error)==null?void 0:o.value)!=null&&d.message?a=i.error.value.message:(s=i==null?void 0:i.value)!=null&&s.message?a=i.value.message:a=JSON.stringify(i)}catch{}throw new Ve(a,n)}get baseUrl(){return typeof window<"u"&&window.location.href.includes("localhost")?"http://localhost:3000/api/v1/sdk":"https://payconductor.ai/api/v1/sdk"}get headers(){return{Authorization:`Basic ${btoa(`${this.publicKey}:x`)}`,"Content-Type":"application/json"}}}class $e{constructor(n){this.input=n}}class We extends $e{constructor(){super(...arguments);p(this,"scriptUrl","https://sdk.mercadopago.com/js/v2")}async tokenize(){if(!("publicKey"in this.input.setting))throw new Error("MercadoPago public key is missing in settings");if(!this.input.customer.documentNumber)throw new Error("Customer document number is required for tokenization");const t=window.MercadoPago;if(!t)throw new Error("MercadoPago SDK not available");const a=new t(this.input.setting.publicKey),{expiration:r,cvv:o,number:d,holderName:s}=this.input.card;return(await a.createCardToken({cardExpirationMonth:String(r.month),cardExpirationYear:String(r.year),cardholderName:s,cardNumber:d,securityCode:o,identificationType:this.input.customer.documentType===B.Cpf?"CPF":"CNPJ",identificationNumber:this.input.customer.documentNumber})).id}}const Je={[M.MercadoPago]:We};class le{constructor(n){p(this,"api");this.publicKey=n,this.api=new qe(this.publicKey)}async tokenizeCard(n){this.validateCard(n);const{customerId:t,token:a}=await this.api.createToken({card:n.card,customer:n.customer,saveCard:!1}),{settings:r}=await this.api.getSettings(),d=(await Promise.all(r.map(async s=>{const i=Je[s.key];if(!i)return null;const l=new i({...n,setting:s.settings});return await N(l.scriptUrl),{token:await l.tokenize(),integrationId:s.integrationId,providerKey:s.key}}))).filter(s=>s!==null);return d.length>0&&await this.api.saveTokens(d,t,a),a}validateCard(n){const{number:t,cvv:a,expiration:r,holderName:o}=n.card;if(!t||!a||!(r!=null&&r.month)||!(r!=null&&r.year)||!o)throw new Error("Invalid card data")}}function Xe(e){const n=new le(e.publicKey);return{tokenizeCard:async a=>{var r,o;try{const d=await n.tokenizeCard(a);return(r=e.onSuccess)==null||r.call(e,d),d}catch(d){const s=d instanceof Error?d:new Error("Tokenization failed");return(o=e.onError)==null||o.call(e,s),null}}}}exports.ALLOWED_ORIGINS=ne;exports.CardBrand=J;exports.CurrencyType=X;exports.DeviceType=Z;exports.DocumentType=B;exports.ERROR_CODES=ge;exports.ErrorCode=ee;exports.IFRAME_BASE_URL=te;exports.IFRAME_DEFAULT_HEIGHT_VALUE=U;exports.IncomingMessage=T;exports.InputStyleKey=Q;exports.IntegrationProvider=M;exports.OrganizationEnvironment=D;exports.OutgoingMessage=I;exports.POST_MESSAGES=g;exports.PayConductor=de;exports.PayConductor3DSSDK=ce;exports.PayConductorCheckoutElement=Ae;exports.PayConductorThreeDSElement=Ie;exports.PayConductorTokenizerSDK=le;exports.PaymentMethod=G;exports.PaymentMethodLayout=j;exports.PaymentStatus=V;exports.REQUEST_TIMEOUT=ae;exports.SKELETON_CSS=re;exports.SKELETON_STYLE_ID=F;exports.StatusDetail=q;exports.ThreeDSResultStatus=W;exports.ThreeDsAuthenticationStatus=$;exports.buildIframeUrl=ie;exports.default=de;exports.defaultTheme=Ee;exports.generateRequestId=oe;exports.isValidOrigin=se;exports.loadScript=N;exports.usePayConductor=Me;exports.usePayconductorElement=De;exports.useThreeDS=je;exports.useTokenizer=Xe;
|
|
49
49
|
//# sourceMappingURL=index.cjs.js.map
|