sdk-node-apis-efi
Version:
Module for integration with Efi Bank API
653 lines • 20.3 kB
TypeScript
export declare const endpoints: {
APIS: {
DEFAULT: {
URL: {
PRODUCTION: string;
SANDBOX: string;
};
ENDPOINTS: {
authorize: {
route: string;
method: string;
};
sendSubscriptionLinkEmail: {
route: string;
method: string;
};
oneStepSubscription: {
route: string;
method: string;
};
settleCarnet: {
route: string;
method: string;
};
oneStepSubscriptionLink: {
route: string;
method: string;
};
sendLinkEmail: {
route: string;
method: string;
};
createOneStepLink: {
route: string;
method: string;
};
createCharge: {
route: string;
method: string;
};
detailCharge: {
route: string;
method: string;
};
updateChargeMetadata: {
route: string;
method: string;
};
updateBillet: {
route: string;
method: string;
};
definePayMethod: {
route: string;
method: string;
};
cancelCharge: {
route: string;
method: string;
};
createCarnet: {
route: string;
method: string;
};
detailCarnet: {
route: string;
method: string;
};
updateCarnetParcel: {
route: string;
method: string;
};
updateCarnetParcels: {
route: string;
method: string;
};
updateCarnetMetadata: {
route: string;
method: string;
};
getNotification: {
route: string;
method: string;
};
listPlans: {
route: string;
method: string;
};
createPlan: {
route: string;
method: string;
};
deletePlan: {
route: string;
method: string;
};
createSubscription: {
route: string;
method: string;
};
createOneStepSubscription: {
route: string;
method: string;
};
createOneStepSubscriptionLink: {
route: string;
method: string;
};
detailSubscription: {
route: string;
method: string;
};
defineSubscriptionPayMethod: {
route: string;
method: string;
};
cancelSubscription: {
route: string;
method: string;
};
updateSubscriptionMetadata: {
route: string;
method: string;
};
getInstallments: {
route: string;
method: string;
};
sendBilletEmail: {
route: string;
method: string;
};
createChargeHistory: {
route: string;
method: string;
};
sendCarnetEmail: {
route: string;
method: string;
};
sendCarnetParcelEmail: {
route: string;
method: string;
};
createCarnetHistory: {
route: string;
method: string;
};
cancelCarnet: {
route: string;
method: string;
};
cancelCarnetParcel: {
route: string;
method: string;
};
linkCharge: {
route: string;
method: string;
};
defineLinkPayMethod: {
route: string;
method: string;
};
updateChargeLink: {
route: string;
method: string;
};
updatePlan: {
route: string;
method: string;
};
updateSubscription: {
route: string;
method: string;
};
createSubscriptionHistory: {
route: string;
method: string;
};
defineBalanceSheetBillet: {
route: string;
method: string;
};
settleCharge: {
route: string;
method: string;
};
settleCarnetParcel: {
route: string;
method: string;
};
createOneStepCharge: {
route: string;
method: string;
};
cardPaymentRetry: {
route: string;
method: string;
};
refundCard: {
route: string;
method: string;
};
listCharges: {
route: string;
method: string;
};
};
};
PIX: {
URL: {
PRODUCTION: string;
SANDBOX: string;
};
ENDPOINTS: {
authorize: {
route: string;
method: string;
};
pixCreateDueCharge: {
route: string;
method: string;
};
pixUpdateDueCharge: {
route: string;
method: string;
};
pixDetailDueCharge: {
route: string;
method: string;
};
pixListDueCharges: {
route: string;
method: string;
};
createReport: {
route: string;
method: string;
};
detailReport: {
route: string;
method: string;
};
pixCreateCharge: {
route: string;
method: string;
};
pixUpdateCharge: {
route: string;
method: string;
};
pixCreateImmediateCharge: {
route: string;
method: string;
};
pixDetailCharge: {
route: string;
method: string;
};
pixListCharges: {
route: string;
method: string;
};
pixDetailReceived: {
route: string;
method: string;
};
pixReceivedList: {
route: string;
method: string;
};
pixSend: {
route: string;
method: string;
};
pixSendDetail: {
route: string;
method: string;
};
pixSendList: {
route: string;
method: string;
};
pixDevolution: {
route: string;
method: string;
};
pixDetailDevolution: {
route: string;
method: string;
};
pixConfigWebhook: {
route: string;
method: string;
};
pixDetailWebhook: {
route: string;
method: string;
};
pixListWebhook: {
route: string;
method: string;
};
pixDeleteWebhook: {
route: string;
method: string;
};
pixCreateLocation: {
route: string;
method: string;
};
pixLocationList: {
route: string;
method: string;
};
pixDetailLocation: {
route: string;
method: string;
};
pixGenerateQRCode: {
route: string;
method: string;
};
pixUnlinkTxidLocation: {
route: string;
method: string;
};
pixCreateEvp: {
route: string;
method: string;
};
pixListEvp: {
route: string;
method: string;
};
pixDeleteEvp: {
route: string;
method: string;
};
getAccountBalance: {
route: string;
method: string;
};
updateAccountConfig: {
route: string;
method: string;
};
listAccountConfig: {
route: string;
method: string;
};
pixSplitDetailCharge: {
route: string;
method: string;
};
pixSplitLinkCharge: {
route: string;
method: string;
};
pixSplitUnlinkCharge: {
route: string;
method: string;
};
pixSplitDetailDueCharge: {
route: string;
method: string;
};
pixSplitLinkDueCharge: {
route: string;
method: string;
};
pixSplitUnlinkDueCharge: {
route: string;
method: string;
};
pixSplitConfig: {
route: string;
method: string;
};
pixSplitConfigId: {
route: string;
method: string;
};
pixSplitDetailConfig: {
route: string;
method: string;
};
pixSendDetailId: {
route: string;
method: string;
};
pixCreateDueChargeBatch: {
route: string;
method: string;
};
pixUpdateDueChargeBatch: {
route: string;
method: string;
};
pixDetailDueChargeBatch: {
route: string;
method: string;
};
pixListDueChargeBatch: {
route: string;
method: string;
};
medDefense: {
route: string;
method: string;
};
medList: {
route: string;
method: string;
};
pixQrCodeDetail: {
route: string;
method: string;
};
pixQrCodePay: {
route: string;
method: string;
};
pixResendWebhook: {
route: string;
method: string;
};
pixGetReceipt: {
route: string;
method: string;
};
};
};
OPENFINANCE: {
URL: {
PRODUCTION: string;
SANDBOX: string;
};
ENDPOINTS: {
authorize: {
route: string;
method: string;
};
ofListParticipants: {
route: string;
method: string;
};
ofStartPixPayment: {
route: string;
method: string;
};
ofListPixPayment: {
route: string;
method: string;
};
ofConfigUpdate: {
route: string;
method: string;
};
ofConfigDetail: {
route: string;
method: string;
};
ofDevolutionPix: {
route: string;
method: string;
};
ofCancelSchedulePix: {
route: string;
method: string;
};
ofListSchedulePixPayment: {
route: string;
method: string;
};
ofStartSchedulePixPayment: {
route: string;
method: string;
};
ofDevolutionSchedulePix: {
route: string;
method: string;
};
ofStartRecurrencyPixPayment: {
route: string;
method: string;
};
ofListRecurrencyPixPayment: {
route: string;
method: string;
};
ofCancelRecurrencyPix: {
route: string;
method: string;
};
ofDevolutionRecurrencyPix: {
route: string;
method: string;
};
ofReplaceRecurrencyPixParcel: {
route: string;
method: string;
};
ofCreateBiometricEnrollment: {
route: string;
method: string;
};
ofListBiometricEnrollment: {
route: string;
method: string;
};
ofCreateBiometricPixPayment: {
route: string;
method: string;
};
ofListBiometricPixPayment: {
route: string;
method: string;
};
ofCreateAutomaticEnrollment: {
route: string;
method: string;
};
ofListAutomaticEnrollment: {
route: string;
method: string;
};
ofUpdateAutomaticEnrollment: {
route: string;
method: string;
};
ofCreateAutomaticPixPayment: {
route: string;
method: string;
};
ofListAutomaticPixPayment: {
route: string;
method: string;
};
ofCancelAutomaticPixPayment: {
route: string;
method: string;
};
};
};
PAGAMENTOS: {
URL: {
PRODUCTION: string;
SANDBOX: string;
};
ENDPOINTS: {
authorize: {
route: string;
method: string;
};
payDetailBarCode: {
route: string;
method: string;
};
payRequestBarCode: {
route: string;
method: string;
};
payDetailPayment: {
route: string;
method: string;
};
payListPayments: {
route: string;
method: string;
};
};
};
CONTAS: {
URL: {
PRODUCTION: string;
SANDBOX: string;
};
ENDPOINTS: {
authorize: {
route: string;
method: string;
};
createAccount: {
route: string;
method: string;
};
getAccountCertificate: {
route: string;
method: string;
};
getAccountCredentials: {
route: string;
method: string;
};
accountConfigWebhook: {
route: string;
method: string;
};
accountDeleteWebhook: {
route: string;
method: string;
};
accountDetailWebhook: {
route: string;
method: string;
};
accountListWebhook: {
route: string;
method: string;
};
};
};
EXTRATOS: {
URL: {
PRODUCTION: string;
SANDBOX: string;
};
ENDPOINTS: {
authorize: {
route: string;
method: string;
};
listStatementFiles: {
route: string;
method: string;
};
getStatementFile: {
route: string;
method: string;
};
listStatementRecurrences: {
route: string;
method: string;
};
createStatementRecurrency: {
route: string;
method: string;
};
updateStatementRecurrency: {
route: string;
method: string;
};
createSftpKey: {
route: string;
method: string;
};
};
};
};
};
//# sourceMappingURL=endpoints.d.ts.map