├── .eslintignore ├── .github ├── CODEOWNERS └── _workflows │ ├── check-markdown.yml │ └── openpix-developers.yml ├── .gitignore ├── .husky └── pre-commit ├── .prettierrc ├── .unimportedrc.json ├── .watchmanconfig ├── .yarnclean ├── LICENSE.md ├── README.md ├── _templates ├── category │ └── new │ │ ├── doc.ejs.t │ │ └── prompt.js └── doc │ └── new │ ├── doc.ejs.t │ └── prompt.js ├── copyMarkdown.sh ├── docs ├── account │ ├── _category_.json │ └── account-duplicates.md ├── apis │ ├── __assets__ │ │ ├── api-detail-allowed-ip-modal.png │ │ ├── api-detail-route.png │ │ ├── api-plugins copy.png │ │ ├── api-plugins.png │ │ ├── copy-appid-new-api.png │ │ ├── master-api copy.png │ │ ├── master-api.png │ │ ├── new-api-plugin copy.png │ │ ├── new-api-plugin.png │ │ ├── save-new-api.png │ │ ├── sequence-integration.png │ │ ├── token-new-api.png │ │ ├── validation copy.png │ │ └── validation.png │ ├── _category_.json │ ├── api-common-fields.md │ ├── api-getting-started.md │ ├── api-master.md │ ├── api-pix-key-campaign.md │ ├── api-postman.mdx │ ├── api-samples.mdx │ ├── api-security-ip-whitelist.md │ ├── api-time.md │ └── start-api-integration.md ├── baas │ ├── __assets__ │ │ ├── accounts.png │ │ ├── api-mestre.png │ │ └── diagrama_fluxo_basico.png │ ├── _category_.json │ ├── baas-api-master.md │ ├── baas-split.md │ ├── basic-flux.md │ ├── conceitos-baas.md │ ├── documents-nescessary.md │ ├── med-baas.md │ └── suporte-baas.md ├── bank-integrations │ ├── _category_.json │ ├── banco-do-brasil.md │ ├── banco-original.md │ ├── bancos-suportados.md │ ├── bradesco.md │ ├── bs2.md │ ├── flagship.md │ ├── gerencianet.md │ ├── itau.md │ ├── overview.md │ ├── santander.md │ └── sicoob-bank.md ├── boleto │ ├── _category_.json │ └── boleto-api.md ├── cashback-fidelity │ ├── _category_.json │ ├── cashback-fidelity-apis.md │ ├── cashback-fidelity-how-to-build-customer-fidelity.md │ ├── cashback-fidelity-how-to-config.md │ ├── cashback-fidelity-how-to-use.md │ └── cashback-fidelity-what-is.md ├── cashback │ ├── _category_.json │ ├── cashback-apis.md │ ├── cashback-how-to-config.md │ ├── cashback-how-to-use.md │ └── cashback-what-is.md ├── charge │ ├── __assets__ │ │ ├── charge-add-info.png │ │ ├── charge-completed-email-additional.png │ │ ├── charge-detail-add-info.png │ │ ├── charge-expiration-options.png │ │ ├── charge-menu.png │ │ ├── charge-pay-link.png │ │ ├── charge-send-email-modal.png │ │ ├── charge-send-email.png │ │ ├── charge-settings-tab.png │ │ ├── charge-share-wpp.png │ │ ├── charge-whatsapp-detail-route.png │ │ ├── charge-whatsapp-send-manually.png │ │ ├── charge-wpp-detail.png │ │ ├── charge.png │ │ ├── customer-registration.png │ │ └── request-customer.png │ ├── _category_.json │ ├── block-payments.md │ ├── charge-how-to-select-an-account-when-creating-a-charge.md │ ├── charge-how-to-send-whatsapp-via-official-api.md │ ├── charge.md │ ├── how-charge-additional-info.mdx │ ├── how-create-charge-email-completed-info.mdx │ ├── how-to-block-payment-different-taxid.mdx │ ├── how-to-charge-expiration.md │ ├── how-to-charge-share.md │ ├── how-to-create-charge-requesting-customer-registration.mdx │ ├── how-to-create-charge-using-api.mdx │ ├── how-to-create-charge-with-discounts-via-api.mdx │ ├── how-to-create-charge-with-split-to-subaccount-using-api.mdx │ ├── how-to-create-charge-with-split-using-api.mdx │ ├── how-to-create-charge-with-subaccount-via-api.mdx │ ├── how-to-create-charge-woovi-parcelado.mdx │ ├── how-to-create-cobv-using-api.mdx │ ├── how-to │ │ ├── charge-how-to-filter-charges-by-customer.md │ │ └── charge-how-to-redirect-user-after-charge-paid.md │ ├── refund │ │ ├── _category_.json │ │ ├── charge-refund-create-api.mdx │ │ └── charge-refund-get-all-api.mdx │ └── webhook │ │ ├── charge-webhook-example-charge-completed.md │ │ ├── charge-webhook-example-charge-created.md │ │ └── charge-webhook-example-charge-expired.md ├── checkout │ ├── __assets__ │ │ ├── checkout-create-form.png │ │ ├── checkout-detail.png │ │ ├── checkout-payment-link.png │ │ ├── checkout-settings-activate-split.png │ │ ├── checkout-settings-split-form-filled.png │ │ └── checkout-settings-split-form.png │ ├── _category_.json │ ├── checkout-how-to-configure-split-by-subaccounts.md │ ├── checkout-how-to-create-a-checkout-via-platform.md │ └── checkout-how-to-identify-a-charge-created-by-checkout-via-webhook.md ├── clickpix │ ├── __assets__ │ │ └── clickpix-variants.png │ ├── _category_.json │ ├── click-pix-starting.md │ └── customizing-click-pix-button.md ├── concepts │ ├── _category_.json │ ├── basis-points.md │ ├── charge.md │ ├── correlation-id.md │ ├── customer.md │ ├── idempotence.md │ ├── refund.md │ ├── state-machine.md │ └── transaction.md ├── customer │ ├── __assets__ │ │ ├── area-for-upload-file.png │ │ ├── batch-with-error.png │ │ ├── customerUpdate │ │ │ ├── 1-select-customers-tab.png │ │ │ ├── 2-select-customer.png │ │ │ └── 3-edit-and-save.png │ │ └── go-to-customer-list.png │ ├── _category_.json │ ├── customer.md │ ├── how-to-create-customer-in-batch.mdx │ ├── how-to-create-customer-using-api.mdx │ └── how-to-update-customer-data.md ├── disputa │ ├── __assets__ │ │ ├── dispute-form.png │ │ ├── dispute-page.png │ │ ├── dispute-webhook.png │ │ ├── new-webhook.png │ │ └── plugins.png │ ├── _category_.json │ ├── dispute.md │ ├── how-add-new-evidence-in-evidence.md │ ├── how-to-create-dispute.md │ └── webhook-dispute.mdx ├── ecommerce │ ├── _category_.json │ ├── easydigitaldownloads │ │ ├── __assets__ │ │ │ ├── edd-checkout.png │ │ │ ├── edd-configure.png │ │ │ ├── edd-confirmation.png │ │ │ ├── edd-download-open.png │ │ │ ├── edd-openpix-create-webhook.png │ │ │ └── edd-wp-add-plugin.png │ │ ├── _category_.json │ │ └── easydigitaldownloads.mdx │ ├── magento1 │ │ ├── __assets__ │ │ │ ├── magento1-admin-1click-button.png │ │ │ ├── magento1-banner.png │ │ │ ├── magento1-folder-structure.png │ │ │ ├── magento1-oneclick-input.png │ │ │ ├── magento1-oneclick-success.png │ │ │ ├── magento1-parcelado-settings.png │ │ │ ├── magento1-save-integration-platform.png │ │ │ └── magento1-tutorial-box.png │ │ ├── __components__ │ │ │ ├── magento1-changelog.mdx │ │ │ └── magento1-download.mdx │ │ ├── _category_.json │ │ ├── magento1-oneclick.mdx │ │ └── magento1-plugin.mdx │ ├── magento2 │ │ ├── __assets__ │ │ │ ├── composer-instructions.png │ │ │ ├── magento2-admin-1click.png │ │ │ ├── magento2-banner.png │ │ │ ├── magento2-cart.png │ │ │ ├── magento2-charge-transactions.png │ │ │ ├── magento2-checkout-cart.png │ │ │ ├── magento2-credentials.png │ │ │ ├── magento2-credit-memo.png │ │ │ ├── magento2-customer-create-new-account-options.png │ │ │ ├── magento2-customer-name-address-options.png │ │ │ ├── magento2-customer-sidemenu.png │ │ │ ├── magento2-customize.png │ │ │ ├── magento2-detail.png │ │ │ ├── magento2-invoice-credit-memo.png │ │ │ ├── magento2-invoice-detail.png │ │ │ ├── magento2-marketplace-search.png │ │ │ ├── magento2-new-webhook.png │ │ │ ├── magento2-oneclick-input.png │ │ │ ├── magento2-oneclick-success.png │ │ │ ├── magento2-openpix-parcelado-address.png │ │ │ ├── magento2-openpix-parcelado-settings.png │ │ │ ├── magento2-order-2.png │ │ │ ├── magento2-order-detail.png │ │ │ ├── magento2-order-info.png │ │ │ ├── magento2-order-view.png │ │ │ ├── magento2-order.png │ │ │ ├── magento2-orders-menu.png │ │ │ ├── magento2-parcelado-detail.png │ │ │ ├── magento2-parcelado-order-2.png │ │ │ ├── magento2-parcelado-order.png │ │ │ ├── magento2-save-platform-integration.png │ │ │ ├── magento2-transaction-refunds.png │ │ │ ├── magento2-tutorial-box.png │ │ │ ├── magento2-webhook-configuration-2.png │ │ │ ├── magento2-webhook-configuration.png │ │ │ ├── magento2-webhook-configured-2.png │ │ │ ├── magento2-webhook-configured.png │ │ │ └── magento2-webhook-configuring.png │ │ ├── __components__ │ │ │ └── magento2-install.mdx │ │ ├── _category_.json │ │ ├── magento2-faq.md │ │ ├── magento2-how-to-create-webhook-expired-charge.md │ │ ├── magento2-how-to-refund-an-order.md │ │ ├── magento2-oneclick-plugin.mdx │ │ ├── magento2-plugin-parcelado.md │ │ └── magento2-plugin.md │ ├── nuvemshop │ │ ├── __assets__ │ │ │ ├── how-to-install-nuvemshop-plugin-1.png │ │ │ ├── how-to-install-nuvemshop-plugin-2.png │ │ │ ├── how-to-install-nuvemshop-plugin-3.png │ │ │ ├── how-to-install-nuvemshop-plugin-4.png │ │ │ └── nuvemshop-tutorial-box.png │ │ ├── _category_.json │ │ └── nuvemshop-integrating.md │ ├── opencart │ │ ├── __assets__ │ │ │ ├── opencart3 │ │ │ │ ├── admin-1click-v2-button.png │ │ │ │ ├── admin-logs-page.png │ │ │ │ ├── admin-product-list-filter.png │ │ │ │ ├── admin-settings-appid.png │ │ │ │ ├── admin-settings-custom-fields.png │ │ │ │ ├── admin-settings-maintenance.png │ │ │ │ ├── admin-settings-order-status-when-paid.png │ │ │ │ ├── admin-settings-order-status-when-waiting.png │ │ │ │ ├── admin-settings-order-status.png │ │ │ │ ├── admin-settings-payment-method-title.png │ │ │ │ ├── admin-settings-status.png │ │ │ │ ├── admin-settings-webhook.png │ │ │ │ ├── admin-sidebar-log-option.png │ │ │ │ ├── checkout-additional-fields.png │ │ │ │ ├── checkout-form.png │ │ │ │ ├── checkout-new-pix-payment-method-title.png │ │ │ │ ├── checkout-payment-method-selector.png │ │ │ │ ├── checkout-success-js-plugin-parcelado.png │ │ │ │ ├── checkout-success-js-plugin-part2-parcelado.png │ │ │ │ ├── checkout-success-js-plugin-part2.png │ │ │ │ ├── checkout-success-js-plugin.png │ │ │ │ ├── example-order-pending-status.png │ │ │ │ ├── example-order-processing-status.png │ │ │ │ ├── extension-download-page.png │ │ │ │ ├── extension-installer-menu-option.png │ │ │ │ ├── extension-installer-page.png │ │ │ │ ├── extension-list-filtered-by-payment-type.png │ │ │ │ ├── extensions-menu-option.png │ │ │ │ ├── install-extension-button.png │ │ │ │ ├── install-payment-method.png │ │ │ │ ├── install-woovi-parcelado-payment-method.png │ │ │ │ ├── marketplace-access.png │ │ │ │ ├── marketplace-download-button.png │ │ │ │ ├── marketplace-downloads-page.png │ │ │ │ ├── marketplace-search.png │ │ │ │ ├── platform-new-opencart3-integration.png │ │ │ │ ├── woovi-add-plugin-form.png │ │ │ │ └── woovi-plugin-card.png │ │ │ └── opencart4 │ │ │ │ ├── account-register-with-taxid.png │ │ │ │ ├── admin-logs-page.png │ │ │ │ ├── admin-settings-appid.png │ │ │ │ ├── admin-settings-custom-field.png │ │ │ │ ├── admin-settings-order-status-when-paid.png │ │ │ │ ├── admin-settings-order-status-when-waiting.png │ │ │ │ ├── admin-settings-order-status.png │ │ │ │ ├── admin-settings-status.png │ │ │ │ ├── admin-settings-webhook.png │ │ │ │ ├── admin-sidebar-log-option.png │ │ │ │ ├── checkout-custom-field.png │ │ │ │ ├── checkout-form-with-tax-id.png │ │ │ │ ├── checkout-payment-method-selector.png │ │ │ │ ├── checkout-success-js-plugin-part2.png │ │ │ │ ├── checkout-success-js-plugin.png │ │ │ │ ├── example-order-pending-status.png │ │ │ │ ├── example-order-processing-status.png │ │ │ │ ├── extension-download-page.png │ │ │ │ ├── extension-file-selection.png │ │ │ │ ├── extension-installer-menu-option.png │ │ │ │ ├── extension-list-filtered-by-payment-type.png │ │ │ │ ├── extensions-menu-option.png │ │ │ │ ├── install-extension-button.png │ │ │ │ ├── install-payment-method.png │ │ │ │ ├── marketplace-access.png │ │ │ │ ├── marketplace-download-button.png │ │ │ │ ├── marketplace-downloads-page.png │ │ │ │ ├── marketplace-search.png │ │ │ │ ├── woovi-add-plugin-form.png │ │ │ │ └── woovi-plugin-card.png │ │ ├── _category_.json │ │ ├── opencart3-extension.mdx │ │ └── opencart4-extension.mdx │ ├── oracle │ │ ├── _category_.json │ │ ├── occ-getting-started.md │ │ └── occ-integrating.md │ ├── prestashop │ │ ├── __assets__ │ │ │ ├── prestashop-set-up-step-1-pt-br.png │ │ │ ├── prestashop-set-up-step-1.png │ │ │ ├── prestashop-set-up-step-2-pt-br.png │ │ │ ├── prestashop-step-0.png │ │ │ ├── prestashop-step-3.png │ │ │ ├── prestashop-step-4.png │ │ │ ├── prestashop-step-5.png │ │ │ ├── prestashop-step-6.png │ │ │ ├── prestashop-step-7.png │ │ │ ├── prestashop-webhook-set-up-step-1.png │ │ │ └── prestashop-webhook-set-up-step-2-pt-br.png │ │ ├── _category.json │ │ ├── getting-the-plugin.md │ │ ├── plugin-set-up.md │ │ └── webhook-set-up.md │ ├── vtex │ │ ├── __assets__ │ │ │ ├── 1-admin-panel.png │ │ │ ├── 2-admin-panel.png │ │ │ ├── add-new-gateway.png │ │ │ ├── add-new-payment-condition.png │ │ │ ├── copy-app-id.png │ │ │ ├── gateway-woovi.png │ │ │ ├── payment-condition-woovi.png │ │ │ ├── vtex-detail-save.png │ │ │ ├── vtex-tutorial-box.png │ │ │ ├── woovi-connector-detail.png │ │ │ └── woovi-payment-condition-detail.png │ │ ├── _category_.json │ │ └── vtex-integrating.md │ ├── wake │ │ ├── __assets__ │ │ │ ├── wake-integrating-1.png │ │ │ ├── wake-integrating-10.png │ │ │ ├── wake-integrating-11.png │ │ │ ├── wake-integrating-12.png │ │ │ ├── wake-integrating-13.png │ │ │ ├── wake-integrating-14.png │ │ │ ├── wake-integrating-15.png │ │ │ ├── wake-integrating-16.png │ │ │ ├── wake-integrating-17.png │ │ │ ├── wake-integrating-18.png │ │ │ ├── wake-integrating-19.png │ │ │ ├── wake-integrating-2.png │ │ │ ├── wake-integrating-20.png │ │ │ ├── wake-integrating-3.png │ │ │ ├── wake-integrating-4.png │ │ │ ├── wake-integrating-5.png │ │ │ ├── wake-integrating-6.png │ │ │ ├── wake-integrating-7.png │ │ │ ├── wake-integrating-8.png │ │ │ └── wake-integrating-9.png │ │ ├── _category_.json │ │ └── wake-integrating.md │ └── woocommerce │ │ ├── __assets__ │ │ ├── choose-environment.png │ │ ├── save-changes.png │ │ ├── settings-pix.png │ │ ├── woo-checkout-parcelado.png │ │ ├── woo-hpos-settings.png │ │ ├── woo-parcelado-entrada.png │ │ ├── woo-parcelado-payment-term.png │ │ ├── woo-pedido-1.png │ │ ├── woo-pedido-cartao.png │ │ ├── woo-pedido-sucesso.png │ │ ├── woo-settings-parcelado.png │ │ ├── woocommerce-admin-1click.png │ │ ├── woocommerce-charge-transactions.png │ │ ├── woocommerce-integration-box-parcelado.png │ │ ├── woocommerce-orders.png │ │ ├── woocommerce-parcelado-admin-1click.png │ │ ├── woocommerce-pix-crediary-checkout.png │ │ ├── woocommerce-pix-crediary-payment.png │ │ ├── woocommerce-pix-crediary-platform-application-id.png │ │ ├── woocommerce-pix-crediary-platform-max-installment-number-setting.png │ │ ├── woocommerce-pix-crediary-platform-new-application.png │ │ ├── woocommerce-pix-crediary-plugin-checkout-max-installment-number.png │ │ ├── woocommerce-pix-crediary-plugin-settings-app-id.png │ │ ├── woocommerce-pix-crediary-plugin-settings.png │ │ ├── woocommerce-pix-crediary-selecting-payment-option.png │ │ ├── woocommerce-plugin-settings-v2100.png │ │ ├── woocommerce-plugin-settings-v261.png │ │ ├── woocommerce-plugin-tutorial.png │ │ ├── woocommerce-plugin-webhook-parcelado.png │ │ ├── woocommerce-refund-charge.png │ │ ├── woocommerce-refund-confirm.png │ │ ├── woocommerce-refund.png │ │ ├── woocommerce-save-platform-integration.png │ │ ├── woocommerce-save-platform-parcelado-integration.png │ │ └── woocommerce-transaction-refunds.png │ │ ├── __components__ │ │ ├── woocommerce-advanced-settings.mdx │ │ └── woocommerce-oneclick.mdx │ │ ├── _category_.json │ │ ├── woocommerce-crediary-max-installment-number.md │ │ ├── woocommerce-crediary.mdx │ │ ├── woocommerce-discounts.md │ │ ├── woocommerce-how-to-change-between-environment.md │ │ ├── woocommerce-how-to-refund-an-order.md │ │ ├── woocommerce-nextmove.md │ │ ├── woocommerce-oneclick.mdx │ │ ├── woocommerce-parcelado.mdx │ │ ├── woocommerce-permalink.md │ │ ├── woocommerce-plugin.md │ │ ├── woocommerce-plugin.mdx │ │ ├── woocommerce-redirect.md │ │ └── woocommerce-subscriptions.md ├── export │ ├── __assets__ │ │ ├── export-my-account.png │ │ └── export-tab.png │ ├── _category_.json │ └── export-intro.md ├── faq │ ├── __assets__ │ │ ├── charge-copy-brcode.png │ │ ├── charge-expiration-options.png │ │ ├── charge-form.png │ │ ├── charge-menu.png │ │ ├── charge-pay-link.png │ │ ├── charge-payment-link-ui.png │ │ ├── charge-send-email-modal.png │ │ ├── charge-send-email.png │ │ ├── charge-settings-tab.png │ │ ├── charge-share-wpp.png │ │ ├── charge-wpp-detail.png │ │ ├── cloudflare-bots-options.png │ │ ├── cloudflare-bots.png │ │ ├── cloudflare-sidebar.png │ │ └── new-charge.png │ ├── _category_.json │ ├── banks.md │ ├── charge.md │ ├── cloudflare.md │ ├── flagship.md │ ├── general-policies.md │ ├── notDisplayQRCode.md │ ├── pixQRCode-static.md │ ├── plans.md │ ├── ssl.md │ ├── transactions.md │ ├── users.md │ ├── virtual-account.md │ └── withdraw.md ├── flows │ ├── __assets__ │ │ ├── confirm-payment.png │ │ ├── create-payment.png │ │ ├── payment-flow.png │ │ ├── request.png │ │ └── sequencial-validade-bank-data.png │ ├── _category_.json │ ├── api-pix-key-campaign.md │ ├── charge-flow-state-machine.md │ ├── error-codes-payment.md │ ├── flow-create-charge-api.mdx │ ├── flow-edit-default-expiration.mdx │ ├── sandbox-error-simulation.md │ ├── validate-bank-data-manual.md │ ├── validate-bank-data.md │ └── webhook │ │ ├── _category_.json │ │ └── flow-creating-webhook.mdx ├── integrations │ ├── __assets__ │ │ ├── bubbleio-api-connector-api.png │ │ ├── bubbleio-api-connector-endpoint-call.png │ │ ├── bubbleio-api-connector-endpoint.png │ │ ├── bubbleio-api-connector-fields.png │ │ ├── bubbleio-app-page.png │ │ ├── bubbleio-home-page.png │ │ ├── bubbleio-plugins-installed.png │ │ ├── bubbleio-plugins-list.png │ │ ├── bubbleio-plugins-page.png │ │ ├── config-woovi.png │ │ ├── install-node.png │ │ ├── integrating-openpix-with-tracken-1.png │ │ ├── integrating-openpix-with-tracken-2.png │ │ ├── integrating-openpix-with-tracken-3.png │ │ ├── integrating-openpix-with-typebot-1.png │ │ ├── integrating-openpix-with-typebot-2.png │ │ ├── integrating-openpix-with-typebot-3.png │ │ ├── integrating-openpix-with-typebot-4.png │ │ ├── integrating-openpix-with-typebot-5.png │ │ ├── n8n-without-plugin │ │ │ ├── create-charge │ │ │ │ ├── body-and-header-configuration.png │ │ │ │ └── output-create-charge.png │ │ │ ├── get-charge │ │ │ │ ├── body-and-header-configuration.png │ │ │ │ └── output-get-charge.png │ │ │ ├── refund-charge │ │ │ │ ├── body-and-header-configuration.png │ │ │ │ └── output-refund-charge.png │ │ │ └── webhooks │ │ │ │ ├── configuration.png │ │ │ │ ├── output-webhook.png │ │ │ │ └── woovi-create-webhook.png │ │ ├── select-openpix-nodes.png │ │ ├── select-woovi-nodes.png │ │ ├── slide1-shop9.png │ │ ├── slide2-shop9.png │ │ ├── slide3-shop9.png │ │ ├── slide4-shop9.png │ │ ├── typebot-flow.json │ │ ├── webhook-config.png │ │ ├── win-r.png │ │ ├── zapier-action-searching-openpix.png │ │ ├── zapier-action-selecting-create-charge-event.png │ │ ├── zapier-create-charge-configuration.png │ │ ├── zapier-create-charge-refund-action-configuration.png │ │ ├── zapier-create-charge-spreadsheet.png │ │ ├── zapier-create-customer-action-configuration.png │ │ ├── zapier-remove-charge-action-configuration.png │ │ ├── zapier-setup-account-section.png │ │ ├── zapier-test-action-button.png │ │ ├── zapier-testing-action.png │ │ ├── zapier-trigger-auth.png │ │ ├── zapier-trigger-configuration.png │ │ ├── zapier-trigger-search.png │ │ ├── zapier-trigger-selecting-event.png │ │ └── zapier-trigger-test.png │ ├── _category_.json │ ├── aws-lambda.md │ ├── discord.mdx │ ├── how-integrate-ecommerces.md │ ├── integrating-openpix-with-bubbleio.md │ ├── integrating-openpix-with-shop9.md │ ├── integrating-openpix-with-tracken.md │ ├── integrating-openpix-with-typebot.md │ ├── integrating-pix-with-whatsapp.md │ ├── invoice │ │ ├── __assets__ │ │ │ ├── invoice-a1-certificate.png │ │ │ ├── invoice-activate-issuing.png │ │ │ ├── invoice-charge-issue.png │ │ │ ├── invoice-credentials.png │ │ │ ├── invoice-details.png │ │ │ ├── invoice-edit-integration.png │ │ │ ├── invoice-integration-details-card.png │ │ │ ├── invoice-issue-test.png │ │ │ ├── invoice-list.png │ │ │ └── invoice-tax-form.png │ │ ├── _category_.json │ │ ├── invoice-how-to-integrate.md │ │ └── invoice-how-to-issue-manually.md │ ├── make │ │ ├── __assets__ │ │ │ ├── make-add-http-module.png │ │ │ ├── make-make-a-request-filled.png │ │ │ ├── make-make-a-request.png │ │ │ └── make-request-done.png │ │ └── make-how-to-integration-api.md │ ├── n8n-node-trigger.mdx │ ├── n8n-node.md │ ├── n8n-without-plugin.md │ ├── oneclick.md │ ├── sheets.mdx │ ├── shopify │ │ ├── __assets__ │ │ │ ├── shopify-activate-openpix-payment-method.png │ │ │ ├── shopify-add-payment-method.png │ │ │ ├── shopify-install-op.png │ │ │ ├── shopify-install-step-1.png │ │ │ ├── shopify-install-step-2.png │ │ │ ├── shopify-install-step-3.png │ │ │ ├── shopify-install-step-4.png │ │ │ ├── shopify-install-step-5.png │ │ │ ├── shopify-install-step-6.png │ │ │ ├── shopify-installation-app-screen.png │ │ │ ├── shopify-integration-form.png │ │ │ ├── shopify-uninstall-step-1.png │ │ │ ├── shopify-uninstall-step-2.png │ │ │ ├── shopify-uninstall-step-3.png │ │ │ ├── shopify-uninstall-step-4.png │ │ │ ├── shopify-uninstall-step-5.png │ │ │ ├── shopify-uninstall-step-6.png │ │ │ └── shopify-uninstall-step-7.png │ │ ├── how-to-migrate-to-the-new-shopify-app.md │ │ ├── shopify-how-to-get-orders-from-openpix.md │ │ └── shopify-how-to-integrate-with-openpix.md │ ├── socpanel.md │ ├── telegram.mdx │ ├── woovi-assine-online.md │ ├── woovi-bridge.md │ └── zapier.md ├── intro │ ├── _category_.json │ ├── getting-started.md │ ├── help.md │ └── test-environment.md ├── login │ ├── _category_.json │ ├── login.md │ ├── single-sign-on-getting-started.md │ └── single-sign-on-gmail.md ├── meta-pixel │ ├── __assets__ │ │ └── how-to-connect-pixel.png │ ├── _category_.json │ ├── creating-a-meta-pixel.md │ └── integrating-with-woovi.md ├── partnerships │ ├── __assets__ │ │ ├── how-register-lot-company │ │ │ ├── Template_Import_Empresa.xlsx │ │ │ ├── tutorial-1.png │ │ │ ├── tutorial-2.png │ │ │ └── tutorial-3.png │ │ ├── how-to-integrate-as-woovi-partner │ │ │ ├── affiliate-create-password.png │ │ │ ├── affiliate-home-screen.png │ │ │ ├── afilliate-details.png │ │ │ ├── afilliate-link-and-new-company.png │ │ │ ├── create-company-with-affiliate-link.png │ │ │ ├── info-send-email-to-validate-account.png │ │ │ ├── link-email-affiliate-validate.png │ │ │ ├── list-your-afilliates.png │ │ │ ├── postman-get-affiliate-by-taxID.png │ │ │ ├── postman-get-affilliates.png │ │ │ ├── side-menu-my-companies.png │ │ │ └── validate-phone-number-affiliate-account.png │ │ └── register-form.png │ ├── _category_.json │ ├── custom-fee │ │ ├── __assets__ │ │ │ ├── how-to-customize-the-fee-for-a-affiliate-1.png │ │ │ ├── how-to-customize-the-fee-for-a-affiliate-2.png │ │ │ └── how-to-customize-the-fee-for-a-affiliate-3.png │ │ ├── _category_.json │ │ ├── how-to-customize-the-fee-for-a-affiliate.md │ │ └── what-is.md │ ├── how-register-lot-company.md │ ├── how-to-access-api-via-affiliated-company.md │ ├── how-to-create-a-affiliate-company-via-api.md │ ├── how-to-create-a-webhook-to-affiliated-company.md │ ├── how-to-integrate-as-woovi-partner.md │ ├── partnerships.md │ └── wabiz.md ├── payment │ ├── __assets__ │ │ ├── approve-payment-bill.png │ │ ├── pay-bills.png │ │ ├── payment-how-to-use-modal-without-balance.png │ │ ├── sequenceDiagrama_checagem_de_chave_pix.png │ │ └── sequenceDiagrama_fluxo_de_pagamento.png │ ├── _category_.json │ ├── check-pix-key.md │ ├── payment-failed-errors.md │ ├── payment-flow.md │ ├── payment-how-it-works.md │ ├── payment-how-to-add-funds.md │ ├── payment-how-to-approve-batch.md │ ├── payment-how-to-create-batch.md │ ├── payment-how-to-get-account-id.md │ ├── payment-how-to-pay-bills.md │ ├── payment-how-to-remove.md │ ├── payment-how-to-request-access.md │ ├── payment-how-to-use-api-to-approve-a-payment.md │ ├── payment-how-to-use-api-to-create.mdx │ ├── payment-how-to-use.md │ └── payment-state-machine.md ├── pix-crediary │ ├── __assets__ │ │ ├── pix-crediary-active.png │ │ ├── pix-crediary-buttons.png │ │ ├── pix-crediary-detail-active.png │ │ ├── pix-crediary-detail.png │ │ ├── pix-crediary-email.png │ │ ├── pix-crediary-how-work-1.png │ │ ├── pix-crediary-how-work-form.png │ │ └── pix-crediary-payment-link.png │ ├── _category_.json │ ├── pix-crediary-faq.md │ ├── pix-crediary-how-work.md │ └── pix-crediary-intro.md ├── pix-keys │ ├── __assets__ │ │ └── sequenceDiagrama_create_pix_key.png │ ├── _category_.json │ └── how-to-create-new-pix-key.md ├── pix-machine │ ├── __assets__ │ │ ├── configure-machine-1.png │ │ ├── configure-machine-2.png │ │ ├── configure-machine-3.png │ │ ├── configure-machine-4.png │ │ ├── configure-machine-5.png │ │ ├── configure-machine-6.png │ │ ├── configure-machine-7.png │ │ ├── configure-machine-8.png │ │ ├── maquininha-app.png │ │ ├── maquininha-settings.png │ │ ├── maquininha-setup.png │ │ ├── maquininha-tutorial.png │ │ ├── pix-machine-charge-filter.png │ │ └── pix-machine-qrcode-filter.png │ ├── _category_.json │ ├── do-you-have-to-pay-tuition-to-use.md │ ├── does-not-cell-phone-work.md │ ├── how-to-configure-cashback-for-my-clients-on-business-charges.md │ ├── how-to-install-pix-machine.md │ ├── how-to-print-a-charge.md │ ├── how-to │ │ ├── __assets__ │ │ │ ├── pix-machine-integration-detail-qrcodes.png │ │ │ └── pix-machine-integration-detail.png │ │ ├── _category_.json │ │ ├── pix-machine-how-to-print-charge.md │ │ └── pix-machine-how-to-print-static-qr-code-receipt.md │ ├── is-it-necessary-to-install-any-driver-to-print-a-charge.md │ ├── pix-machine-barbershop.md │ ├── pix-machine-faq.md │ ├── pix-machine-pizzerias.md │ ├── pix-machine-restaurants.md │ ├── setup-pix-machine.md │ ├── what-do-i-need-to-do-to-configure-my-machine-and-start-printing-the-charges.md │ ├── what-is-the-difference-between-the-non-tax-and-tax-thermal-printer.md │ ├── what-is-the-fee-charged-by-woovi.md │ ├── where-do-you-click-to-print-a-charge.md │ ├── which-browsers-are-supported.md │ └── which-machine-printer-should-use-to-print-the-charges.md ├── plugin │ ├── __assets__ │ │ └── plugin-order.png │ ├── _category_.json │ ├── app-id.md │ ├── concept.md │ ├── faq.md │ ├── how-to │ │ ├── __assets__ │ │ │ └── plugin-screenshot-without-modal.png │ │ └── plugin-how-to-render-plugin-without-modal.md │ ├── plugin-order.md │ ├── plugin-qrcode-static.md │ ├── plugin-react.md │ ├── plugin-samples.mdx │ └── plugin.md ├── qrcode-static │ ├── __assets__ │ │ └── qrcode-export-btn.png │ ├── _category_.json │ ├── how-to-create-qrcode-static-using-api.mdx │ ├── qrcode-static-report.md │ └── qrcode-static.md ├── recibo │ ├── __assets__ │ │ ├── api.png │ │ ├── get-receipt-via-api │ │ │ ├── create-new-request.png │ │ │ ├── dash-extrato-transactions.png │ │ │ ├── dash-extrato.png │ │ │ ├── header-authorization.png │ │ │ ├── locate-filter-button.png │ │ │ ├── locate-your-transaction.png │ │ │ └── transaction-filter.png │ │ ├── payment.png │ │ ├── plataform.png │ │ └── receipt.png │ ├── _category_.json │ ├── obter-recibos-com-api.md │ └── recibo.md ├── refund │ ├── _category_.json │ ├── charge-refund-create-api.mdx │ └── charge-refund-get-all-api.mdx ├── sdk │ ├── _category_.json │ ├── java │ │ ├── _category_.json │ │ ├── contributing.md │ │ ├── resources.md │ │ ├── usage.md │ │ └── what-is.md │ ├── node │ │ ├── _category_.json │ │ ├── error-handling.md │ │ ├── how-to-configure-for-sandbox.md │ │ ├── resources.md │ │ ├── usage.md │ │ └── what-is-node-sdk.md │ ├── php │ │ ├── _category_.json │ │ ├── customized-http-requests.md │ │ ├── error-handling.md │ │ ├── examples.md │ │ ├── frameworks │ │ │ ├── _category_.json │ │ │ └── laravel │ │ │ │ ├── _category_.json │ │ │ │ ├── example-integration.md │ │ │ │ ├── getting-started.md │ │ │ │ ├── js-plugin.md │ │ │ │ ├── receiving-webhooks.md │ │ │ │ └── troubleshooting.md │ │ ├── resources.md │ │ ├── usage.md │ │ └── what-is-php-sdk.md │ └── ruby │ │ ├── _category_.json │ │ ├── ruby-sdk-contributing.md │ │ ├── ruby-sdk-installation.md │ │ ├── ruby-sdk-resources.md │ │ └── ruby-sdk-what-is.md ├── security │ ├── __assets__ │ │ ├── security-user-mfa-first-step.png │ │ ├── security-user-mfa-second-step.png │ │ └── security-user-mfa-third-step.png │ ├── _category_.json │ ├── backup-policy.md │ ├── security-guidelines.md │ ├── security-policy.md │ ├── security-self-assessment.md │ └── security-user-mfa.md ├── split │ ├── _category_.json │ ├── split-partner-concept.md │ ├── split-partner-fee-config.md │ └── split-partner.md ├── splits │ ├── __assets__ │ │ ├── split-fee-partner.png │ │ ├── split-intro.png │ │ └── split-subaccount.png │ ├── _category_.json │ ├── how-to-calculate-split-with-percentage.md │ └── split-introduction.md ├── subaccount │ ├── __assets__ │ │ ├── how-to-create-a-integration-with-a-subaccount-1.png │ │ ├── how-to-create-a-integration-with-a-subaccount-2.png │ │ ├── how-to-create-a-integration-with-a-subaccount-3.png │ │ ├── how-to-create-a-integration-with-a-subaccount-4.png │ │ ├── how-to-create-a-integration-with-a-subaccount-5.png │ │ ├── how-to-create-a-integration-with-a-subaccount-6.png │ │ ├── how-to-recognize-a-subaccount-of-a-paid-charge-1.png │ │ ├── how-to-recognize-a-subaccount-of-a-paid-charge-2.png │ │ └── how-to-recognize-a-subaccount-of-a-paid-charge-3.png │ ├── _category_.json │ ├── how-to-create-a-integration-with-a-subaccount.mdx │ ├── how-to-create-a-subaccount.mdx │ ├── how-to-create-charge-with-splits-to-subaccount-using-api.mdx │ ├── how-to-create-charge-with-splits-with-plugin.mdx │ ├── how-to-get-balance-and-detais-of-subaccount-using-api.mdx │ ├── how-to-list-subaccounts-of-company-using-api.mdx │ ├── how-to-make-a-transfer-between-subaccounts.mdx │ ├── how-to-recognize-a-subaccount-of-a-paid-charge.md │ ├── how-to-withdraw-fom-subaccount-using-api.mdx │ └── split-sub-account-usecases.mdx ├── subscription-recurrence │ ├── __assets__ │ │ ├── subscription-recurrence-charge-data.png │ │ ├── subscription-recurrence-create.png │ │ ├── subscription-recurrence-customer.png │ │ ├── subscription-recurrence-day-generate-day-due.png │ │ ├── subscription-recurrence-detail.png │ │ ├── subscription-recurrence-duration-frequency.png │ │ ├── subscription-recurrence-form.png │ │ └── subscription-recurrence-tutorial.png │ ├── _category_.json │ ├── subscription-recurrence-create-api.mdx │ ├── subscription-recurrence-create.md │ ├── subscription-recurrence-get-api.mdx │ ├── subscription-recurrence.md │ └── subscription-with-interests-and-fines-create-api.mdx ├── supported-banks │ ├── _category_.json │ ├── advanced-corretora-de-câmbio-ltda.md │ ├── albatross-corretora-de-câmbio-e-valores-sa.md │ ├── ativa-investimentos-corretora-de-títulos-câmbio-e-valores.md │ ├── avista-crédito.md │ ├── banco-a-j-renner.md │ ├── banco-abc-brasil.md │ ├── banco-abn-amro.md │ ├── banco-agibank.md │ ├── banco-alfa.md │ ├── banco-alvorada.md │ ├── banco-andbank-(brasil).md │ ├── banco-arbi.md │ ├── banco-b3.md │ ├── banco-bandepe.md │ ├── banco-bmg.md │ ├── banco-bnp-paribas-brasil.md │ ├── banco-bocom-bbm.md │ ├── banco-bradescard.md │ ├── banco-bradesco-bbi.md │ ├── banco-bradesco-berj.md │ ├── banco-bradesco-cartões.md │ ├── banco-bradesco-financiamentos.md │ ├── banco-bradesco.md │ ├── banco-bs2.md │ ├── banco-btg-pactual.md │ ├── banco-caixa-geral-brasil.md │ ├── banco-capital.md │ ├── banco-cargill.md │ ├── banco-cetelem.md │ ├── banco-cifra.md │ ├── banco-citibank.md │ ├── banco-clássico.md │ ├── banco-confidence-de-câmbio.md │ ├── banco-cooperativo-do-brasil-bancoob.md │ ├── banco-cooperativo-sicredi.md │ ├── banco-credit-agrícole-brasil.md │ ├── banco-credit-suisse-(brasil).md │ ├── banco-crefisa.md │ ├── banco-cédula.md │ ├── banco-da-amazônia.md │ ├── banco-da-china-brasil.md │ ├── banco-daycoval.md │ ├── banco-de-brasília.md │ ├── banco-de-la-nacion-argentina.md │ ├── banco-de-la-provincia-de-buenos-aires.md │ ├── banco-de-la-republica-oriental-del-uruguay.md │ ├── banco-do-brasil.md │ ├── banco-do-estado-de-sergipe.md │ ├── banco-do-estado-do-pará.md │ ├── banco-do-estado-do-rio-grande-do-sul.md │ ├── banco-do-nordeste-do-brasil.md │ ├── banco-fator.md │ ├── banco-fibra.md │ ├── banco-ficsa.md │ ├── banco-finaxis.md │ ├── banco-guanabara.md │ ├── banco-inbursa.md │ ├── banco-industrial-do-brasil.md │ ├── banco-indusval.md │ ├── banco-inter.md │ ├── banco-intercap.md │ ├── banco-investcred-unibanco.md │ ├── banco-itaubank.md │ ├── banco-itaú-bba.md │ ├── banco-itaú-consignado.md │ ├── banco-j-p-morgan.md │ ├── banco-j-safra.md │ ├── banco-john-deere.md │ ├── banco-kdb-do-brasil.md │ ├── banco-keb-hana-do-brasil.md │ ├── banco-luso-brasileiro.md │ ├── banco-mercantil-do-brasil.md │ ├── banco-mizuho-do-brasil.md │ ├── banco-modal.md │ ├── banco-morgan-stanley.md │ ├── banco-mufg-brasil.md │ ├── banco-máxima.md │ ├── banco-nacional-de-desenvolvimento-econômico-e-social-bndes.md │ ├── banco-olé-bonsucesso-consignado.md │ ├── banco-original-do-agronegócio.md │ ├── banco-original.md │ ├── banco-ourinvest.md │ ├── banco-pan.md │ ├── banco-paulista.md │ ├── banco-pine.md │ ├── banco-rabobank-international-brasil.md │ ├── banco-rendimento.md │ ├── banco-ribeirão-preto.md │ ├── banco-rodobens-sa.md │ ├── banco-safra.md │ ├── banco-santander-(brasil).md │ ├── banco-semear.md │ ├── banco-sistema.md │ ├── banco-société-générale-brasil.md │ ├── banco-sofisa.md │ ├── banco-sumitomo-mitsui-brasileiro.md │ ├── banco-topazio.md │ ├── banco-tricury.md │ ├── banco-triângulo.md │ ├── banco-votorantim.md │ ├── banco-vr.md │ ├── banco-western-union-do-brasil.md │ ├── banco-woori-bank-do-brasil.md │ ├── banestes-banco-do-estado-do-espírito-santo.md │ ├── bank-of-america-merrill-lynch-banco-múltiplo.md │ ├── barigui-companhia-hipotecária.md │ ├── bbn-banco-brasileiro-de-negocios.md │ ├── bcv-banco-de-crédito-e-varejo.md │ ├── bexs-banco-de-câmbio.md │ ├── bexs-corretora-de-câmbio.md │ ├── bgc-liquidez-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── bny-mellon-banco.md │ ├── bpp-instituição-de-pagamento.md │ ├── br-partners-banco-de-investimento.md │ ├── brasil-plural-banco-múltiplo.md │ ├── brk-crédito.md │ ├── brl-trust-distribuidora-de-títulos-e-valores-mobiliários.md │ ├── broker-brasil-corretora-de-câmbio-ltda.md │ ├── bs2-distribuidora-de-títulos-e-valores-mobiliários.md │ ├── bt-corretora-de-câmbio-ltda.md │ ├── caixa-econômica-federal.md │ ├── carol-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── caruana-sociedade-de-crédito.md │ ├── casa-do-crédito-sociedade-de-crédito-ao-microempreendedor.md │ ├── central-cooperativa-de-crédito-no-estado-do-espírito-santo-cecoop.md │ ├── central-de-cooperativas-de-economia-e-crédito-mútuo-do-est-rs-unicred.md │ ├── china-construction-bank-(brasil)-banco-múltiplo.md │ ├── citibank-na.md │ ├── cm-capital-markets-corretora-de-câmbio.md │ ├── commerzbank-brasil-banco-múltiplo.md │ ├── confederação-nacional-das-cooperativas-centrais-de-crédito-e-economia-familiar-e.md │ ├── confederação-nacional-das-cooperativas-centrais-unicred-ltda-–-unicred-do-brasil.md │ ├── confidence-corretora-de-câmbio.md │ ├── coop-de-créd-mútuo-dos-despachantes-de-trânsito-de-sc-e-rio-grande-do-sul.md │ ├── cooperativa-central-de-crédito-ailos.md │ ├── cooperativa-central-de-crédito-noroeste-brasileiro-ltda-centralcredi.md │ ├── cooperativa-de-crédito-rural-coopavel.md │ ├── cooperativa-de-crédito-rural-da-região-da-mogiana.md │ ├── cooperativa-de-crédito-rural-de-ouro-sulcrediouro.md │ ├── cooperativa-de-crédito-rural-de-primavera-do-leste.md │ ├── cooperativa-de-crédito-rural-de-são-miguel-do-oeste-sulcredisão-miguel.md │ ├── cooperativa-de-economia-e-crédito-mútuo-dos-servidores-públicos-estaduais-do-rio.md │ ├── credialiança-cooperativa-de-crédito-rural.md │ ├── credicoamo-crédito-rural-cooperativa.md │ ├── credit-suisse-hedginggriffo-corretora-de-valores.md │ ├── dacasa-financeira-sociedade-de-crédito.md │ ├── deutsche-bank-banco-alemão.md │ ├── easynvest-título-corretora-de-valores-sa.md │ ├── facta-financeira-crédito-financiamento-e-investimento.md │ ├── fair-corretora-de-câmbio.md │ ├── financiamento-e-investimento.md │ ├── financiamento-e-investimentos.md │ ├── frente-corretora-de-câmbio-ltda.md │ ├── genial-investimentos-corretora-de-valores-mobiliários.md │ ├── get-money-corretora-de-câmbio.md │ ├── goldman-sachs-do-brasil-banco-múltiplo.md │ ├── guide-investimentos-corretora-de-valores.md │ ├── guitta-corretora-de-câmbio-ltda.md │ ├── haitong-banco-de-investimento-do-brasil.md │ ├── hipercard-banco-múltiplo.md │ ├── hs-financeira-crédito.md │ ├── hsbc-brasil-banco-de-investimento.md │ ├── ib-corretora-de-câmbio.md │ ├── icap-do-brasil-corretora-de-títulos-e-valores-mobiliários-ltda.md │ ├── icbc-do-brasil-banco-múltiplo.md │ ├── ing-bank-nv.md │ ├── intesa-sanpaolo-brasil-banco-múltiplo.md │ ├── itaú-unibanco-holding.md │ ├── itaú-unibanco.md │ ├── jpmorgan-chase-bank.md │ ├── kirton-bank-banco-múltiplo.md │ ├── lastro-rdv-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── lecca-crédito.md │ ├── levycam-corretora-de-câmbio-e-valores-ltda.md │ ├── magliano-corretora-de-cambio-e-valores-mobiliarios.md │ ├── ms-bank-banco-de-câmbio.md │ ├── multimoney-corretora-de-câmbio-ltda.md │ ├── national-association.md │ ├── natixis-brasil-banco-múltiplo.md │ ├── nova-futura-corretora-de-títulos-e-valores-mobiliários-ltda.md │ ├── novo-banco-continental-banco-múltiplo.md │ ├── nu-pagamentos.md │ ├── oliveira-trust-distribuidora-de-títulos-e-valores-mobiliários.md │ ├── omni-banco.md │ ├── parana-banco.md │ ├── parmetal-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── pernambucanas-financiadora-crédito.md │ ├── planner-corretora-de-valores.md │ ├── portocred-crédito.md │ ├── pólocred-sociedade-de-crédito-ao-microempreendedor-e-à-empresa-de-pequeno-porte.md │ ├── rb-capital-investimentos-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── renascença-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── sagitur-corretora-de-câmbio-ltda.md │ ├── scotiabank-brasil-banco-múltiplo.md │ ├── senff-crédito.md │ ├── senso-corretora-de-câmbio-e-valores-mobiliários.md │ ├── socred-sociedade-de-crédito-ao-microempreendedor.md │ ├── standard-chartered-bank-(brasil)-banco-de-investimento.md │ ├── stone-pagamentos.md │ ├── terra-investimentos-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ ├── treviso-corretora-de-câmbio.md │ ├── tullett-prebon-brasil-corretora-de-valores-e-câmbio-ltda.md │ ├── títulos-e-valores-mobiliários-ltda.md │ ├── títulos-e-valores-mobiliários.md │ ├── ubs-brasil-banco-de-investimento.md │ ├── ubs-brasil-corretora-de-câmbio.md │ ├── uniprime-central-–-central-interestadual-de-cooperativas-de-crédito-ltda.md │ ├── uniprime-norte-do-paraná-cooperativa-de-crédito-ltda.md │ ├── valuepe-corretora-de-valores-e-câmbio.md │ ├── vip-s-corretora-de-câmbio-ltda.md │ ├── vortx-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ └── xp-investimentos-corretora-de-câmbio-títulos-e-valores-mobiliários.md ├── test-environment │ ├── _category_.json │ ├── test-account │ │ ├── __assets__ │ │ │ ├── payment-requested.png │ │ │ └── simulate-charge-payment.png │ │ ├── _category_.json │ │ ├── adding-funds-in-test-account.md │ │ ├── flow-company-bank-test.md │ │ ├── introduction-to-test-account.md │ │ ├── pay-pix-qrcode-test.md │ │ ├── pay-pix-test.md │ │ └── paying-a-pix-key-with-test-account.md │ └── test-environment.md ├── test │ ├── __assets__ │ │ ├── payment-requested.png │ │ ├── select_account.png │ │ ├── set_default_account.png │ │ ├── simulate-charge-payment.png │ │ └── test_account_create.png │ ├── _category_.json │ ├── adding-funds-in-test-account.md │ ├── flow-company-bank-test.md │ ├── introduction-to-test-account.md │ ├── pay-pix-qrcode-test.md │ ├── pay-pix-test.md │ ├── paying-a-pix-key-with-test-account.md │ └── test-company-account.mdx ├── transaction │ ├── _category_.json │ ├── transaction-how-to-get-withdrawal-report.md │ └── transaction-how-to-paginate-api.md ├── transfer │ ├── _category_.json │ └── how-to-transfer-values-between-accounts.mdx ├── wallet │ ├── __assets__ │ │ └── partner-wallet-mediator-example.png │ ├── _category_.json │ └── wallet-mediator-account.md ├── webhook │ ├── _category_.json │ ├── api │ │ ├── _category_.json │ │ └── webhook-api.mdx │ ├── assets │ │ ├── api-screen.png │ │ ├── api-with-webhook.png │ │ └── webhook-screen.png │ ├── examples │ │ ├── _category_.json │ │ ├── charge-account-type.mdx │ │ ├── charge-expired-payload.mdx │ │ ├── charge-payload.mdx │ │ ├── detached-payload.mdx │ │ ├── dispute-accept-payload.mdx │ │ ├── dispute-canceled-payload.mdx │ │ ├── dispute-payload.mdx │ │ ├── dispute-rejected-payload.mdx │ │ ├── idendify-which-api-charge-come.md │ │ ├── languages.mdx │ │ ├── payment-payload.mdx │ │ ├── qrcode-static-payload.mdx │ │ ├── refund-payload.mdx │ │ └── transaction-received-payload.mdx │ ├── platform │ │ ├── __assets__ │ │ │ ├── webhook-check-work-1.png │ │ │ ├── webhook-check-work-2.png │ │ │ ├── webhook-check-work-3.png │ │ │ ├── webhook-check-work-4.png │ │ │ ├── webhook-check-work-5.png │ │ │ └── webhook-check-work-6.png │ │ ├── _category_.json │ │ ├── webhook-check-work.md │ │ ├── webhook-platform-api.mdx │ │ └── webhook-platform-role.md │ ├── seguranca │ │ ├── _category_.json │ │ ├── webhook-hmac.mdx │ │ ├── webhook-ips.md │ │ └── weebhook-signature-validation.mdx │ ├── webhook-events-type.md │ ├── webhook-headers.mdx │ ├── webhook-link-api.md │ ├── webhook-retry.md │ ├── webhook-test.md │ └── webhook-timeout.md └── whatsapp │ ├── __assets__ │ ├── whatsapp-charge-settings.png │ ├── whatsapp-how-to-activate-activate.png │ ├── whatsapp-how-to-activate-api-plugins.png │ ├── whatsapp-how-to-activate-integration.png │ ├── whatsapp-how-to-send-charges-charge.png │ ├── whatsapp-how-to-send-charges-message.png │ ├── whatsapp-how-to-send-charges-setting.png │ ├── whatsapp-how-to-send-receipts-charge.png │ ├── whatsapp-how-to-send-receipts-message.png │ └── whatsapp-how-to-send-receipts-setting.png │ ├── _category_.json │ ├── whatsapp-how-to-activate.md │ ├── whatsapp-how-to-send-charges.md │ └── whatsapp-how-to-send-receipts.md ├── docusaurus.config.js ├── eslint.config.mjs ├── i18n ├── en │ ├── code.json │ ├── docusaurus-plugin-content-blog │ │ └── options.json │ ├── docusaurus-plugin-content-docs │ │ ├── current.json │ │ └── current │ │ │ ├── api-list.md │ │ │ ├── apis │ │ │ ├── _category_.json │ │ │ ├── api-getting-started.md │ │ │ ├── api-postman.mdx │ │ │ └── api-samples.mdx │ │ │ ├── bank-integrations │ │ │ ├── _category_.json │ │ │ ├── banco-do-brasil.md │ │ │ ├── banco-original.md │ │ │ ├── bancos-suportados.md │ │ │ ├── bradesco.md │ │ │ ├── bs2.md │ │ │ ├── flagship.md │ │ │ ├── gerencianet.md │ │ │ ├── itau.md │ │ │ ├── overview.md │ │ │ ├── santander.md │ │ │ └── sicoob-bank.md │ │ │ ├── cashback-fidelity │ │ │ ├── _category_.json │ │ │ ├── cashback-fidelity-apis.md │ │ │ ├── cashback-fidelity-how-to-build-customer-fidelity.md │ │ │ ├── cashback-fidelity-how-to-config.md │ │ │ ├── cashback-fidelity-how-to-use.md │ │ │ └── cashback-fidelity-what-is.md │ │ │ ├── cashback │ │ │ ├── _category_.json │ │ │ ├── cashback-apis.md │ │ │ ├── cashback-how-to-config.md │ │ │ ├── cashback-how-to-use.md │ │ │ └── cashback-what-is.md │ │ │ ├── charge │ │ │ ├── _category_.json │ │ │ ├── charge-how-to-select-an-account-when-creating-a-charge.md │ │ │ ├── charge.md │ │ │ ├── how-to-create-charge-using-api.mdx │ │ │ ├── how-to-create-charge-woovi-parcelado.mdx │ │ │ ├── how-to-create-cobv-using-api.mdx │ │ │ └── refund │ │ │ │ ├── _category_.json │ │ │ │ ├── charge-refund-create-api.mdx │ │ │ │ └── charge-refund-get-all-api.mdx │ │ │ ├── concepts │ │ │ ├── _category_.json │ │ │ ├── basis-points.md │ │ │ ├── charge.md │ │ │ ├── correlation-id.md │ │ │ ├── customer.md │ │ │ ├── idempotence.md │ │ │ ├── refund.md │ │ │ ├── state-machine.md │ │ │ └── transaction.md │ │ │ ├── customer │ │ │ ├── _category_.json │ │ │ ├── customer.md │ │ │ └── how-to-create-customer-using-api.mdx │ │ │ ├── ecommerce │ │ │ ├── _category_.json │ │ │ ├── magento1 │ │ │ │ ├── __assets__ │ │ │ │ │ └── magento1-banner.png │ │ │ │ ├── _category_.json │ │ │ │ └── magento1-plugin.mdx │ │ │ ├── magento2 │ │ │ │ ├── __assets__ │ │ │ │ │ ├── magento2-banner.png │ │ │ │ │ ├── magento2-charge-transactions.png │ │ │ │ │ ├── magento2-checkout-cart.png │ │ │ │ │ ├── magento2-credentials.png │ │ │ │ │ ├── magento2-credit-memo.png │ │ │ │ │ ├── magento2-customer-create-new-account-options.png │ │ │ │ │ ├── magento2-customer-name-address-options.png │ │ │ │ │ ├── magento2-customer-sidemenu.png │ │ │ │ │ ├── magento2-customize.png │ │ │ │ │ ├── magento2-invoice-credit-memo.png │ │ │ │ │ ├── magento2-invoice-detail.png │ │ │ │ │ ├── magento2-marketplace-search.png │ │ │ │ │ ├── magento2-new-webhook.png │ │ │ │ │ ├── magento2-order-detail.png │ │ │ │ │ ├── magento2-order-info.png │ │ │ │ │ ├── magento2-order-view.png │ │ │ │ │ ├── magento2-order.png │ │ │ │ │ ├── magento2-orders-menu.png │ │ │ │ │ ├── magento2-transaction-refunds.png │ │ │ │ │ ├── magento2-webhook-configuration.png │ │ │ │ │ └── magento2-webhook-configured.png │ │ │ │ ├── _category_.json │ │ │ │ ├── magento2-how-to-refund-an-order.md │ │ │ │ └── magento2-plugin.md │ │ │ ├── oracle │ │ │ │ ├── _category_.json │ │ │ │ ├── occ-getting-started.md │ │ │ │ ├── occ-getting-started.mdx │ │ │ │ ├── occ-integrating.md │ │ │ │ └── occ-integrating.mdx │ │ │ ├── woocommerce-plugin.mdx │ │ │ └── woocommerce │ │ │ │ ├── __assets__ │ │ │ │ ├── woocommerce-charge-transactions.png │ │ │ │ ├── woocommerce-orders.png │ │ │ │ ├── woocommerce-refund-charge.png │ │ │ │ ├── woocommerce-refund-confirm.png │ │ │ │ ├── woocommerce-refund.png │ │ │ │ └── woocommerce-transaction-refunds.png │ │ │ │ ├── _category_.json │ │ │ │ ├── woocommerce-discounts.md │ │ │ │ ├── woocommerce-how-to-refund-an-order.md │ │ │ │ ├── woocommerce-nextmove.md │ │ │ │ ├── woocommerce-plugin.md │ │ │ │ └── woocommerce-subscriptions.md │ │ │ ├── faq │ │ │ ├── __assets__ │ │ │ │ ├── cloudflare-bots-options.png │ │ │ │ ├── cloudflare-bots.png │ │ │ │ └── cloudflare-sidebar.png │ │ │ ├── _category_.json │ │ │ ├── banks.md │ │ │ ├── charge.md │ │ │ ├── cloudflare.md │ │ │ ├── flagship.md │ │ │ ├── general-policies.md │ │ │ ├── notDisplayQRCode.md │ │ │ ├── pixQRCode-static.md │ │ │ ├── ssl.md │ │ │ ├── transactions.md │ │ │ ├── users.md │ │ │ ├── virtual-account.md │ │ │ └── withdraw.md │ │ │ ├── flows │ │ │ ├── _category_.json │ │ │ ├── charge-flow-state-machine.md │ │ │ ├── flow-company-bank-test.md │ │ │ ├── flow-create-charge-api.mdx │ │ │ ├── flow-edit-default-expiration.mdx │ │ │ └── webhook │ │ │ │ ├── _category_.json │ │ │ │ └── flow-creating-webhook.mdx │ │ │ ├── getting-started.md │ │ │ ├── help.md │ │ │ ├── integrations │ │ │ ├── __assets__ │ │ │ │ ├── install-node.png │ │ │ │ ├── select-openpix-nodes.png │ │ │ │ └── select-woovi-nodes.png │ │ │ ├── _category_.json │ │ │ ├── aws-lambda.md │ │ │ ├── banco-do-brasil.md │ │ │ ├── bradesco.md │ │ │ ├── discord.mdx │ │ │ ├── integrating-pix-with-whatsapp.md │ │ │ ├── itau.md │ │ │ ├── n8n-node-trigger.mdx │ │ │ ├── n8n-node.md │ │ │ ├── shopify │ │ │ │ ├── __assets__ │ │ │ │ │ ├── shopify-activate-openpix-payment-method.png │ │ │ │ │ ├── shopify-add-payment-method.png │ │ │ │ │ ├── shopify-installation-app-screen.png │ │ │ │ │ └── shopify-integration-form.png │ │ │ │ └── shopify-how-to-integrate-with-openpix.md │ │ │ └── woovi-assine-online.md │ │ │ ├── intro │ │ │ ├── _category_.json │ │ │ ├── getting-started.md │ │ │ └── help.md │ │ │ ├── login │ │ │ ├── _category_.json │ │ │ ├── login.md │ │ │ ├── single-sign-on-getting-started.md │ │ │ └── single-sign-on-gmail.md │ │ │ ├── partnerships │ │ │ ├── _category_.json │ │ │ ├── how-to-access-api-via-affiliated-company.md │ │ │ ├── how-to-create-a-webhook-to-affiliated-company.md │ │ │ └── partnerships.md │ │ │ ├── payment │ │ │ ├── _category_.json │ │ │ ├── payment-how-it-works.md │ │ │ ├── payment-how-to-add-funds.md │ │ │ ├── payment-how-to-get-account-id.md │ │ │ ├── payment-how-to-request-access.md │ │ │ ├── payment-how-to-use-api-to-create.mdx │ │ │ ├── payment-how-to-use.md │ │ │ └── payment-state-machine.md │ │ │ ├── pix-machine │ │ │ ├── _category_.json │ │ │ ├── do-you-have-to-pay-tuition-to-use.md │ │ │ ├── does-not-cell-phone-work.md │ │ │ ├── how-to-configure-cashback-for-my-clients-on-business-charges.md │ │ │ ├── how-to-print-a-charge.md │ │ │ ├── is-it-necessary-to-install-any-driver-to-print-a-charge.md │ │ │ ├── what-do-i-need-to-do-to-configure-my-machine-and-start-printing-the-charges.md │ │ │ ├── what-is-the-difference-between-the-non-tax-and-tax-thermal-printer.md │ │ │ ├── what-is-the-fee-charged-by-woovi.md │ │ │ ├── where-do-you-click-to-print-a-charge.md │ │ │ ├── which-browsers-are-supported.md │ │ │ └── which-machine-printer-should-use-to-print-the-charges.md │ │ │ ├── plugin │ │ │ ├── __assets__ │ │ │ │ └── plugin-order.png │ │ │ ├── _category_.json │ │ │ ├── app-id.md │ │ │ ├── concept.md │ │ │ ├── faq.md │ │ │ ├── misc.md │ │ │ ├── plugin-order.md │ │ │ ├── plugin-qrcode-static.md │ │ │ ├── plugin-react.md │ │ │ ├── plugin-samples.mdx │ │ │ └── plugin.md │ │ │ ├── qrcode-static │ │ │ ├── _category_.json │ │ │ ├── how-to-create-qrcode-static-using-api.mdx │ │ │ └── qrcode-static.md │ │ │ ├── security │ │ │ ├── _category_.json │ │ │ ├── backup-policy.md │ │ │ ├── security-guidelines.md │ │ │ ├── security-policy.md │ │ │ └── security-self-assessment.md │ │ │ ├── single-sign-on-getting-started.md │ │ │ ├── single-sign-on-gmail.md │ │ │ ├── subscription-recurrence │ │ │ ├── __assets__ │ │ │ │ ├── subscription-recurrence-charge-data.png │ │ │ │ ├── subscription-recurrence-create.png │ │ │ │ ├── subscription-recurrence-customer.png │ │ │ │ ├── subscription-recurrence-day-generate-day-due.png │ │ │ │ ├── subscription-recurrence-detail.png │ │ │ │ ├── subscription-recurrence-duration-frequency.png │ │ │ │ ├── subscription-recurrence-form.png │ │ │ │ └── subscription-recurrence-tutorial.png │ │ │ ├── _category_.json │ │ │ ├── subscription-recurrence-create-api.mdx │ │ │ ├── subscription-recurrence-create.md │ │ │ ├── subscription-recurrence-get-api.mdx │ │ │ ├── subscription-recurrence.md │ │ │ └── subscription-with-interests-and-fines-create-api.mdx │ │ │ ├── supported-banks │ │ │ ├── _category_.json │ │ │ ├── advanced-corretora-de-câmbio-ltda.md │ │ │ ├── albatross-corretora-de-câmbio-e-valores-sa.md │ │ │ ├── ativa-investimentos-corretora-de-títulos-câmbio-e-valores.md │ │ │ ├── avista-crédito.md │ │ │ ├── banco-a-j-renner.md │ │ │ ├── banco-abc-brasil.md │ │ │ ├── banco-abn-amro.md │ │ │ ├── banco-agibank.md │ │ │ ├── banco-alfa.md │ │ │ ├── banco-alvorada.md │ │ │ ├── banco-andbank-(brasil).md │ │ │ ├── banco-arbi.md │ │ │ ├── banco-b3.md │ │ │ ├── banco-bandepe.md │ │ │ ├── banco-bmg.md │ │ │ ├── banco-bnp-paribas-brasil.md │ │ │ ├── banco-bocom-bbm.md │ │ │ ├── banco-bradescard.md │ │ │ ├── banco-bradesco-bbi.md │ │ │ ├── banco-bradesco-berj.md │ │ │ ├── banco-bradesco-cartões.md │ │ │ ├── banco-bradesco-financiamentos.md │ │ │ ├── banco-bradesco.md │ │ │ ├── banco-bs2.md │ │ │ ├── banco-btg-pactual.md │ │ │ ├── banco-caixa-geral-brasil.md │ │ │ ├── banco-capital.md │ │ │ ├── banco-cargill.md │ │ │ ├── banco-cetelem.md │ │ │ ├── banco-cifra.md │ │ │ ├── banco-citibank.md │ │ │ ├── banco-clássico.md │ │ │ ├── banco-confidence-de-câmbio.md │ │ │ ├── banco-cooperativo-do-brasil-bancoob.md │ │ │ ├── banco-cooperativo-sicredi.md │ │ │ ├── banco-credit-agrícole-brasil.md │ │ │ ├── banco-credit-suisse-(brasil).md │ │ │ ├── banco-crefisa.md │ │ │ ├── banco-cédula.md │ │ │ ├── banco-da-amazônia.md │ │ │ ├── banco-da-china-brasil.md │ │ │ ├── banco-daycoval.md │ │ │ ├── banco-de-brasília.md │ │ │ ├── banco-de-la-nacion-argentina.md │ │ │ ├── banco-de-la-provincia-de-buenos-aires.md │ │ │ ├── banco-de-la-republica-oriental-del-uruguay.md │ │ │ ├── banco-do-brasil.md │ │ │ ├── banco-do-estado-de-sergipe.md │ │ │ ├── banco-do-estado-do-pará.md │ │ │ ├── banco-do-estado-do-rio-grande-do-sul.md │ │ │ ├── banco-do-nordeste-do-brasil.md │ │ │ ├── banco-fator.md │ │ │ ├── banco-fibra.md │ │ │ ├── banco-ficsa.md │ │ │ ├── banco-finaxis.md │ │ │ ├── banco-guanabara.md │ │ │ ├── banco-inbursa.md │ │ │ ├── banco-industrial-do-brasil.md │ │ │ ├── banco-indusval.md │ │ │ ├── banco-inter.md │ │ │ ├── banco-intercap.md │ │ │ ├── banco-investcred-unibanco.md │ │ │ ├── banco-itaubank.md │ │ │ ├── banco-itaú-bba.md │ │ │ ├── banco-itaú-consignado.md │ │ │ ├── banco-j-p-morgan.md │ │ │ ├── banco-j-safra.md │ │ │ ├── banco-john-deere.md │ │ │ ├── banco-kdb-do-brasil.md │ │ │ ├── banco-keb-hana-do-brasil.md │ │ │ ├── banco-luso-brasileiro.md │ │ │ ├── banco-mercantil-do-brasil.md │ │ │ ├── banco-mizuho-do-brasil.md │ │ │ ├── banco-modal.md │ │ │ ├── banco-morgan-stanley.md │ │ │ ├── banco-mufg-brasil.md │ │ │ ├── banco-máxima.md │ │ │ ├── banco-nacional-de-desenvolvimento-econômico-e-social-bndes.md │ │ │ ├── banco-olé-bonsucesso-consignado.md │ │ │ ├── banco-original-do-agronegócio.md │ │ │ ├── banco-original.md │ │ │ ├── banco-ourinvest.md │ │ │ ├── banco-pan.md │ │ │ ├── banco-paulista.md │ │ │ ├── banco-pine.md │ │ │ ├── banco-rabobank-international-brasil.md │ │ │ ├── banco-rendimento.md │ │ │ ├── banco-ribeirão-preto.md │ │ │ ├── banco-rodobens-sa.md │ │ │ ├── banco-safra.md │ │ │ ├── banco-santander-(brasil).md │ │ │ ├── banco-semear.md │ │ │ ├── banco-sistema.md │ │ │ ├── banco-société-générale-brasil.md │ │ │ ├── banco-sofisa.md │ │ │ ├── banco-sumitomo-mitsui-brasileiro.md │ │ │ ├── banco-topazio.md │ │ │ ├── banco-tricury.md │ │ │ ├── banco-triângulo.md │ │ │ ├── banco-votorantim.md │ │ │ ├── banco-vr.md │ │ │ ├── banco-western-union-do-brasil.md │ │ │ ├── banco-woori-bank-do-brasil.md │ │ │ ├── banestes-banco-do-estado-do-espírito-santo.md │ │ │ ├── bank-of-america-merrill-lynch-banco-múltiplo.md │ │ │ ├── barigui-companhia-hipotecária.md │ │ │ ├── bbn-banco-brasileiro-de-negocios.md │ │ │ ├── bcv-banco-de-crédito-e-varejo.md │ │ │ ├── bexs-banco-de-câmbio.md │ │ │ ├── bexs-corretora-de-câmbio.md │ │ │ ├── bgc-liquidez-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── bny-mellon-banco.md │ │ │ ├── bpp-instituição-de-pagamento.md │ │ │ ├── br-partners-banco-de-investimento.md │ │ │ ├── brasil-plural-banco-múltiplo.md │ │ │ ├── brk-crédito.md │ │ │ ├── brl-trust-distribuidora-de-títulos-e-valores-mobiliários.md │ │ │ ├── broker-brasil-corretora-de-câmbio-ltda.md │ │ │ ├── bs2-distribuidora-de-títulos-e-valores-mobiliários.md │ │ │ ├── bt-corretora-de-câmbio-ltda.md │ │ │ ├── caixa-econômica-federal.md │ │ │ ├── carol-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── caruana-sociedade-de-crédito.md │ │ │ ├── casa-do-crédito-sociedade-de-crédito-ao-microempreendedor.md │ │ │ ├── central-cooperativa-de-crédito-no-estado-do-espírito-santo-cecoop.md │ │ │ ├── central-de-cooperativas-de-economia-e-crédito-mútuo-do-est-rs-unicred.md │ │ │ ├── china-construction-bank-(brasil)-banco-múltiplo.md │ │ │ ├── citibank-na.md │ │ │ ├── cm-capital-markets-corretora-de-câmbio.md │ │ │ ├── commerzbank-brasil-banco-múltiplo.md │ │ │ ├── confederação-nacional-das-cooperativas-centrais-de-crédito-e-economia-familiar-e.md │ │ │ ├── confederação-nacional-das-cooperativas-centrais-unicred-ltda-–-unicred-do-brasil.md │ │ │ ├── confidence-corretora-de-câmbio.md │ │ │ ├── coop-de-créd-mútuo-dos-despachantes-de-trânsito-de-sc-e-rio-grande-do-sul.md │ │ │ ├── cooperativa-central-de-crédito-ailos.md │ │ │ ├── cooperativa-central-de-crédito-noroeste-brasileiro-ltda-centralcredi.md │ │ │ ├── cooperativa-de-crédito-rural-coopavel.md │ │ │ ├── cooperativa-de-crédito-rural-da-região-da-mogiana.md │ │ │ ├── cooperativa-de-crédito-rural-de-ouro-sulcrediouro.md │ │ │ ├── cooperativa-de-crédito-rural-de-primavera-do-leste.md │ │ │ ├── cooperativa-de-crédito-rural-de-são-miguel-do-oeste-sulcredisão-miguel.md │ │ │ ├── cooperativa-de-economia-e-crédito-mútuo-dos-servidores-públicos-estaduais-do-rio.md │ │ │ ├── credialiança-cooperativa-de-crédito-rural.md │ │ │ ├── credicoamo-crédito-rural-cooperativa.md │ │ │ ├── credit-suisse-hedginggriffo-corretora-de-valores.md │ │ │ ├── dacasa-financeira-sociedade-de-crédito.md │ │ │ ├── deutsche-bank-banco-alemão.md │ │ │ ├── easynvest-título-corretora-de-valores-sa.md │ │ │ ├── facta-financeira-crédito-financiamento-e-investimento.md │ │ │ ├── fair-corretora-de-câmbio.md │ │ │ ├── financiamento-e-investimento.md │ │ │ ├── financiamento-e-investimentos.md │ │ │ ├── frente-corretora-de-câmbio-ltda.md │ │ │ ├── genial-investimentos-corretora-de-valores-mobiliários.md │ │ │ ├── get-money-corretora-de-câmbio.md │ │ │ ├── goldman-sachs-do-brasil-banco-múltiplo.md │ │ │ ├── guide-investimentos-corretora-de-valores.md │ │ │ ├── guitta-corretora-de-câmbio-ltda.md │ │ │ ├── haitong-banco-de-investimento-do-brasil.md │ │ │ ├── hipercard-banco-múltiplo.md │ │ │ ├── hs-financeira-crédito.md │ │ │ ├── hsbc-brasil-banco-de-investimento.md │ │ │ ├── ib-corretora-de-câmbio.md │ │ │ ├── icap-do-brasil-corretora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── icbc-do-brasil-banco-múltiplo.md │ │ │ ├── ing-bank-nv.md │ │ │ ├── intesa-sanpaolo-brasil-banco-múltiplo.md │ │ │ ├── itaú-unibanco-holding.md │ │ │ ├── itaú-unibanco.md │ │ │ ├── jpmorgan-chase-bank.md │ │ │ ├── kirton-bank-banco-múltiplo.md │ │ │ ├── lastro-rdv-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── lecca-crédito.md │ │ │ ├── levycam-corretora-de-câmbio-e-valores-ltda.md │ │ │ ├── magliano-corretora-de-cambio-e-valores-mobiliarios.md │ │ │ ├── ms-bank-banco-de-câmbio.md │ │ │ ├── multimoney-corretora-de-câmbio-ltda.md │ │ │ ├── national-association.md │ │ │ ├── natixis-brasil-banco-múltiplo.md │ │ │ ├── nova-futura-corretora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── novo-banco-continental-banco-múltiplo.md │ │ │ ├── nu-pagamentos.md │ │ │ ├── oliveira-trust-distribuidora-de-títulos-e-valores-mobiliários.md │ │ │ ├── omni-banco.md │ │ │ ├── parana-banco.md │ │ │ ├── parmetal-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── pernambucanas-financiadora-crédito.md │ │ │ ├── planner-corretora-de-valores.md │ │ │ ├── portocred-crédito.md │ │ │ ├── pólocred-sociedade-de-crédito-ao-microempreendedor-e-à-empresa-de-pequeno-porte.md │ │ │ ├── rb-capital-investimentos-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── renascença-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── sagitur-corretora-de-câmbio-ltda.md │ │ │ ├── scotiabank-brasil-banco-múltiplo.md │ │ │ ├── senff-crédito.md │ │ │ ├── senso-corretora-de-câmbio-e-valores-mobiliários.md │ │ │ ├── socred-sociedade-de-crédito-ao-microempreendedor.md │ │ │ ├── standard-chartered-bank-(brasil)-banco-de-investimento.md │ │ │ ├── stone-pagamentos.md │ │ │ ├── terra-investimentos-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ ├── treviso-corretora-de-câmbio.md │ │ │ ├── tullett-prebon-brasil-corretora-de-valores-e-câmbio-ltda.md │ │ │ ├── títulos-e-valores-mobiliários-ltda.md │ │ │ ├── títulos-e-valores-mobiliários.md │ │ │ ├── ubs-brasil-banco-de-investimento.md │ │ │ ├── ubs-brasil-corretora-de-câmbio.md │ │ │ ├── uniprime-central-–-central-interestadual-de-cooperativas-de-crédito-ltda.md │ │ │ ├── uniprime-norte-do-paraná-cooperativa-de-crédito-ltda.md │ │ │ ├── valuepe-corretora-de-valores-e-câmbio.md │ │ │ ├── vip-s-corretora-de-câmbio-ltda.md │ │ │ ├── vortx-distribuidora-de-títulos-e-valores-mobiliários-ltda.md │ │ │ └── xp-investimentos-corretora-de-câmbio-títulos-e-valores-mobiliários.md │ │ │ ├── test │ │ │ ├── _category_.json │ │ │ ├── flow-company-bank-test.md │ │ │ ├── pay-pix-qrcode-test.md │ │ │ └── pay-pix-test.md │ │ │ ├── transaction │ │ │ ├── _category_.json │ │ │ └── transaction-how-to-get-withdrawal-report.md │ │ │ └── webhook │ │ │ ├── _category_.json │ │ │ ├── api │ │ │ ├── _category_.json │ │ │ └── webhook-api.mdx │ │ │ ├── examples │ │ │ ├── _category_.json │ │ │ ├── charge-payload.mdx │ │ │ ├── detached-payload.mdx │ │ │ ├── languages.mdx │ │ │ ├── payment-payload.mdx │ │ │ ├── qrcode-static-payload.mdx │ │ │ └── refund-payload.mdx │ │ │ ├── platform │ │ │ ├── _category_.json │ │ │ ├── webhook-platform-api.mdx │ │ │ └── webhook-platform-role.md │ │ │ ├── webhook-headers.mdx │ │ │ ├── webhook-hmac.mdx │ │ │ └── weebhook-signature-validation.mdx │ ├── docusaurus-plugin-content-pages │ │ └── index.mdx │ └── docusaurus-theme-classic │ │ ├── footer.json │ │ └── navbar.json └── pt-BR │ ├── code.json │ ├── docusaurus-plugin-content-blog │ └── options.json │ ├── docusaurus-plugin-content-docs │ └── current.json │ └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── package.json ├── pnpm-lock.yaml ├── prettier.config.js ├── scripts └── i18n-copy.sh ├── sidebars.js ├── src ├── Embed.tsx ├── ExecuteEnvironment.tsx ├── IFrame.tsx ├── RedocBrowserOnly.tsx ├── apiSidebar.tsx ├── components │ └── Card │ │ ├── CardLink.tsx │ │ └── card.module.css ├── css │ ├── custom.css │ └── customTheme.css ├── icons │ ├── AssineOnlineIcon.tsx │ ├── BotConversaIcon.tsx │ ├── BubbleIcon.tsx │ ├── N8NIcon.tsx │ ├── NuvemshopIcon.tsx │ ├── SocPanelIcon.tsx │ ├── WabizIcon.tsx │ └── WakeIcon.tsx ├── pages │ ├── index.module.css │ └── index.tsx ├── swaggers │ ├── bacen-dict.json │ ├── bacen-pix.yaml │ ├── openpix.json │ ├── openpix.yml │ ├── openpixPostman.json │ ├── pixCharge.json │ ├── pixCharge.yml │ ├── pixIndirect.json │ ├── pixIndirect.yml │ ├── pixLocation.json │ ├── pixLocation.yml │ └── wooviPostman.json └── theme │ ├── Root.js │ └── customTheme.css ├── static ├── img │ ├── FAQ │ │ ├── QrCode-btn.png │ │ ├── QrCode-comment.png │ │ ├── QrCode-menu.png │ │ ├── QrCode-name.png │ │ ├── QrCode-static.png │ │ ├── QrCode-value.png │ │ ├── account-detail.png │ │ ├── account-list.png │ │ ├── account-openpix.png │ │ ├── accounts-menu.png │ │ ├── activate-account.png │ │ ├── active-account-2.png │ │ ├── active-account.png │ │ ├── charge-copy-paste.png │ │ ├── charge-email.png │ │ ├── charge-menu.png │ │ ├── charge-wpp.png │ │ ├── charge.png │ │ ├── endToEndId-detail.png │ │ ├── endToEndId.png │ │ ├── expiration-time.png │ │ ├── new-charge.png │ │ ├── pag-endToEndId.png │ │ ├── payment-link.png │ │ ├── paymentLink-email.png │ │ ├── paymentLink-wpp.png │ │ ├── paymentLink.png │ │ ├── refund.png │ │ ├── settings-menu.png │ │ ├── settings-pix.png │ │ ├── transaction-detail.png │ │ ├── transaction_webhooks.png │ │ ├── transaction_webhooks_log.png │ │ ├── transactions-menu.png │ │ ├── transactions.png │ │ ├── users │ │ │ ├── users_detail.png │ │ │ ├── users_list.png │ │ │ └── users_permission_sidebar.png │ │ └── withdraw-modal.png │ ├── apis │ │ ├── add-new-api.png │ │ ├── admin-panel.png │ │ └── settings.png │ ├── app-id-ex.png │ ├── appId-1.png │ ├── appId-2.png │ ├── appId-3.png │ ├── banner.png │ ├── botconversa-conversation-detail.png │ ├── botconversa-conversation-flow-screen.png │ ├── botconversa-create-webhook.png │ ├── botconversa-webhook-created.png │ ├── botconversa-webhook-detail.png │ ├── botconversa-webhook-filled-form-contact.png │ ├── botconversa-webhook-first-response.png │ ├── botconversa-webhook-flow-action.png │ ├── botconversa-webhook-initial-form-contact.png │ ├── botconversa-webhook-valid-response.png │ ├── cashback-fidelity │ │ ├── cashback-fidelity-charge-create-add-collapsible.png │ │ ├── cashback-fidelity-charge-detail.png │ │ ├── cashback-fidelity-create-screen.png │ │ ├── cashback-fidelity-overview.png │ │ ├── cashback-fidelity-settings.png │ │ └── cashback-overview-with-new-cashback-button.png │ ├── cashback │ │ ├── cashback-charge-create-add-collapsible.png │ │ ├── cashback-charge-detail.png │ │ ├── cashback-overview.png │ │ ├── cashback-settings-tutorial.png │ │ ├── cashback-settings.png │ │ ├── cashback-sidemenu.png │ │ └── cashback-tutorial.png │ ├── charge │ │ ├── charge-account-drawer.png │ │ └── charge-creation.png │ ├── cloudflare │ │ └── cloudflare_regra_firewall.png │ ├── ecommerce │ │ ├── magento1 │ │ │ ├── magento1-address-options.png │ │ │ ├── magento1-admin-1click-button.png │ │ │ ├── magento1-banner.png │ │ │ ├── magento1-checkout-cart.png │ │ │ ├── magento1-customer-sidemenu.png │ │ │ ├── magento1-customer-taxvat.png │ │ │ ├── magento1-folder-structure.png │ │ │ ├── magento1-giftback-checkout-success.png │ │ │ ├── magento1-oneclick-input.png │ │ │ ├── magento1-oneclick-success.png │ │ │ ├── magento1-openpix-webhook.png │ │ │ ├── magento1-parcelado-settings.png │ │ │ ├── magento1-pay-with-pix-parcelado.png │ │ │ ├── magento1-save-integration-platform.png │ │ │ ├── magento1-src-folder.png │ │ │ ├── magento1-tutorial-box.png │ │ │ ├── magento1-woovi-webhook.png │ │ │ ├── openpix-parcelado-order-view.png │ │ │ ├── openpix-parcelado-paying.png │ │ │ ├── openpix_pay_tab.png │ │ │ ├── sales_pay_method.png │ │ │ ├── successPayment.png │ │ │ ├── successPaymentPixParcelado.png │ │ │ ├── successPaymentPixParceladoPart1.png │ │ │ ├── successPaymentPixParceladoPart2.png │ │ │ ├── woovi-parcelado-order-view.png │ │ │ ├── woovi-parcelado-paying-part-1.png │ │ │ ├── woovi-parcelado-paying-part-2.png │ │ │ ├── woovi-parcelado-settings.png │ │ │ └── woovi_pay_tab.png │ │ ├── occ-app.png │ │ ├── woo-expiracao.png │ │ ├── woo-pedido.png │ │ ├── woocommerce-banner.png │ │ ├── woocommerce-gatilho.png │ │ ├── woocommerce-order.png │ │ ├── woocommerce-pay-pix.png │ │ ├── woocommerce-payments.png │ │ ├── woocommerce-plugin-install.png │ │ ├── woocommerce-setup.png │ │ ├── woocommerce-status-when-create-default.png │ │ ├── woocommerce-status-when-paid-default.png │ │ └── woocommerce │ │ │ ├── access-giftback.png │ │ │ ├── woo.png │ │ │ ├── woocommerce-nextmove-html-settings.png │ │ │ ├── woocommerce-nextmove-settings.png │ │ │ ├── woocommerce-plugin-settings.png │ │ │ ├── woocommerce-plugin-tutorial-card.png │ │ │ ├── woocommerce-plugin-tutorial.png │ │ │ ├── woocommerce-plugin-webhook.png │ │ │ ├── woocommerce-postname.png │ │ │ ├── woocommerce-redirect-url-setting.png │ │ │ ├── woocommerce-subscriptions-activation.png │ │ │ ├── woocommerce-subscriptions-manual-renewals.png │ │ │ ├── woocommerce-subscriptions-plugin-settings.png │ │ │ ├── woocommerce-subscriptions-product.png │ │ │ └── woocommerce-subscriptions-settings.png │ ├── favicon.ico │ ├── flows │ │ ├── charge-flow.png │ │ ├── default_expiration.png │ │ └── edit-default-expiration.png │ ├── giftback │ │ ├── active-tutorial.png │ │ ├── ecommerce │ │ │ └── woocommerce │ │ │ │ ├── charge-create.png │ │ │ │ ├── charge-g-applied.png │ │ │ │ ├── charge-giftback.png │ │ │ │ ├── charge-paid.png │ │ │ │ ├── configurations-brazilian-cpf-plugin.png │ │ │ │ ├── configure-brazilian-cpf-plugin.png │ │ │ │ └── install-brazilian-cpf-plugin.png │ │ ├── enable-giftback.png │ │ ├── giftback-button.png │ │ ├── menu-giftback.png │ │ └── new-giftback.png │ ├── google-admin.png │ ├── google-saml-apps.png │ ├── google-saml-on-everyone.png │ ├── google-saml-step1-sso.png │ ├── google-saml-step2-idp.png │ ├── google-saml-step3-custom-app.png │ ├── google-saml-step4-sp.png │ ├── icons │ │ ├── OpenPixIcon.svg │ │ ├── OpenPixlogo.svg │ │ └── woovi.svg │ ├── identifier-ex-qrcode.png │ ├── identifier-example.png │ ├── integrations │ │ ├── add-pix-token.png │ │ ├── bb-credentials.png │ │ ├── bb-openpix-app-vincular.png │ │ ├── bb-openpix-app.png │ │ ├── bb-setup.png │ │ ├── bradesco-bank-setup.png │ │ ├── bradesco-setup.png │ │ ├── bs2-key-api.png │ │ ├── bs2-setup.png │ │ ├── dashboard-sicoob.png │ │ ├── flagship-setup.png │ │ ├── gn-certificado.png │ │ ├── gn-permisions.png │ │ ├── gn-setup.png │ │ ├── itau-bank-setup.png │ │ ├── itau-developers-setup.png │ │ ├── new-bank-account.png │ │ ├── new-webhook-form.png │ │ ├── pix-key.png │ │ ├── santander-setup.png │ │ ├── setup-bb-dev.png │ │ ├── setup-sicoob.png │ │ ├── soc-panel-info.png │ │ ├── soc-panel-payment-method.png │ │ ├── socpanel-app-id.png │ │ ├── socpanel-filled-form.png │ │ ├── socpanel-search-method.png │ │ └── socpanel-webhook-page.png │ ├── login-saml-feedback.png │ ├── occ │ │ ├── cash-gateway.png │ │ ├── checkout-order-confirmation-container.png │ │ ├── checkout-payment-methods-container.png │ │ ├── payment-gateway.png │ │ ├── profile-order-details-container.png │ │ ├── register-application.png │ │ ├── shopper-checkout-pix.png │ │ └── shopper-order-confirmation.png │ ├── payment │ │ ├── add-funds-payment.png │ │ ├── approve-payment.png │ │ ├── new-payment.png │ │ ├── payment-account-id.png │ │ ├── payment-batch-approve-confirm.png │ │ ├── payment-batch-approve.png │ │ ├── payment-batch-report.png │ │ ├── payment-batch-review.png │ │ ├── payment-batch-template.png │ │ ├── payment-create-form.png │ │ ├── payment-permission.png │ │ └── payment-remove.png │ ├── plugin │ │ ├── credit-card-steps-example-0.png │ │ ├── credit-card-steps-example-1.png │ │ ├── credit-card-steps-example-2.png │ │ ├── order-example-plugin.png │ │ ├── photo-example-additionalInfo.png │ │ ├── photo-example-expired.png │ │ └── photo-example-plugin.png │ ├── saml-logo-19.png │ ├── saml-logo-20.png │ ├── split │ │ └── partner │ │ │ ├── add-affiliates.png │ │ │ ├── add-new-company.png │ │ │ ├── affiliate-sstatement-fixed.png │ │ │ ├── affiliate-statement-percentage.png │ │ │ ├── batch-add-companies.png │ │ │ ├── batch-add-confirmation.png │ │ │ ├── configure-fee.png │ │ │ ├── fixed-fee.png │ │ │ ├── partner-statement-fixedc.png │ │ │ ├── partner-statement-percentage.png │ │ │ └── percent-fee.png │ ├── step-1-google-admin.png │ ├── step-2-google-admin.png │ ├── step-3-google-admin.png │ ├── test │ │ ├── cba-test-create.png │ │ └── cba-test-default.png │ ├── thermal-printer │ │ ├── zadig-step-1.png │ │ ├── zadig-step-2.png │ │ └── zadig-step-3.png │ ├── tls.png │ ├── transaction-ex.png │ ├── undraw_code_review.svg │ ├── undraw_monitor.svg │ ├── undraw_note_list.svg │ ├── undraw_online.svg │ ├── undraw_open_source.svg │ ├── undraw_operating_system.svg │ ├── undraw_react.svg │ ├── undraw_tweetstorm.svg │ ├── undraw_youtube_tutorial.svg │ ├── webhook │ │ ├── add-user-form.png │ │ ├── add-user.png │ │ ├── create-new-webhook-api.png │ │ ├── create-new-webhook-custom-headers.png │ │ ├── create-new-webhook-email.png │ │ ├── create-new-webhook.png │ │ ├── create-webhook-platform-api.png │ │ ├── create-webhook-platform-email.png │ │ ├── create-webhook-platform.png │ │ ├── menu-admin-permissions.png │ │ ├── menu-webhook.png │ │ ├── new-webhook.png │ │ ├── user-detail.png │ │ ├── user-list.png │ │ ├── webhook-details-custom-headers.png │ │ ├── webhook-details.png │ │ ├── webhook-hmac.png │ │ └── webhook-role.png │ └── woocommerce-banner.png ├── magento1 │ ├── openpix_pix.1.2.9.zip │ ├── openpix_pix.1.3.0.zip │ ├── openpix_pix.1.4.0.zip │ ├── openpix_pix.1.5.0_.zip │ ├── openpix_pix.1.6.0_.zip │ ├── openpix_pix.1.7.0.zip │ ├── openpix_pix.1.7.1.zip │ ├── openpix_pix.1.7.2.zip │ ├── woovi_pix.1.3.0.zip │ ├── woovi_pix.2.0.1.zip │ └── woovi_pix.2.1.0.zip ├── magento2 │ ├── openpix_pix.2.0.10.zip │ ├── openpix_pix.2.3.0.zip │ ├── openpix_pix.2.5.2.zip │ ├── openpix_pix.2.5.3.zip │ ├── openpix_pix.2.8.0.zip │ ├── woovi_pix.2.0.10.zip │ ├── woovi_pix.2.4.0.zip │ └── woovi_pix.2.5.2.zip ├── occ │ ├── openpix-cash-gateway-1.0.0.zip │ └── openpix-occ-widgets-1.0.0.zip ├── openpixPostman.json ├── robots.txt └── wooviPostman.json ├── tsconfig.json └── webpack └── sitePlugin.js /.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.eslintignore -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/_workflows/check-markdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.github/_workflows/check-markdown.yml -------------------------------------------------------------------------------- /.github/_workflows/openpix-developers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.github/_workflows/openpix-developers.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.husky/pre-commit -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.prettierrc -------------------------------------------------------------------------------- /.unimportedrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.unimportedrc.json -------------------------------------------------------------------------------- /.watchmanconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.watchmanconfig -------------------------------------------------------------------------------- /.yarnclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/.yarnclean -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/README.md -------------------------------------------------------------------------------- /_templates/category/new/doc.ejs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/_templates/category/new/doc.ejs.t -------------------------------------------------------------------------------- /_templates/category/new/prompt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/_templates/category/new/prompt.js -------------------------------------------------------------------------------- /_templates/doc/new/doc.ejs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/_templates/doc/new/doc.ejs.t -------------------------------------------------------------------------------- /_templates/doc/new/prompt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/_templates/doc/new/prompt.js -------------------------------------------------------------------------------- /copyMarkdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/copyMarkdown.sh -------------------------------------------------------------------------------- /docs/account/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/account/_category_.json -------------------------------------------------------------------------------- /docs/account/account-duplicates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/account/account-duplicates.md -------------------------------------------------------------------------------- /docs/apis/__assets__/api-detail-allowed-ip-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/api-detail-allowed-ip-modal.png -------------------------------------------------------------------------------- /docs/apis/__assets__/api-detail-route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/api-detail-route.png -------------------------------------------------------------------------------- /docs/apis/__assets__/api-plugins copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/api-plugins copy.png -------------------------------------------------------------------------------- /docs/apis/__assets__/api-plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/api-plugins.png -------------------------------------------------------------------------------- /docs/apis/__assets__/copy-appid-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/copy-appid-new-api.png -------------------------------------------------------------------------------- /docs/apis/__assets__/master-api copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/master-api copy.png -------------------------------------------------------------------------------- /docs/apis/__assets__/master-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/master-api.png -------------------------------------------------------------------------------- /docs/apis/__assets__/new-api-plugin copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/new-api-plugin copy.png -------------------------------------------------------------------------------- /docs/apis/__assets__/new-api-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/new-api-plugin.png -------------------------------------------------------------------------------- /docs/apis/__assets__/save-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/save-new-api.png -------------------------------------------------------------------------------- /docs/apis/__assets__/sequence-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/sequence-integration.png -------------------------------------------------------------------------------- /docs/apis/__assets__/token-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/token-new-api.png -------------------------------------------------------------------------------- /docs/apis/__assets__/validation copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/validation copy.png -------------------------------------------------------------------------------- /docs/apis/__assets__/validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/__assets__/validation.png -------------------------------------------------------------------------------- /docs/apis/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/_category_.json -------------------------------------------------------------------------------- /docs/apis/api-common-fields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-common-fields.md -------------------------------------------------------------------------------- /docs/apis/api-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-getting-started.md -------------------------------------------------------------------------------- /docs/apis/api-master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-master.md -------------------------------------------------------------------------------- /docs/apis/api-pix-key-campaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-pix-key-campaign.md -------------------------------------------------------------------------------- /docs/apis/api-postman.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-postman.mdx -------------------------------------------------------------------------------- /docs/apis/api-samples.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-samples.mdx -------------------------------------------------------------------------------- /docs/apis/api-security-ip-whitelist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-security-ip-whitelist.md -------------------------------------------------------------------------------- /docs/apis/api-time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/api-time.md -------------------------------------------------------------------------------- /docs/apis/start-api-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/apis/start-api-integration.md -------------------------------------------------------------------------------- /docs/baas/__assets__/accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/__assets__/accounts.png -------------------------------------------------------------------------------- /docs/baas/__assets__/api-mestre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/__assets__/api-mestre.png -------------------------------------------------------------------------------- /docs/baas/__assets__/diagrama_fluxo_basico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/__assets__/diagrama_fluxo_basico.png -------------------------------------------------------------------------------- /docs/baas/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/_category_.json -------------------------------------------------------------------------------- /docs/baas/baas-api-master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/baas-api-master.md -------------------------------------------------------------------------------- /docs/baas/baas-split.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/baas-split.md -------------------------------------------------------------------------------- /docs/baas/basic-flux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/basic-flux.md -------------------------------------------------------------------------------- /docs/baas/conceitos-baas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/conceitos-baas.md -------------------------------------------------------------------------------- /docs/baas/documents-nescessary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/documents-nescessary.md -------------------------------------------------------------------------------- /docs/baas/med-baas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/med-baas.md -------------------------------------------------------------------------------- /docs/baas/suporte-baas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/baas/suporte-baas.md -------------------------------------------------------------------------------- /docs/bank-integrations/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/_category_.json -------------------------------------------------------------------------------- /docs/bank-integrations/banco-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/banco-do-brasil.md -------------------------------------------------------------------------------- /docs/bank-integrations/banco-original.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/banco-original.md -------------------------------------------------------------------------------- /docs/bank-integrations/bancos-suportados.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/bancos-suportados.md -------------------------------------------------------------------------------- /docs/bank-integrations/bradesco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/bradesco.md -------------------------------------------------------------------------------- /docs/bank-integrations/bs2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/bs2.md -------------------------------------------------------------------------------- /docs/bank-integrations/flagship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/flagship.md -------------------------------------------------------------------------------- /docs/bank-integrations/gerencianet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/gerencianet.md -------------------------------------------------------------------------------- /docs/bank-integrations/itau.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/itau.md -------------------------------------------------------------------------------- /docs/bank-integrations/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/overview.md -------------------------------------------------------------------------------- /docs/bank-integrations/santander.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/santander.md -------------------------------------------------------------------------------- /docs/bank-integrations/sicoob-bank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/bank-integrations/sicoob-bank.md -------------------------------------------------------------------------------- /docs/boleto/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/boleto/_category_.json -------------------------------------------------------------------------------- /docs/boleto/boleto-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/boleto/boleto-api.md -------------------------------------------------------------------------------- /docs/cashback-fidelity/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback-fidelity/_category_.json -------------------------------------------------------------------------------- /docs/cashback-fidelity/cashback-fidelity-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback-fidelity/cashback-fidelity-apis.md -------------------------------------------------------------------------------- /docs/cashback-fidelity/cashback-fidelity-what-is.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback-fidelity/cashback-fidelity-what-is.md -------------------------------------------------------------------------------- /docs/cashback/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback/_category_.json -------------------------------------------------------------------------------- /docs/cashback/cashback-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback/cashback-apis.md -------------------------------------------------------------------------------- /docs/cashback/cashback-how-to-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback/cashback-how-to-config.md -------------------------------------------------------------------------------- /docs/cashback/cashback-how-to-use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback/cashback-how-to-use.md -------------------------------------------------------------------------------- /docs/cashback/cashback-what-is.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/cashback/cashback-what-is.md -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-add-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-add-info.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-detail-add-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-detail-add-info.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-expiration-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-expiration-options.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-menu.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-pay-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-pay-link.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-send-email-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-send-email-modal.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-send-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-send-email.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-settings-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-settings-tab.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-share-wpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-share-wpp.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge-wpp-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge-wpp-detail.png -------------------------------------------------------------------------------- /docs/charge/__assets__/charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/charge.png -------------------------------------------------------------------------------- /docs/charge/__assets__/customer-registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/customer-registration.png -------------------------------------------------------------------------------- /docs/charge/__assets__/request-customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/__assets__/request-customer.png -------------------------------------------------------------------------------- /docs/charge/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/_category_.json -------------------------------------------------------------------------------- /docs/charge/block-payments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/block-payments.md -------------------------------------------------------------------------------- /docs/charge/charge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/charge.md -------------------------------------------------------------------------------- /docs/charge/how-charge-additional-info.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-charge-additional-info.mdx -------------------------------------------------------------------------------- /docs/charge/how-to-block-payment-different-taxid.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-to-block-payment-different-taxid.mdx -------------------------------------------------------------------------------- /docs/charge/how-to-charge-expiration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-to-charge-expiration.md -------------------------------------------------------------------------------- /docs/charge/how-to-charge-share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-to-charge-share.md -------------------------------------------------------------------------------- /docs/charge/how-to-create-charge-using-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-to-create-charge-using-api.mdx -------------------------------------------------------------------------------- /docs/charge/how-to-create-charge-woovi-parcelado.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-to-create-charge-woovi-parcelado.mdx -------------------------------------------------------------------------------- /docs/charge/how-to-create-cobv-using-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/how-to-create-cobv-using-api.mdx -------------------------------------------------------------------------------- /docs/charge/refund/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/refund/_category_.json -------------------------------------------------------------------------------- /docs/charge/refund/charge-refund-create-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/refund/charge-refund-create-api.mdx -------------------------------------------------------------------------------- /docs/charge/refund/charge-refund-get-all-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/charge/refund/charge-refund-get-all-api.mdx -------------------------------------------------------------------------------- /docs/checkout/__assets__/checkout-create-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/checkout/__assets__/checkout-create-form.png -------------------------------------------------------------------------------- /docs/checkout/__assets__/checkout-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/checkout/__assets__/checkout-detail.png -------------------------------------------------------------------------------- /docs/checkout/__assets__/checkout-payment-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/checkout/__assets__/checkout-payment-link.png -------------------------------------------------------------------------------- /docs/checkout/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/checkout/_category_.json -------------------------------------------------------------------------------- /docs/clickpix/__assets__/clickpix-variants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/clickpix/__assets__/clickpix-variants.png -------------------------------------------------------------------------------- /docs/clickpix/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/clickpix/_category_.json -------------------------------------------------------------------------------- /docs/clickpix/click-pix-starting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/clickpix/click-pix-starting.md -------------------------------------------------------------------------------- /docs/clickpix/customizing-click-pix-button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/clickpix/customizing-click-pix-button.md -------------------------------------------------------------------------------- /docs/concepts/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/_category_.json -------------------------------------------------------------------------------- /docs/concepts/basis-points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/basis-points.md -------------------------------------------------------------------------------- /docs/concepts/charge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/charge.md -------------------------------------------------------------------------------- /docs/concepts/correlation-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/correlation-id.md -------------------------------------------------------------------------------- /docs/concepts/customer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/customer.md -------------------------------------------------------------------------------- /docs/concepts/idempotence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/idempotence.md -------------------------------------------------------------------------------- /docs/concepts/refund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/refund.md -------------------------------------------------------------------------------- /docs/concepts/state-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/state-machine.md -------------------------------------------------------------------------------- /docs/concepts/transaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/concepts/transaction.md -------------------------------------------------------------------------------- /docs/customer/__assets__/area-for-upload-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/__assets__/area-for-upload-file.png -------------------------------------------------------------------------------- /docs/customer/__assets__/batch-with-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/__assets__/batch-with-error.png -------------------------------------------------------------------------------- /docs/customer/__assets__/go-to-customer-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/__assets__/go-to-customer-list.png -------------------------------------------------------------------------------- /docs/customer/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/_category_.json -------------------------------------------------------------------------------- /docs/customer/customer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/customer.md -------------------------------------------------------------------------------- /docs/customer/how-to-create-customer-in-batch.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/how-to-create-customer-in-batch.mdx -------------------------------------------------------------------------------- /docs/customer/how-to-create-customer-using-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/how-to-create-customer-using-api.mdx -------------------------------------------------------------------------------- /docs/customer/how-to-update-customer-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/customer/how-to-update-customer-data.md -------------------------------------------------------------------------------- /docs/disputa/__assets__/dispute-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/__assets__/dispute-form.png -------------------------------------------------------------------------------- /docs/disputa/__assets__/dispute-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/__assets__/dispute-page.png -------------------------------------------------------------------------------- /docs/disputa/__assets__/dispute-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/__assets__/dispute-webhook.png -------------------------------------------------------------------------------- /docs/disputa/__assets__/new-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/__assets__/new-webhook.png -------------------------------------------------------------------------------- /docs/disputa/__assets__/plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/__assets__/plugins.png -------------------------------------------------------------------------------- /docs/disputa/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/_category_.json -------------------------------------------------------------------------------- /docs/disputa/dispute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/dispute.md -------------------------------------------------------------------------------- /docs/disputa/how-add-new-evidence-in-evidence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/how-add-new-evidence-in-evidence.md -------------------------------------------------------------------------------- /docs/disputa/how-to-create-dispute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/how-to-create-dispute.md -------------------------------------------------------------------------------- /docs/disputa/webhook-dispute.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/disputa/webhook-dispute.mdx -------------------------------------------------------------------------------- /docs/ecommerce/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/easydigitaldownloads/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/easydigitaldownloads/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/magento1/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento1/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/magento1/magento1-oneclick.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento1/magento1-oneclick.mdx -------------------------------------------------------------------------------- /docs/ecommerce/magento1/magento1-plugin.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento1/magento1-plugin.mdx -------------------------------------------------------------------------------- /docs/ecommerce/magento2/__assets__/magento2-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento2/__assets__/magento2-cart.png -------------------------------------------------------------------------------- /docs/ecommerce/magento2/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento2/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/magento2/magento2-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento2/magento2-faq.md -------------------------------------------------------------------------------- /docs/ecommerce/magento2/magento2-oneclick-plugin.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento2/magento2-oneclick-plugin.mdx -------------------------------------------------------------------------------- /docs/ecommerce/magento2/magento2-plugin-parcelado.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento2/magento2-plugin-parcelado.md -------------------------------------------------------------------------------- /docs/ecommerce/magento2/magento2-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/magento2/magento2-plugin.md -------------------------------------------------------------------------------- /docs/ecommerce/nuvemshop/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/nuvemshop/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/nuvemshop/nuvemshop-integrating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/nuvemshop/nuvemshop-integrating.md -------------------------------------------------------------------------------- /docs/ecommerce/opencart/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/opencart/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/opencart/opencart3-extension.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/opencart/opencart3-extension.mdx -------------------------------------------------------------------------------- /docs/ecommerce/opencart/opencart4-extension.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/opencart/opencart4-extension.mdx -------------------------------------------------------------------------------- /docs/ecommerce/oracle/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/oracle/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/oracle/occ-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/oracle/occ-getting-started.md -------------------------------------------------------------------------------- /docs/ecommerce/oracle/occ-integrating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/oracle/occ-integrating.md -------------------------------------------------------------------------------- /docs/ecommerce/prestashop/_category.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/prestashop/_category.json -------------------------------------------------------------------------------- /docs/ecommerce/prestashop/getting-the-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/prestashop/getting-the-plugin.md -------------------------------------------------------------------------------- /docs/ecommerce/prestashop/plugin-set-up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/prestashop/plugin-set-up.md -------------------------------------------------------------------------------- /docs/ecommerce/prestashop/webhook-set-up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/prestashop/webhook-set-up.md -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/1-admin-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/1-admin-panel.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/2-admin-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/2-admin-panel.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/add-new-gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/add-new-gateway.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/copy-app-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/copy-app-id.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/gateway-woovi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/gateway-woovi.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/vtex-detail-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/vtex-detail-save.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/__assets__/vtex-tutorial-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/__assets__/vtex-tutorial-box.png -------------------------------------------------------------------------------- /docs/ecommerce/vtex/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/vtex/vtex-integrating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/vtex/vtex-integrating.md -------------------------------------------------------------------------------- /docs/ecommerce/wake/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/wake/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/wake/wake-integrating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/wake/wake-integrating.md -------------------------------------------------------------------------------- /docs/ecommerce/woocommerce/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/woocommerce/_category_.json -------------------------------------------------------------------------------- /docs/ecommerce/woocommerce/woocommerce-nextmove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/woocommerce/woocommerce-nextmove.md -------------------------------------------------------------------------------- /docs/ecommerce/woocommerce/woocommerce-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/woocommerce/woocommerce-plugin.md -------------------------------------------------------------------------------- /docs/ecommerce/woocommerce/woocommerce-plugin.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/woocommerce/woocommerce-plugin.mdx -------------------------------------------------------------------------------- /docs/ecommerce/woocommerce/woocommerce-redirect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/ecommerce/woocommerce/woocommerce-redirect.md -------------------------------------------------------------------------------- /docs/export/__assets__/export-my-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/export/__assets__/export-my-account.png -------------------------------------------------------------------------------- /docs/export/__assets__/export-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/export/__assets__/export-tab.png -------------------------------------------------------------------------------- /docs/export/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/export/_category_.json -------------------------------------------------------------------------------- /docs/export/export-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/export/export-intro.md -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-copy-brcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-copy-brcode.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-expiration-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-expiration-options.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-form.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-menu.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-pay-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-pay-link.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-payment-link-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-payment-link-ui.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-send-email-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-send-email-modal.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-send-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-send-email.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-settings-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-settings-tab.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-share-wpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-share-wpp.png -------------------------------------------------------------------------------- /docs/faq/__assets__/charge-wpp-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/charge-wpp-detail.png -------------------------------------------------------------------------------- /docs/faq/__assets__/cloudflare-bots-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/cloudflare-bots-options.png -------------------------------------------------------------------------------- /docs/faq/__assets__/cloudflare-bots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/cloudflare-bots.png -------------------------------------------------------------------------------- /docs/faq/__assets__/cloudflare-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/cloudflare-sidebar.png -------------------------------------------------------------------------------- /docs/faq/__assets__/new-charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/__assets__/new-charge.png -------------------------------------------------------------------------------- /docs/faq/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/_category_.json -------------------------------------------------------------------------------- /docs/faq/banks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/banks.md -------------------------------------------------------------------------------- /docs/faq/charge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/charge.md -------------------------------------------------------------------------------- /docs/faq/cloudflare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/cloudflare.md -------------------------------------------------------------------------------- /docs/faq/flagship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/flagship.md -------------------------------------------------------------------------------- /docs/faq/general-policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/general-policies.md -------------------------------------------------------------------------------- /docs/faq/notDisplayQRCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/notDisplayQRCode.md -------------------------------------------------------------------------------- /docs/faq/pixQRCode-static.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/pixQRCode-static.md -------------------------------------------------------------------------------- /docs/faq/plans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/plans.md -------------------------------------------------------------------------------- /docs/faq/ssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/ssl.md -------------------------------------------------------------------------------- /docs/faq/transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/transactions.md -------------------------------------------------------------------------------- /docs/faq/users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/users.md -------------------------------------------------------------------------------- /docs/faq/virtual-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/virtual-account.md -------------------------------------------------------------------------------- /docs/faq/withdraw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/faq/withdraw.md -------------------------------------------------------------------------------- /docs/flows/__assets__/confirm-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/__assets__/confirm-payment.png -------------------------------------------------------------------------------- /docs/flows/__assets__/create-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/__assets__/create-payment.png -------------------------------------------------------------------------------- /docs/flows/__assets__/payment-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/__assets__/payment-flow.png -------------------------------------------------------------------------------- /docs/flows/__assets__/request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/__assets__/request.png -------------------------------------------------------------------------------- /docs/flows/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/_category_.json -------------------------------------------------------------------------------- /docs/flows/api-pix-key-campaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/api-pix-key-campaign.md -------------------------------------------------------------------------------- /docs/flows/charge-flow-state-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/charge-flow-state-machine.md -------------------------------------------------------------------------------- /docs/flows/error-codes-payment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/error-codes-payment.md -------------------------------------------------------------------------------- /docs/flows/flow-create-charge-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/flow-create-charge-api.mdx -------------------------------------------------------------------------------- /docs/flows/flow-edit-default-expiration.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/flow-edit-default-expiration.mdx -------------------------------------------------------------------------------- /docs/flows/sandbox-error-simulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/sandbox-error-simulation.md -------------------------------------------------------------------------------- /docs/flows/validate-bank-data-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/validate-bank-data-manual.md -------------------------------------------------------------------------------- /docs/flows/validate-bank-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/validate-bank-data.md -------------------------------------------------------------------------------- /docs/flows/webhook/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/webhook/_category_.json -------------------------------------------------------------------------------- /docs/flows/webhook/flow-creating-webhook.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/flows/webhook/flow-creating-webhook.mdx -------------------------------------------------------------------------------- /docs/integrations/__assets__/bubbleio-app-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/bubbleio-app-page.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/config-woovi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/config-woovi.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/install-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/install-node.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/slide1-shop9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/slide1-shop9.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/slide2-shop9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/slide2-shop9.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/slide3-shop9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/slide3-shop9.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/slide4-shop9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/slide4-shop9.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/typebot-flow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/typebot-flow.json -------------------------------------------------------------------------------- /docs/integrations/__assets__/webhook-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/webhook-config.png -------------------------------------------------------------------------------- /docs/integrations/__assets__/win-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/__assets__/win-r.png -------------------------------------------------------------------------------- /docs/integrations/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/_category_.json -------------------------------------------------------------------------------- /docs/integrations/aws-lambda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/aws-lambda.md -------------------------------------------------------------------------------- /docs/integrations/discord.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/discord.mdx -------------------------------------------------------------------------------- /docs/integrations/how-integrate-ecommerces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/how-integrate-ecommerces.md -------------------------------------------------------------------------------- /docs/integrations/integrating-pix-with-whatsapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/integrating-pix-with-whatsapp.md -------------------------------------------------------------------------------- /docs/integrations/invoice/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/invoice/_category_.json -------------------------------------------------------------------------------- /docs/integrations/n8n-node-trigger.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/n8n-node-trigger.mdx -------------------------------------------------------------------------------- /docs/integrations/n8n-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/n8n-node.md -------------------------------------------------------------------------------- /docs/integrations/n8n-without-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/n8n-without-plugin.md -------------------------------------------------------------------------------- /docs/integrations/oneclick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/oneclick.md -------------------------------------------------------------------------------- /docs/integrations/sheets.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/sheets.mdx -------------------------------------------------------------------------------- /docs/integrations/socpanel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/socpanel.md -------------------------------------------------------------------------------- /docs/integrations/telegram.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/telegram.mdx -------------------------------------------------------------------------------- /docs/integrations/woovi-assine-online.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/woovi-assine-online.md -------------------------------------------------------------------------------- /docs/integrations/woovi-bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/woovi-bridge.md -------------------------------------------------------------------------------- /docs/integrations/zapier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/integrations/zapier.md -------------------------------------------------------------------------------- /docs/intro/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/intro/_category_.json -------------------------------------------------------------------------------- /docs/intro/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/intro/getting-started.md -------------------------------------------------------------------------------- /docs/intro/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/intro/help.md -------------------------------------------------------------------------------- /docs/intro/test-environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/intro/test-environment.md -------------------------------------------------------------------------------- /docs/login/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/login/_category_.json -------------------------------------------------------------------------------- /docs/login/login.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/login/login.md -------------------------------------------------------------------------------- /docs/login/single-sign-on-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/login/single-sign-on-getting-started.md -------------------------------------------------------------------------------- /docs/login/single-sign-on-gmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/login/single-sign-on-gmail.md -------------------------------------------------------------------------------- /docs/meta-pixel/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/meta-pixel/_category_.json -------------------------------------------------------------------------------- /docs/meta-pixel/creating-a-meta-pixel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/meta-pixel/creating-a-meta-pixel.md -------------------------------------------------------------------------------- /docs/meta-pixel/integrating-with-woovi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/meta-pixel/integrating-with-woovi.md -------------------------------------------------------------------------------- /docs/partnerships/__assets__/register-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/__assets__/register-form.png -------------------------------------------------------------------------------- /docs/partnerships/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/_category_.json -------------------------------------------------------------------------------- /docs/partnerships/custom-fee/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/custom-fee/_category_.json -------------------------------------------------------------------------------- /docs/partnerships/custom-fee/what-is.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/custom-fee/what-is.md -------------------------------------------------------------------------------- /docs/partnerships/how-register-lot-company.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/how-register-lot-company.md -------------------------------------------------------------------------------- /docs/partnerships/partnerships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/partnerships.md -------------------------------------------------------------------------------- /docs/partnerships/wabiz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/partnerships/wabiz.md -------------------------------------------------------------------------------- /docs/payment/__assets__/approve-payment-bill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/__assets__/approve-payment-bill.png -------------------------------------------------------------------------------- /docs/payment/__assets__/pay-bills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/__assets__/pay-bills.png -------------------------------------------------------------------------------- /docs/payment/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/_category_.json -------------------------------------------------------------------------------- /docs/payment/check-pix-key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/check-pix-key.md -------------------------------------------------------------------------------- /docs/payment/payment-failed-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-failed-errors.md -------------------------------------------------------------------------------- /docs/payment/payment-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-flow.md -------------------------------------------------------------------------------- /docs/payment/payment-how-it-works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-it-works.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-add-funds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-add-funds.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-approve-batch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-approve-batch.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-create-batch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-create-batch.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-get-account-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-get-account-id.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-pay-bills.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-pay-bills.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-remove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-remove.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-request-access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-request-access.md -------------------------------------------------------------------------------- /docs/payment/payment-how-to-use-api-to-create.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-use-api-to-create.mdx -------------------------------------------------------------------------------- /docs/payment/payment-how-to-use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-how-to-use.md -------------------------------------------------------------------------------- /docs/payment/payment-state-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/payment/payment-state-machine.md -------------------------------------------------------------------------------- /docs/pix-crediary/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-crediary/_category_.json -------------------------------------------------------------------------------- /docs/pix-crediary/pix-crediary-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-crediary/pix-crediary-faq.md -------------------------------------------------------------------------------- /docs/pix-crediary/pix-crediary-how-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-crediary/pix-crediary-how-work.md -------------------------------------------------------------------------------- /docs/pix-crediary/pix-crediary-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-crediary/pix-crediary-intro.md -------------------------------------------------------------------------------- /docs/pix-keys/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-keys/_category_.json -------------------------------------------------------------------------------- /docs/pix-keys/how-to-create-new-pix-key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-keys/how-to-create-new-pix-key.md -------------------------------------------------------------------------------- /docs/pix-machine/__assets__/maquininha-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/__assets__/maquininha-app.png -------------------------------------------------------------------------------- /docs/pix-machine/__assets__/maquininha-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/__assets__/maquininha-setup.png -------------------------------------------------------------------------------- /docs/pix-machine/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/_category_.json -------------------------------------------------------------------------------- /docs/pix-machine/does-not-cell-phone-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/does-not-cell-phone-work.md -------------------------------------------------------------------------------- /docs/pix-machine/how-to-install-pix-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/how-to-install-pix-machine.md -------------------------------------------------------------------------------- /docs/pix-machine/how-to-print-a-charge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/how-to-print-a-charge.md -------------------------------------------------------------------------------- /docs/pix-machine/how-to/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/how-to/_category_.json -------------------------------------------------------------------------------- /docs/pix-machine/pix-machine-barbershop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/pix-machine-barbershop.md -------------------------------------------------------------------------------- /docs/pix-machine/pix-machine-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/pix-machine-faq.md -------------------------------------------------------------------------------- /docs/pix-machine/pix-machine-pizzerias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/pix-machine-pizzerias.md -------------------------------------------------------------------------------- /docs/pix-machine/pix-machine-restaurants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/pix-machine-restaurants.md -------------------------------------------------------------------------------- /docs/pix-machine/setup-pix-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/setup-pix-machine.md -------------------------------------------------------------------------------- /docs/pix-machine/which-browsers-are-supported.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/pix-machine/which-browsers-are-supported.md -------------------------------------------------------------------------------- /docs/plugin/__assets__/plugin-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/__assets__/plugin-order.png -------------------------------------------------------------------------------- /docs/plugin/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/_category_.json -------------------------------------------------------------------------------- /docs/plugin/app-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/app-id.md -------------------------------------------------------------------------------- /docs/plugin/concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/concept.md -------------------------------------------------------------------------------- /docs/plugin/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/faq.md -------------------------------------------------------------------------------- /docs/plugin/plugin-order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/plugin-order.md -------------------------------------------------------------------------------- /docs/plugin/plugin-qrcode-static.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/plugin-qrcode-static.md -------------------------------------------------------------------------------- /docs/plugin/plugin-react.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/plugin-react.md -------------------------------------------------------------------------------- /docs/plugin/plugin-samples.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/plugin-samples.mdx -------------------------------------------------------------------------------- /docs/plugin/plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/plugin/plugin.md -------------------------------------------------------------------------------- /docs/qrcode-static/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/qrcode-static/_category_.json -------------------------------------------------------------------------------- /docs/qrcode-static/qrcode-static-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/qrcode-static/qrcode-static-report.md -------------------------------------------------------------------------------- /docs/qrcode-static/qrcode-static.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/qrcode-static/qrcode-static.md -------------------------------------------------------------------------------- /docs/recibo/__assets__/api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/__assets__/api.png -------------------------------------------------------------------------------- /docs/recibo/__assets__/payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/__assets__/payment.png -------------------------------------------------------------------------------- /docs/recibo/__assets__/plataform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/__assets__/plataform.png -------------------------------------------------------------------------------- /docs/recibo/__assets__/receipt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/__assets__/receipt.png -------------------------------------------------------------------------------- /docs/recibo/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/_category_.json -------------------------------------------------------------------------------- /docs/recibo/obter-recibos-com-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/obter-recibos-com-api.md -------------------------------------------------------------------------------- /docs/recibo/recibo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/recibo/recibo.md -------------------------------------------------------------------------------- /docs/refund/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/refund/_category_.json -------------------------------------------------------------------------------- /docs/refund/charge-refund-create-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/refund/charge-refund-create-api.mdx -------------------------------------------------------------------------------- /docs/refund/charge-refund-get-all-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/refund/charge-refund-get-all-api.mdx -------------------------------------------------------------------------------- /docs/sdk/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/_category_.json -------------------------------------------------------------------------------- /docs/sdk/java/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/java/_category_.json -------------------------------------------------------------------------------- /docs/sdk/java/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/java/contributing.md -------------------------------------------------------------------------------- /docs/sdk/java/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/java/resources.md -------------------------------------------------------------------------------- /docs/sdk/java/usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/java/usage.md -------------------------------------------------------------------------------- /docs/sdk/java/what-is.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/java/what-is.md -------------------------------------------------------------------------------- /docs/sdk/node/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/node/_category_.json -------------------------------------------------------------------------------- /docs/sdk/node/error-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/node/error-handling.md -------------------------------------------------------------------------------- /docs/sdk/node/how-to-configure-for-sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/node/how-to-configure-for-sandbox.md -------------------------------------------------------------------------------- /docs/sdk/node/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/node/resources.md -------------------------------------------------------------------------------- /docs/sdk/node/usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/node/usage.md -------------------------------------------------------------------------------- /docs/sdk/node/what-is-node-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/node/what-is-node-sdk.md -------------------------------------------------------------------------------- /docs/sdk/php/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/_category_.json -------------------------------------------------------------------------------- /docs/sdk/php/customized-http-requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/customized-http-requests.md -------------------------------------------------------------------------------- /docs/sdk/php/error-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/error-handling.md -------------------------------------------------------------------------------- /docs/sdk/php/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/examples.md -------------------------------------------------------------------------------- /docs/sdk/php/frameworks/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/frameworks/_category_.json -------------------------------------------------------------------------------- /docs/sdk/php/frameworks/laravel/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/frameworks/laravel/_category_.json -------------------------------------------------------------------------------- /docs/sdk/php/frameworks/laravel/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/frameworks/laravel/getting-started.md -------------------------------------------------------------------------------- /docs/sdk/php/frameworks/laravel/js-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/frameworks/laravel/js-plugin.md -------------------------------------------------------------------------------- /docs/sdk/php/frameworks/laravel/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/frameworks/laravel/troubleshooting.md -------------------------------------------------------------------------------- /docs/sdk/php/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/resources.md -------------------------------------------------------------------------------- /docs/sdk/php/usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/usage.md -------------------------------------------------------------------------------- /docs/sdk/php/what-is-php-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/php/what-is-php-sdk.md -------------------------------------------------------------------------------- /docs/sdk/ruby/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/ruby/_category_.json -------------------------------------------------------------------------------- /docs/sdk/ruby/ruby-sdk-contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/ruby/ruby-sdk-contributing.md -------------------------------------------------------------------------------- /docs/sdk/ruby/ruby-sdk-installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/ruby/ruby-sdk-installation.md -------------------------------------------------------------------------------- /docs/sdk/ruby/ruby-sdk-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/ruby/ruby-sdk-resources.md -------------------------------------------------------------------------------- /docs/sdk/ruby/ruby-sdk-what-is.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/sdk/ruby/ruby-sdk-what-is.md -------------------------------------------------------------------------------- /docs/security/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/security/_category_.json -------------------------------------------------------------------------------- /docs/security/backup-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/security/backup-policy.md -------------------------------------------------------------------------------- /docs/security/security-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/security/security-guidelines.md -------------------------------------------------------------------------------- /docs/security/security-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/security/security-policy.md -------------------------------------------------------------------------------- /docs/security/security-self-assessment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/security/security-self-assessment.md -------------------------------------------------------------------------------- /docs/security/security-user-mfa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/security/security-user-mfa.md -------------------------------------------------------------------------------- /docs/split/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/split/_category_.json -------------------------------------------------------------------------------- /docs/split/split-partner-concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/split/split-partner-concept.md -------------------------------------------------------------------------------- /docs/split/split-partner-fee-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/split/split-partner-fee-config.md -------------------------------------------------------------------------------- /docs/split/split-partner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/split/split-partner.md -------------------------------------------------------------------------------- /docs/splits/__assets__/split-fee-partner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/splits/__assets__/split-fee-partner.png -------------------------------------------------------------------------------- /docs/splits/__assets__/split-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/splits/__assets__/split-intro.png -------------------------------------------------------------------------------- /docs/splits/__assets__/split-subaccount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/splits/__assets__/split-subaccount.png -------------------------------------------------------------------------------- /docs/splits/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/splits/_category_.json -------------------------------------------------------------------------------- /docs/splits/split-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/splits/split-introduction.md -------------------------------------------------------------------------------- /docs/subaccount/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/subaccount/_category_.json -------------------------------------------------------------------------------- /docs/subaccount/how-to-create-a-subaccount.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/subaccount/how-to-create-a-subaccount.mdx -------------------------------------------------------------------------------- /docs/subaccount/split-sub-account-usecases.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/subaccount/split-sub-account-usecases.mdx -------------------------------------------------------------------------------- /docs/subscription-recurrence/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/subscription-recurrence/_category_.json -------------------------------------------------------------------------------- /docs/supported-banks/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/_category_.json -------------------------------------------------------------------------------- /docs/supported-banks/avista-crédito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/avista-crédito.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-a-j-renner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-a-j-renner.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-abc-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-abc-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-abn-amro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-abn-amro.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-agibank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-agibank.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-alfa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-alfa.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-alvorada.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-alvorada.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-andbank-(brasil).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-andbank-(brasil).md -------------------------------------------------------------------------------- /docs/supported-banks/banco-arbi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-arbi.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-b3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-b3.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bandepe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bandepe.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bmg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bmg.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bnp-paribas-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bnp-paribas-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bocom-bbm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bocom-bbm.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bradescard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bradescard.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bradesco-bbi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bradesco-bbi.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bradesco-berj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bradesco-berj.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bradesco-cartões.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bradesco-cartões.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bradesco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bradesco.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-bs2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-bs2.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-btg-pactual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-btg-pactual.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-caixa-geral-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-caixa-geral-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-capital.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-capital.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-cargill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-cargill.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-cetelem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-cetelem.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-cifra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-cifra.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-citibank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-citibank.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-clássico.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-clássico.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-confidence-de-câmbio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-confidence-de-câmbio.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-cooperativo-sicredi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-cooperativo-sicredi.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-crefisa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-crefisa.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-cédula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-cédula.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-da-amazônia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-da-amazônia.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-da-china-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-da-china-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-daycoval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-daycoval.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-de-brasília.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-de-brasília.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-do-estado-de-sergipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-do-estado-de-sergipe.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-do-estado-do-pará.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-do-estado-do-pará.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-fator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-fator.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-fibra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-fibra.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-ficsa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-ficsa.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-finaxis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-finaxis.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-guanabara.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-guanabara.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-inbursa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-inbursa.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-industrial-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-industrial-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-indusval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-indusval.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-inter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-inter.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-intercap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-intercap.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-investcred-unibanco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-investcred-unibanco.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-itaubank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-itaubank.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-itaú-bba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-itaú-bba.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-itaú-consignado.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-itaú-consignado.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-j-p-morgan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-j-p-morgan.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-j-safra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-j-safra.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-john-deere.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-john-deere.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-kdb-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-kdb-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-keb-hana-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-keb-hana-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-luso-brasileiro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-luso-brasileiro.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-mercantil-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-mercantil-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-mizuho-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-mizuho-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-modal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-modal.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-morgan-stanley.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-morgan-stanley.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-mufg-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-mufg-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-máxima.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-máxima.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-original.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-original.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-ourinvest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-ourinvest.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-pan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-pan.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-paulista.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-paulista.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-pine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-pine.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-rendimento.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-rendimento.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-ribeirão-preto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-ribeirão-preto.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-rodobens-sa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-rodobens-sa.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-safra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-safra.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-santander-(brasil).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-santander-(brasil).md -------------------------------------------------------------------------------- /docs/supported-banks/banco-semear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-semear.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-sistema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-sistema.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-sofisa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-sofisa.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-topazio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-topazio.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-tricury.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-tricury.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-triângulo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-triângulo.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-votorantim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-votorantim.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-vr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-vr.md -------------------------------------------------------------------------------- /docs/supported-banks/banco-woori-bank-do-brasil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/banco-woori-bank-do-brasil.md -------------------------------------------------------------------------------- /docs/supported-banks/bexs-banco-de-câmbio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/bexs-banco-de-câmbio.md -------------------------------------------------------------------------------- /docs/supported-banks/bexs-corretora-de-câmbio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/bexs-corretora-de-câmbio.md -------------------------------------------------------------------------------- /docs/supported-banks/bny-mellon-banco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/bny-mellon-banco.md -------------------------------------------------------------------------------- /docs/supported-banks/brk-crédito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/brk-crédito.md -------------------------------------------------------------------------------- /docs/supported-banks/caixa-econômica-federal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/caixa-econômica-federal.md -------------------------------------------------------------------------------- /docs/supported-banks/citibank-na.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/citibank-na.md -------------------------------------------------------------------------------- /docs/supported-banks/deutsche-bank-banco-alemão.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/deutsche-bank-banco-alemão.md -------------------------------------------------------------------------------- /docs/supported-banks/fair-corretora-de-câmbio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/fair-corretora-de-câmbio.md -------------------------------------------------------------------------------- /docs/supported-banks/hipercard-banco-múltiplo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/hipercard-banco-múltiplo.md -------------------------------------------------------------------------------- /docs/supported-banks/hs-financeira-crédito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/hs-financeira-crédito.md -------------------------------------------------------------------------------- /docs/supported-banks/ib-corretora-de-câmbio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/ib-corretora-de-câmbio.md -------------------------------------------------------------------------------- /docs/supported-banks/ing-bank-nv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/ing-bank-nv.md -------------------------------------------------------------------------------- /docs/supported-banks/itaú-unibanco-holding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/itaú-unibanco-holding.md -------------------------------------------------------------------------------- /docs/supported-banks/itaú-unibanco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/itaú-unibanco.md -------------------------------------------------------------------------------- /docs/supported-banks/jpmorgan-chase-bank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/jpmorgan-chase-bank.md -------------------------------------------------------------------------------- /docs/supported-banks/kirton-bank-banco-múltiplo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/kirton-bank-banco-múltiplo.md -------------------------------------------------------------------------------- /docs/supported-banks/lecca-crédito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/lecca-crédito.md -------------------------------------------------------------------------------- /docs/supported-banks/ms-bank-banco-de-câmbio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/ms-bank-banco-de-câmbio.md -------------------------------------------------------------------------------- /docs/supported-banks/national-association.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/national-association.md -------------------------------------------------------------------------------- /docs/supported-banks/nu-pagamentos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/nu-pagamentos.md -------------------------------------------------------------------------------- /docs/supported-banks/omni-banco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/omni-banco.md -------------------------------------------------------------------------------- /docs/supported-banks/parana-banco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/parana-banco.md -------------------------------------------------------------------------------- /docs/supported-banks/portocred-crédito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/portocred-crédito.md -------------------------------------------------------------------------------- /docs/supported-banks/senff-crédito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/senff-crédito.md -------------------------------------------------------------------------------- /docs/supported-banks/stone-pagamentos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/supported-banks/stone-pagamentos.md -------------------------------------------------------------------------------- /docs/test-environment/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test-environment/_category_.json -------------------------------------------------------------------------------- /docs/test-environment/test-account/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test-environment/test-account/_category_.json -------------------------------------------------------------------------------- /docs/test-environment/test-account/pay-pix-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test-environment/test-account/pay-pix-test.md -------------------------------------------------------------------------------- /docs/test-environment/test-environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test-environment/test-environment.md -------------------------------------------------------------------------------- /docs/test/__assets__/payment-requested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/__assets__/payment-requested.png -------------------------------------------------------------------------------- /docs/test/__assets__/select_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/__assets__/select_account.png -------------------------------------------------------------------------------- /docs/test/__assets__/set_default_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/__assets__/set_default_account.png -------------------------------------------------------------------------------- /docs/test/__assets__/simulate-charge-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/__assets__/simulate-charge-payment.png -------------------------------------------------------------------------------- /docs/test/__assets__/test_account_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/__assets__/test_account_create.png -------------------------------------------------------------------------------- /docs/test/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/_category_.json -------------------------------------------------------------------------------- /docs/test/adding-funds-in-test-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/adding-funds-in-test-account.md -------------------------------------------------------------------------------- /docs/test/flow-company-bank-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/flow-company-bank-test.md -------------------------------------------------------------------------------- /docs/test/introduction-to-test-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/introduction-to-test-account.md -------------------------------------------------------------------------------- /docs/test/pay-pix-qrcode-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/pay-pix-qrcode-test.md -------------------------------------------------------------------------------- /docs/test/pay-pix-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/pay-pix-test.md -------------------------------------------------------------------------------- /docs/test/paying-a-pix-key-with-test-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/paying-a-pix-key-with-test-account.md -------------------------------------------------------------------------------- /docs/test/test-company-account.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/test/test-company-account.mdx -------------------------------------------------------------------------------- /docs/transaction/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/transaction/_category_.json -------------------------------------------------------------------------------- /docs/transfer/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/transfer/_category_.json -------------------------------------------------------------------------------- /docs/wallet/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/wallet/_category_.json -------------------------------------------------------------------------------- /docs/wallet/wallet-mediator-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/wallet/wallet-mediator-account.md -------------------------------------------------------------------------------- /docs/webhook/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/_category_.json -------------------------------------------------------------------------------- /docs/webhook/api/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/api/_category_.json -------------------------------------------------------------------------------- /docs/webhook/api/webhook-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/api/webhook-api.mdx -------------------------------------------------------------------------------- /docs/webhook/assets/api-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/assets/api-screen.png -------------------------------------------------------------------------------- /docs/webhook/assets/api-with-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/assets/api-with-webhook.png -------------------------------------------------------------------------------- /docs/webhook/assets/webhook-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/assets/webhook-screen.png -------------------------------------------------------------------------------- /docs/webhook/examples/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/_category_.json -------------------------------------------------------------------------------- /docs/webhook/examples/charge-account-type.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/charge-account-type.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/charge-expired-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/charge-expired-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/charge-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/charge-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/detached-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/detached-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/dispute-accept-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/dispute-accept-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/dispute-canceled-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/dispute-canceled-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/dispute-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/dispute-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/dispute-rejected-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/dispute-rejected-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/languages.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/languages.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/payment-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/payment-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/qrcode-static-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/qrcode-static-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/examples/refund-payload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/examples/refund-payload.mdx -------------------------------------------------------------------------------- /docs/webhook/platform/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/platform/_category_.json -------------------------------------------------------------------------------- /docs/webhook/platform/webhook-check-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/platform/webhook-check-work.md -------------------------------------------------------------------------------- /docs/webhook/platform/webhook-platform-api.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/platform/webhook-platform-api.mdx -------------------------------------------------------------------------------- /docs/webhook/platform/webhook-platform-role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/platform/webhook-platform-role.md -------------------------------------------------------------------------------- /docs/webhook/seguranca/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/seguranca/_category_.json -------------------------------------------------------------------------------- /docs/webhook/seguranca/webhook-hmac.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/seguranca/webhook-hmac.mdx -------------------------------------------------------------------------------- /docs/webhook/seguranca/webhook-ips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/seguranca/webhook-ips.md -------------------------------------------------------------------------------- /docs/webhook/webhook-events-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/webhook-events-type.md -------------------------------------------------------------------------------- /docs/webhook/webhook-headers.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/webhook-headers.mdx -------------------------------------------------------------------------------- /docs/webhook/webhook-link-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/webhook-link-api.md -------------------------------------------------------------------------------- /docs/webhook/webhook-retry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/webhook-retry.md -------------------------------------------------------------------------------- /docs/webhook/webhook-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/webhook-test.md -------------------------------------------------------------------------------- /docs/webhook/webhook-timeout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/webhook/webhook-timeout.md -------------------------------------------------------------------------------- /docs/whatsapp/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/whatsapp/_category_.json -------------------------------------------------------------------------------- /docs/whatsapp/whatsapp-how-to-activate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/whatsapp/whatsapp-how-to-activate.md -------------------------------------------------------------------------------- /docs/whatsapp/whatsapp-how-to-send-charges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/whatsapp/whatsapp-how-to-send-charges.md -------------------------------------------------------------------------------- /docs/whatsapp/whatsapp-how-to-send-receipts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docs/whatsapp/whatsapp-how-to-send-receipts.md -------------------------------------------------------------------------------- /docusaurus.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/docusaurus.config.js -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /i18n/en/code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/en/code.json -------------------------------------------------------------------------------- /i18n/en/docusaurus-plugin-content-pages/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/en/docusaurus-plugin-content-pages/index.mdx -------------------------------------------------------------------------------- /i18n/en/docusaurus-theme-classic/footer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/en/docusaurus-theme-classic/footer.json -------------------------------------------------------------------------------- /i18n/en/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/en/docusaurus-theme-classic/navbar.json -------------------------------------------------------------------------------- /i18n/pt-BR/code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/pt-BR/code.json -------------------------------------------------------------------------------- /i18n/pt-BR/docusaurus-theme-classic/footer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/pt-BR/docusaurus-theme-classic/footer.json -------------------------------------------------------------------------------- /i18n/pt-BR/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/i18n/pt-BR/docusaurus-theme-classic/navbar.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /prettier.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/prettier.config.js -------------------------------------------------------------------------------- /scripts/i18n-copy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/scripts/i18n-copy.sh -------------------------------------------------------------------------------- /sidebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/sidebars.js -------------------------------------------------------------------------------- /src/Embed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/Embed.tsx -------------------------------------------------------------------------------- /src/ExecuteEnvironment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/ExecuteEnvironment.tsx -------------------------------------------------------------------------------- /src/IFrame.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/IFrame.tsx -------------------------------------------------------------------------------- /src/RedocBrowserOnly.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/RedocBrowserOnly.tsx -------------------------------------------------------------------------------- /src/apiSidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/apiSidebar.tsx -------------------------------------------------------------------------------- /src/components/Card/CardLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/components/Card/CardLink.tsx -------------------------------------------------------------------------------- /src/components/Card/card.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/components/Card/card.module.css -------------------------------------------------------------------------------- /src/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/css/custom.css -------------------------------------------------------------------------------- /src/css/customTheme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/css/customTheme.css -------------------------------------------------------------------------------- /src/icons/AssineOnlineIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/AssineOnlineIcon.tsx -------------------------------------------------------------------------------- /src/icons/BotConversaIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/BotConversaIcon.tsx -------------------------------------------------------------------------------- /src/icons/BubbleIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/BubbleIcon.tsx -------------------------------------------------------------------------------- /src/icons/N8NIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/N8NIcon.tsx -------------------------------------------------------------------------------- /src/icons/NuvemshopIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/NuvemshopIcon.tsx -------------------------------------------------------------------------------- /src/icons/SocPanelIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/SocPanelIcon.tsx -------------------------------------------------------------------------------- /src/icons/WabizIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/WabizIcon.tsx -------------------------------------------------------------------------------- /src/icons/WakeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/icons/WakeIcon.tsx -------------------------------------------------------------------------------- /src/pages/index.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/pages/index.module.css -------------------------------------------------------------------------------- /src/pages/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/pages/index.tsx -------------------------------------------------------------------------------- /src/swaggers/bacen-dict.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/bacen-dict.json -------------------------------------------------------------------------------- /src/swaggers/bacen-pix.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/bacen-pix.yaml -------------------------------------------------------------------------------- /src/swaggers/openpix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/openpix.json -------------------------------------------------------------------------------- /src/swaggers/openpix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/openpix.yml -------------------------------------------------------------------------------- /src/swaggers/openpixPostman.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/openpixPostman.json -------------------------------------------------------------------------------- /src/swaggers/pixCharge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/pixCharge.json -------------------------------------------------------------------------------- /src/swaggers/pixCharge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/pixCharge.yml -------------------------------------------------------------------------------- /src/swaggers/pixIndirect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/pixIndirect.json -------------------------------------------------------------------------------- /src/swaggers/pixIndirect.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/pixIndirect.yml -------------------------------------------------------------------------------- /src/swaggers/pixLocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/pixLocation.json -------------------------------------------------------------------------------- /src/swaggers/pixLocation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/pixLocation.yml -------------------------------------------------------------------------------- /src/swaggers/wooviPostman.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/swaggers/wooviPostman.json -------------------------------------------------------------------------------- /src/theme/Root.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/theme/Root.js -------------------------------------------------------------------------------- /src/theme/customTheme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/src/theme/customTheme.css -------------------------------------------------------------------------------- /static/img/FAQ/QrCode-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/QrCode-btn.png -------------------------------------------------------------------------------- /static/img/FAQ/QrCode-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/QrCode-comment.png -------------------------------------------------------------------------------- /static/img/FAQ/QrCode-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/QrCode-menu.png -------------------------------------------------------------------------------- /static/img/FAQ/QrCode-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/QrCode-name.png -------------------------------------------------------------------------------- /static/img/FAQ/QrCode-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/QrCode-static.png -------------------------------------------------------------------------------- /static/img/FAQ/QrCode-value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/QrCode-value.png -------------------------------------------------------------------------------- /static/img/FAQ/account-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/account-detail.png -------------------------------------------------------------------------------- /static/img/FAQ/account-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/account-list.png -------------------------------------------------------------------------------- /static/img/FAQ/account-openpix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/account-openpix.png -------------------------------------------------------------------------------- /static/img/FAQ/accounts-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/accounts-menu.png -------------------------------------------------------------------------------- /static/img/FAQ/activate-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/activate-account.png -------------------------------------------------------------------------------- /static/img/FAQ/active-account-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/active-account-2.png -------------------------------------------------------------------------------- /static/img/FAQ/active-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/active-account.png -------------------------------------------------------------------------------- /static/img/FAQ/charge-copy-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/charge-copy-paste.png -------------------------------------------------------------------------------- /static/img/FAQ/charge-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/charge-email.png -------------------------------------------------------------------------------- /static/img/FAQ/charge-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/charge-menu.png -------------------------------------------------------------------------------- /static/img/FAQ/charge-wpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/charge-wpp.png -------------------------------------------------------------------------------- /static/img/FAQ/charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/charge.png -------------------------------------------------------------------------------- /static/img/FAQ/endToEndId-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/endToEndId-detail.png -------------------------------------------------------------------------------- /static/img/FAQ/endToEndId.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/endToEndId.png -------------------------------------------------------------------------------- /static/img/FAQ/expiration-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/expiration-time.png -------------------------------------------------------------------------------- /static/img/FAQ/new-charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/new-charge.png -------------------------------------------------------------------------------- /static/img/FAQ/pag-endToEndId.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/pag-endToEndId.png -------------------------------------------------------------------------------- /static/img/FAQ/payment-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/payment-link.png -------------------------------------------------------------------------------- /static/img/FAQ/paymentLink-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/paymentLink-email.png -------------------------------------------------------------------------------- /static/img/FAQ/paymentLink-wpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/paymentLink-wpp.png -------------------------------------------------------------------------------- /static/img/FAQ/paymentLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/paymentLink.png -------------------------------------------------------------------------------- /static/img/FAQ/refund.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/refund.png -------------------------------------------------------------------------------- /static/img/FAQ/settings-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/settings-menu.png -------------------------------------------------------------------------------- /static/img/FAQ/settings-pix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/settings-pix.png -------------------------------------------------------------------------------- /static/img/FAQ/transaction-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/transaction-detail.png -------------------------------------------------------------------------------- /static/img/FAQ/transaction_webhooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/transaction_webhooks.png -------------------------------------------------------------------------------- /static/img/FAQ/transaction_webhooks_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/transaction_webhooks_log.png -------------------------------------------------------------------------------- /static/img/FAQ/transactions-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/transactions-menu.png -------------------------------------------------------------------------------- /static/img/FAQ/transactions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/transactions.png -------------------------------------------------------------------------------- /static/img/FAQ/users/users_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/users/users_detail.png -------------------------------------------------------------------------------- /static/img/FAQ/users/users_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/users/users_list.png -------------------------------------------------------------------------------- /static/img/FAQ/users/users_permission_sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/users/users_permission_sidebar.png -------------------------------------------------------------------------------- /static/img/FAQ/withdraw-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/FAQ/withdraw-modal.png -------------------------------------------------------------------------------- /static/img/apis/add-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/apis/add-new-api.png -------------------------------------------------------------------------------- /static/img/apis/admin-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/apis/admin-panel.png -------------------------------------------------------------------------------- /static/img/apis/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/apis/settings.png -------------------------------------------------------------------------------- /static/img/app-id-ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/app-id-ex.png -------------------------------------------------------------------------------- /static/img/appId-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/appId-1.png -------------------------------------------------------------------------------- /static/img/appId-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/appId-2.png -------------------------------------------------------------------------------- /static/img/appId-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/appId-3.png -------------------------------------------------------------------------------- /static/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/banner.png -------------------------------------------------------------------------------- /static/img/botconversa-conversation-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-conversation-detail.png -------------------------------------------------------------------------------- /static/img/botconversa-create-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-create-webhook.png -------------------------------------------------------------------------------- /static/img/botconversa-webhook-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-webhook-created.png -------------------------------------------------------------------------------- /static/img/botconversa-webhook-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-webhook-detail.png -------------------------------------------------------------------------------- /static/img/botconversa-webhook-first-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-webhook-first-response.png -------------------------------------------------------------------------------- /static/img/botconversa-webhook-flow-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-webhook-flow-action.png -------------------------------------------------------------------------------- /static/img/botconversa-webhook-valid-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/botconversa-webhook-valid-response.png -------------------------------------------------------------------------------- /static/img/cashback/cashback-charge-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/cashback/cashback-charge-detail.png -------------------------------------------------------------------------------- /static/img/cashback/cashback-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/cashback/cashback-overview.png -------------------------------------------------------------------------------- /static/img/cashback/cashback-settings-tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/cashback/cashback-settings-tutorial.png -------------------------------------------------------------------------------- /static/img/cashback/cashback-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/cashback/cashback-settings.png -------------------------------------------------------------------------------- /static/img/cashback/cashback-sidemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/cashback/cashback-sidemenu.png -------------------------------------------------------------------------------- /static/img/cashback/cashback-tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/cashback/cashback-tutorial.png -------------------------------------------------------------------------------- /static/img/charge/charge-account-drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/charge/charge-account-drawer.png -------------------------------------------------------------------------------- /static/img/charge/charge-creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/charge/charge-creation.png -------------------------------------------------------------------------------- /static/img/ecommerce/magento1/magento1-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/magento1/magento1-banner.png -------------------------------------------------------------------------------- /static/img/ecommerce/magento1/openpix_pay_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/magento1/openpix_pay_tab.png -------------------------------------------------------------------------------- /static/img/ecommerce/magento1/sales_pay_method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/magento1/sales_pay_method.png -------------------------------------------------------------------------------- /static/img/ecommerce/magento1/successPayment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/magento1/successPayment.png -------------------------------------------------------------------------------- /static/img/ecommerce/magento1/woovi_pay_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/magento1/woovi_pay_tab.png -------------------------------------------------------------------------------- /static/img/ecommerce/occ-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/occ-app.png -------------------------------------------------------------------------------- /static/img/ecommerce/woo-expiracao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woo-expiracao.png -------------------------------------------------------------------------------- /static/img/ecommerce/woo-pedido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woo-pedido.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce-banner.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce-gatilho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce-gatilho.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce-order.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce-pay-pix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce-pay-pix.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce-payments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce-payments.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce-setup.png -------------------------------------------------------------------------------- /static/img/ecommerce/woocommerce/woo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/ecommerce/woocommerce/woo.png -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/flows/charge-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/flows/charge-flow.png -------------------------------------------------------------------------------- /static/img/flows/default_expiration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/flows/default_expiration.png -------------------------------------------------------------------------------- /static/img/flows/edit-default-expiration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/flows/edit-default-expiration.png -------------------------------------------------------------------------------- /static/img/giftback/active-tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/giftback/active-tutorial.png -------------------------------------------------------------------------------- /static/img/giftback/enable-giftback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/giftback/enable-giftback.png -------------------------------------------------------------------------------- /static/img/giftback/giftback-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/giftback/giftback-button.png -------------------------------------------------------------------------------- /static/img/giftback/menu-giftback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/giftback/menu-giftback.png -------------------------------------------------------------------------------- /static/img/giftback/new-giftback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/giftback/new-giftback.png -------------------------------------------------------------------------------- /static/img/google-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-admin.png -------------------------------------------------------------------------------- /static/img/google-saml-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-saml-apps.png -------------------------------------------------------------------------------- /static/img/google-saml-on-everyone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-saml-on-everyone.png -------------------------------------------------------------------------------- /static/img/google-saml-step1-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-saml-step1-sso.png -------------------------------------------------------------------------------- /static/img/google-saml-step2-idp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-saml-step2-idp.png -------------------------------------------------------------------------------- /static/img/google-saml-step3-custom-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-saml-step3-custom-app.png -------------------------------------------------------------------------------- /static/img/google-saml-step4-sp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/google-saml-step4-sp.png -------------------------------------------------------------------------------- /static/img/icons/OpenPixIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/icons/OpenPixIcon.svg -------------------------------------------------------------------------------- /static/img/icons/OpenPixlogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/icons/OpenPixlogo.svg -------------------------------------------------------------------------------- /static/img/icons/woovi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/icons/woovi.svg -------------------------------------------------------------------------------- /static/img/identifier-ex-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/identifier-ex-qrcode.png -------------------------------------------------------------------------------- /static/img/identifier-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/identifier-example.png -------------------------------------------------------------------------------- /static/img/integrations/add-pix-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/add-pix-token.png -------------------------------------------------------------------------------- /static/img/integrations/bb-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bb-credentials.png -------------------------------------------------------------------------------- /static/img/integrations/bb-openpix-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bb-openpix-app.png -------------------------------------------------------------------------------- /static/img/integrations/bb-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bb-setup.png -------------------------------------------------------------------------------- /static/img/integrations/bradesco-bank-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bradesco-bank-setup.png -------------------------------------------------------------------------------- /static/img/integrations/bradesco-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bradesco-setup.png -------------------------------------------------------------------------------- /static/img/integrations/bs2-key-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bs2-key-api.png -------------------------------------------------------------------------------- /static/img/integrations/bs2-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/bs2-setup.png -------------------------------------------------------------------------------- /static/img/integrations/dashboard-sicoob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/dashboard-sicoob.png -------------------------------------------------------------------------------- /static/img/integrations/flagship-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/flagship-setup.png -------------------------------------------------------------------------------- /static/img/integrations/gn-certificado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/gn-certificado.png -------------------------------------------------------------------------------- /static/img/integrations/gn-permisions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/gn-permisions.png -------------------------------------------------------------------------------- /static/img/integrations/gn-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/gn-setup.png -------------------------------------------------------------------------------- /static/img/integrations/itau-bank-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/itau-bank-setup.png -------------------------------------------------------------------------------- /static/img/integrations/itau-developers-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/itau-developers-setup.png -------------------------------------------------------------------------------- /static/img/integrations/new-bank-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/new-bank-account.png -------------------------------------------------------------------------------- /static/img/integrations/new-webhook-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/new-webhook-form.png -------------------------------------------------------------------------------- /static/img/integrations/pix-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/pix-key.png -------------------------------------------------------------------------------- /static/img/integrations/santander-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/santander-setup.png -------------------------------------------------------------------------------- /static/img/integrations/setup-bb-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/setup-bb-dev.png -------------------------------------------------------------------------------- /static/img/integrations/setup-sicoob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/setup-sicoob.png -------------------------------------------------------------------------------- /static/img/integrations/soc-panel-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/soc-panel-info.png -------------------------------------------------------------------------------- /static/img/integrations/socpanel-app-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/socpanel-app-id.png -------------------------------------------------------------------------------- /static/img/integrations/socpanel-filled-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/socpanel-filled-form.png -------------------------------------------------------------------------------- /static/img/integrations/socpanel-search-method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/socpanel-search-method.png -------------------------------------------------------------------------------- /static/img/integrations/socpanel-webhook-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/integrations/socpanel-webhook-page.png -------------------------------------------------------------------------------- /static/img/login-saml-feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/login-saml-feedback.png -------------------------------------------------------------------------------- /static/img/occ/cash-gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/occ/cash-gateway.png -------------------------------------------------------------------------------- /static/img/occ/payment-gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/occ/payment-gateway.png -------------------------------------------------------------------------------- /static/img/occ/profile-order-details-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/occ/profile-order-details-container.png -------------------------------------------------------------------------------- /static/img/occ/register-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/occ/register-application.png -------------------------------------------------------------------------------- /static/img/occ/shopper-checkout-pix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/occ/shopper-checkout-pix.png -------------------------------------------------------------------------------- /static/img/occ/shopper-order-confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/occ/shopper-order-confirmation.png -------------------------------------------------------------------------------- /static/img/payment/add-funds-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/add-funds-payment.png -------------------------------------------------------------------------------- /static/img/payment/approve-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/approve-payment.png -------------------------------------------------------------------------------- /static/img/payment/new-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/new-payment.png -------------------------------------------------------------------------------- /static/img/payment/payment-account-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-account-id.png -------------------------------------------------------------------------------- /static/img/payment/payment-batch-approve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-batch-approve.png -------------------------------------------------------------------------------- /static/img/payment/payment-batch-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-batch-report.png -------------------------------------------------------------------------------- /static/img/payment/payment-batch-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-batch-review.png -------------------------------------------------------------------------------- /static/img/payment/payment-batch-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-batch-template.png -------------------------------------------------------------------------------- /static/img/payment/payment-create-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-create-form.png -------------------------------------------------------------------------------- /static/img/payment/payment-permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-permission.png -------------------------------------------------------------------------------- /static/img/payment/payment-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/payment/payment-remove.png -------------------------------------------------------------------------------- /static/img/plugin/credit-card-steps-example-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/credit-card-steps-example-0.png -------------------------------------------------------------------------------- /static/img/plugin/credit-card-steps-example-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/credit-card-steps-example-1.png -------------------------------------------------------------------------------- /static/img/plugin/credit-card-steps-example-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/credit-card-steps-example-2.png -------------------------------------------------------------------------------- /static/img/plugin/order-example-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/order-example-plugin.png -------------------------------------------------------------------------------- /static/img/plugin/photo-example-additionalInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/photo-example-additionalInfo.png -------------------------------------------------------------------------------- /static/img/plugin/photo-example-expired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/photo-example-expired.png -------------------------------------------------------------------------------- /static/img/plugin/photo-example-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/plugin/photo-example-plugin.png -------------------------------------------------------------------------------- /static/img/saml-logo-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/saml-logo-19.png -------------------------------------------------------------------------------- /static/img/saml-logo-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/saml-logo-20.png -------------------------------------------------------------------------------- /static/img/split/partner/add-affiliates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/split/partner/add-affiliates.png -------------------------------------------------------------------------------- /static/img/split/partner/add-new-company.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/split/partner/add-new-company.png -------------------------------------------------------------------------------- /static/img/split/partner/batch-add-companies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/split/partner/batch-add-companies.png -------------------------------------------------------------------------------- /static/img/split/partner/configure-fee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/split/partner/configure-fee.png -------------------------------------------------------------------------------- /static/img/split/partner/fixed-fee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/split/partner/fixed-fee.png -------------------------------------------------------------------------------- /static/img/split/partner/percent-fee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/split/partner/percent-fee.png -------------------------------------------------------------------------------- /static/img/step-1-google-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/step-1-google-admin.png -------------------------------------------------------------------------------- /static/img/step-2-google-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/step-2-google-admin.png -------------------------------------------------------------------------------- /static/img/step-3-google-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/step-3-google-admin.png -------------------------------------------------------------------------------- /static/img/test/cba-test-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/test/cba-test-create.png -------------------------------------------------------------------------------- /static/img/test/cba-test-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/test/cba-test-default.png -------------------------------------------------------------------------------- /static/img/thermal-printer/zadig-step-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/thermal-printer/zadig-step-1.png -------------------------------------------------------------------------------- /static/img/thermal-printer/zadig-step-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/thermal-printer/zadig-step-2.png -------------------------------------------------------------------------------- /static/img/thermal-printer/zadig-step-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/thermal-printer/zadig-step-3.png -------------------------------------------------------------------------------- /static/img/tls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/tls.png -------------------------------------------------------------------------------- /static/img/transaction-ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/transaction-ex.png -------------------------------------------------------------------------------- /static/img/undraw_code_review.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_code_review.svg -------------------------------------------------------------------------------- /static/img/undraw_monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_monitor.svg -------------------------------------------------------------------------------- /static/img/undraw_note_list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_note_list.svg -------------------------------------------------------------------------------- /static/img/undraw_online.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_online.svg -------------------------------------------------------------------------------- /static/img/undraw_open_source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_open_source.svg -------------------------------------------------------------------------------- /static/img/undraw_operating_system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_operating_system.svg -------------------------------------------------------------------------------- /static/img/undraw_react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_react.svg -------------------------------------------------------------------------------- /static/img/undraw_tweetstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_tweetstorm.svg -------------------------------------------------------------------------------- /static/img/undraw_youtube_tutorial.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/undraw_youtube_tutorial.svg -------------------------------------------------------------------------------- /static/img/webhook/add-user-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/add-user-form.png -------------------------------------------------------------------------------- /static/img/webhook/add-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/add-user.png -------------------------------------------------------------------------------- /static/img/webhook/create-new-webhook-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/create-new-webhook-api.png -------------------------------------------------------------------------------- /static/img/webhook/create-new-webhook-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/create-new-webhook-email.png -------------------------------------------------------------------------------- /static/img/webhook/create-new-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/create-new-webhook.png -------------------------------------------------------------------------------- /static/img/webhook/create-webhook-platform-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/create-webhook-platform-api.png -------------------------------------------------------------------------------- /static/img/webhook/create-webhook-platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/create-webhook-platform.png -------------------------------------------------------------------------------- /static/img/webhook/menu-admin-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/menu-admin-permissions.png -------------------------------------------------------------------------------- /static/img/webhook/menu-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/menu-webhook.png -------------------------------------------------------------------------------- /static/img/webhook/new-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/new-webhook.png -------------------------------------------------------------------------------- /static/img/webhook/user-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/user-detail.png -------------------------------------------------------------------------------- /static/img/webhook/user-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/user-list.png -------------------------------------------------------------------------------- /static/img/webhook/webhook-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/webhook-details.png -------------------------------------------------------------------------------- /static/img/webhook/webhook-hmac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/webhook-hmac.png -------------------------------------------------------------------------------- /static/img/webhook/webhook-role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/webhook/webhook-role.png -------------------------------------------------------------------------------- /static/img/woocommerce-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/img/woocommerce-banner.png -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.2.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.2.9.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.3.0.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.4.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.4.0.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.5.0_.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.5.0_.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.6.0_.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.6.0_.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.7.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.7.0.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.7.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.7.1.zip -------------------------------------------------------------------------------- /static/magento1/openpix_pix.1.7.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/openpix_pix.1.7.2.zip -------------------------------------------------------------------------------- /static/magento1/woovi_pix.1.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/woovi_pix.1.3.0.zip -------------------------------------------------------------------------------- /static/magento1/woovi_pix.2.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/woovi_pix.2.0.1.zip -------------------------------------------------------------------------------- /static/magento1/woovi_pix.2.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento1/woovi_pix.2.1.0.zip -------------------------------------------------------------------------------- /static/magento2/openpix_pix.2.0.10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/openpix_pix.2.0.10.zip -------------------------------------------------------------------------------- /static/magento2/openpix_pix.2.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/openpix_pix.2.3.0.zip -------------------------------------------------------------------------------- /static/magento2/openpix_pix.2.5.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/openpix_pix.2.5.2.zip -------------------------------------------------------------------------------- /static/magento2/openpix_pix.2.5.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/openpix_pix.2.5.3.zip -------------------------------------------------------------------------------- /static/magento2/openpix_pix.2.8.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/openpix_pix.2.8.0.zip -------------------------------------------------------------------------------- /static/magento2/woovi_pix.2.0.10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/woovi_pix.2.0.10.zip -------------------------------------------------------------------------------- /static/magento2/woovi_pix.2.4.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/woovi_pix.2.4.0.zip -------------------------------------------------------------------------------- /static/magento2/woovi_pix.2.5.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/magento2/woovi_pix.2.5.2.zip -------------------------------------------------------------------------------- /static/occ/openpix-cash-gateway-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/occ/openpix-cash-gateway-1.0.0.zip -------------------------------------------------------------------------------- /static/occ/openpix-occ-widgets-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/occ/openpix-occ-widgets-1.0.0.zip -------------------------------------------------------------------------------- /static/openpixPostman.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/openpixPostman.json -------------------------------------------------------------------------------- /static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | -------------------------------------------------------------------------------- /static/wooviPostman.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/static/wooviPostman.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/tsconfig.json -------------------------------------------------------------------------------- /webpack/sitePlugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Open-Pix/openpix-developers/HEAD/webpack/sitePlugin.js --------------------------------------------------------------------------------