Nexxera
Ecossistema de pagamentos, cobranças, supply chain e crédito.
Authentication
This connector uses Token-based authentication.
info
Set up your connection in the Abstra Console before using it in your workflows.
How to use
Using the Smart Chat
Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".
Using the Web Editor
from abstra.connectors import run_connection_action
result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})
Available Actions
This connector provides 97 actions:
| Action | Purpose | Parameters |
|---|---|---|
| get_v2_bank_agreements | No description available | AgreementId (string) BankCode (integer) SocialNumber (string) System (integer) Origin (integer) Active (boolean) IsMainBillet (boolean) IsMainPix (boolean) Paginated (boolean) Page (integer) PageSize (integer) |
| get_v2_bank_agreements_by_bank_agreement_id | No description available | bankAgreementId (string) |
| get_v2_orders_bole_pix_payments | No description available | paymentToken (array) |
| get_v2_orders_bole_pix_payments_by_payment_token | No description available | paymentToken (string) |
| delete_v2_orders_bole_pix_payments_by_payment_token | No description available | paymentToken (string) |
| get_v2_orders_bole_pix_payments_by_payment_token_pdf | No description available | paymentToken (string) |
| post_v2_orders_bole_pix_payments_issue | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . customer . amount (integer) . recurrence . callbackUrl (string) . clientId (string) . bankAgreementId (string) . expirationDate (string) . closePayment (string) . changeAmountType . singlePayment (boolean) . demonstrative (array) . instructions (array) . discount . interest . fine . protest } (object) required |
| post_v2_orders_bole_pix_payments_by_payment_token_email | No description available | paymentToken (string) data: { . mailTo (array) } (object) required |
| post_v2_orders_bole_pix_payments_write_off_transaction_by_payment_token | No description available | paymentToken (string) data: { . transactionDate (string) . transactionType . descriptive (string) . cancelBillet (boolean) } (object) required |
| get_v2_orders_boleto_payments | No description available | paymentToken (array) |
| get_v2_orders_boleto_payments_by_payment_token | No description available | paymentToken (string) |
| delete_v2_orders_boleto_payments_by_payment_token | No description available | paymentToken (string) |
| get_v2_orders_boleto_payments_by_payment_token_pdf | No description available | paymentToken (string) |
| post_v2_orders_boleto_payments_issue | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . customer . amount (integer) . recurrence . callbackUrl (string) . clientId (string) . bankAgreementId (string) . expirationDate (string) . closePayment (string) . demonstrative (array) . instructions (array) . discount . interest . fine . protest } (object) required |
| put_v2_orders_boleto_payments_instruction | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . billets (array) } (object) required |
| post_v2_orders_boleto_payments_by_payment_token_email | No description available | paymentToken (string) data: { . mailTo (array) } (object) required |
| post_v2_orders_boleto_payments_write_off_transaction_by_payment_token | No description available | paymentToken (string) data: { . transactionDate (string) . transactionType . descriptive (string) . cancelBillet (boolean) } (object) required |
| get_v2_orders_card_payments | No description available | paymentToken (array) |
| get_v2_orders_card_payments_by_payment_token | No description available | paymentToken (string) |
| post_v2_orders_card_payments_authorize | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . customer . amount (integer) . recurrence . callbackUrl (string) . clientId (string) . installments (integer) . capture (boolean) . returnUrl (string) . transactionType . cardToken . card . threeDSecure . enableAntifraud (boolean) } (object) required |
| post_v2_orders_card_payments_validate_credit_card | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . paymentToken (string) . validationCode (integer) } (object) required |
| put_v2_orders_card_payments_update_auto_cancel_transaction | No description available | paymentToken (string) |
| put_v2_orders_card_payments_reverse | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . paymentToken (string) . amount (integer) } (object) required |
| put_v2_orders_card_payments_capture | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . paymentToken (string) . amount (integer) } (object) required |
| post_v2_orders_card_payments_write_off_transaction_by_payment_token | No description available | paymentToken (string) data: { . transactionDate (string) . transactionType . descriptive (string) . cancelBillet (boolean) } (object) required |
| get_v2_orders_chargeback | No description available | InitialDate (string) FinalDate (string) PaymentToken (string) MerchantOrderId (string) Provider (string) Status (integer) |
| get_v2_orders_chargeback_by_payment_token | No description available | paymentToken (string) |
| post_v2_orders_chargeback_by_payment_token_start | No description available | paymentToken (string) data: { . reason (string) } (object) required |
| put_v2_orders_chargeback_by_payment_token_acceptance | No description available | paymentToken (string) |
| put_v2_orders_chargeback_by_payment_token_contestation | No description available | paymentToken (string) |
| put_v2_orders_chargeback_by_payment_token_cancel | No description available | paymentToken (string) |
| put_v2_orders_chargeback_by_payment_token_finish | No description available | paymentToken (string) |
| get_v2_orders_charges | Get all charges from the Merchant | InitialDate (string) FinalDate (string) ChargeId (string) CustomerName (string) Status (integer) Mean (integer) MerchantOrderId (string) |
| post_v2_orders_charges | Create a new Charge from the Merchant | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . paymentToken (string) . chargeMean . email (string) . notification . customerName (string) . customerIdentity (string) . amount (number) . resendCharge (boolean) } (object) required |
| get_v2_orders_charges_by_charge_id | Get a Charge based on the chargeId | chargeId (integer) |
| get_v2_orders_charges_orders_by_merchant_order_id | No description available | merchantOrderId (string) |
| get_v2_orders_charges_by_charge_id_status | Get the Charge's status | chargeId (integer) |
| put_v2_orders_charges_by_charge_id_status | Change the Charge's status | chargeId (integer) RequestId (string) Accept (string) User-Agent (string) data (string) required |
| get_v2_orders_charges_cached_by_merchant_order_id | No description available | merchantOrderId (string) |
| get_v2_orders_direct_debit_payment | No description available | paymentToken (array) |
| get_v2_orders_direct_debit_payment_by_payment_token | No description available | paymentToken (string) |
| post_v2_orders_direct_debit_payment_transfer | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . customer . amount (integer) . recurrence . callbackUrl (string) . clientId (string) . accountId (string) . socialNumber (string) . additionalDescription (string) } (object) required |
| post_v2_orders_direct_debit_payment_write_off_transaction_by_payment_token | No description available | paymentToken (string) data: { . transactionDate (string) . transactionType . descriptive (string) . cancelBillet (boolean) } (object) required |
| get_v2_financial_schedule | Get the Merchant's financial schedule | FinalReceiverUserIdentity (string) StartPaymentDate (string) EndPaymentDate (string) MinConstitutedTotalAmount (string) MaxConstitutedTotalAmount (string) MinTotalGrossAmount (string) MaxTotalGrossAmount (string) |
| get_v2_financial_schedule_grouped | Get the Merchant's financial schedule Grouped | FinalReceiverUserIdentity (string) StartPaymentDate (string) EndPaymentDate (string) MinConstitutedTotalAmount (string) MaxConstitutedTotalAmount (string) MinTotalGrossAmount (string) MaxTotalGrossAmount (string) |
| get_v2_financial_schedule_csv | No description available | FinalReceiverUserIdentity (string) StartPaymentDate (string) EndPaymentDate (string) MinConstitutedTotalAmount (string) MaxConstitutedTotalAmount (string) MinTotalGrossAmount (string) MaxTotalGrossAmount (string) |
| post_v2_orders_nix_payments_authorize | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . customer . amount (integer) . recurrence . callbackUrl (string) . clientId (string) . installments (integer) . capture (boolean) . returnUrl (string) . token } (object) required |
| get_v2_api_order_by_order_id | No description available | orderId (string) |
| post_v2_api_order_create | No description available | data: { . merchantOrderId (string) . expiration (string) . customer . items (array) . creditCard . boleto . debitCard . pix . bolepix . directDebit . returnUrl (string) . recurrence . notification . template . createCharge (boolean) . isCheckout (boolean) . charge } (object) required |
| post_v2_api_payment_pay_with_boleto | No description available | data: { . orderId (string) . email (string) } (object) required |
| post_v2_api_payment_pay_with_bolepix | No description available | data: { . orderId (string) . email (string) } (object) required |
| post_v2_api_payment_pay_with_direct_debit | No description available | data: { . orderId (string) } (object) required |
| post_v2_api_payment_pay_with_pix | No description available | data: { . orderId (string) . email (string) } (object) required |
| post_v2_api_payment_pay_with_credit_card | No description available | data: { . orderId (string) . cards (array) . recaptchaResponse (string) } (object) required |
| post_v2_api_payment_validate_credit_card | No description available | data: { . orderToken (string) . validationCode (integer) } (object) required |
| post_v2_api_payment_pay_with_debit_card | No description available | data: { . orderId (string) . number (string) . expirationDate . securityCode (string) . holder (string) . recaptchaResponse (string) . deviceConfiguration } (object) required |
| post_v2_api_payment_pay_with_visa_checkout | No description available | data: { . orderId (string) . userId (string) . cardId (string) . callId (string) } (object) required |
| post_v2_api_payment_pay_with_wallet | No description available | data: { . orderId (string) . userId (string) . cardId (string) . installment (integer) } (object) required |
| get_v2_api_payment_confirm_debit | No description available | orderId (string) |
| get_v2_orders_pix_payments | No description available | paymentToken (array) |
| get_v2_orders_pix_payments_by_payment_token | No description available | paymentToken (string) |
| get_v2_orders_pix_payments_by_payment_token_pdf | No description available | paymentToken (string) |
| post_v2_orders_pix_payments_issue | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantOrderId (string) . customer . amount (integer) . recurrence . callbackUrl (string) . clientId (string) . bankAgreementId (string) . expirationDate (string) . closePayment (string) . demonstrative (array) . instructions (array) . discount . interest . fine . protest . changeAmountType . singlePayment (boolean) } (object) required |
| put_v2_orders_pix_payments_instruction | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . billets (array) } (object) required |
| post_v2_orders_pix_payments_by_payment_token_email | No description available | paymentToken (string) data: { . mailTo (array) } (object) required |
| post_v2_orders_pix_payments_write_off_transaction_by_payment_token | No description available | paymentToken (string) data: { . transactionDate (string) . transactionType . descriptive (string) . cancelBillet (boolean) } (object) required |
| get_v2_orders_recurrence_item | No description available | initialDate (string) endDate (string) |
| post_v2_orders_recurrence_item | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . description (string) . amount (integer) . emissionDate (string) . merchantOrderId (string) . isRecurrent (boolean) . quantity (integer) . installments (integer) } (object) required |
| get_v2_orders_recurrence_item_items_by_merchant_order_id | No description available | merchantOrderId (string) initialDate (string) endDate (string) |
| get_v2_orders_recurrence_item_by_item_token | No description available | itemToken (string) |
| put_v2_orders_recurrence_item_by_merchant_order_id_item_by_item_token | No description available | merchantOrderId (string) itemToken (string) RequestId (string) Accept (string) User-Agent (string) data: { . description (string) . amount (integer) } (object) required |
| delete_v2_orders_recurrence_item_by_merchant_order_id_item_by_item_token | No description available | merchantOrderId (string) itemToken (string) |
| get_v2_recurrence_plans | No description available | No parameters |
| post_v2_recurrence_plans | No description available | RequestId (string) Accept (string) User-Agent (string) data: { . merchantPlanId (string) . name (string) . description (string) . interval . amount (integer) . isAutoRenewable (boolean) . isAutoStarted (boolean) } (object) required |
| put_v2_recurrence_plans_by_merchant_plan_id_amount | No description available | merchantPlanId (string) RequestId (string) Accept (string) User-Agent (string) data: { . amount (integer) } (object) required |
| put_v2_recurrence_plans_by_merchant_plan_id_is_auto_renewable | No description available | merchantPlanId (string) RequestId (string) Accept (string) User-Agent (string) data: { . isAutoRenewable (boolean) } (object) required |
| put_v2_recurrence_plans_by_merchant_plan_id_is_auto_start | No description available | merchantPlanId (string) RequestId (string) Accept (string) User-Agent (string) data: { . isAutoStarted (boolean) } (object) required |
| put_v2_recurrence_plans_by_merchant_plan_id_status | No description available | merchantPlanId (string) RequestId (string) Accept (string) User-Agent (string) data: { . status (boolean) } (object) required |
| put_v2_recurrence_plans_by_merchant_plan_id_plan_name | No description available | merchantPlanId (string) RequestId (string) Accept (string) User-Agent (string) data: { . name (string) } (object) required |
| put_v2_orders_by_merchant_order_id_recurrences_plan | No description available | merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) data: { . merchantPlanId (string) } (object) required |
| patch_v2_orders_by_merchant_order_id_recurrences_by_recurrence_token_customer | No description available | recurrenceToken (string) merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) data: { . tag (string) . name (string) . identity (string) . identityType (string) . email (string) . birthdate (string) . address . dateOfBirth (string) } (object) required |
| post_v2_orders_by_merchant_order_id_recurrences_by_recurrence_token_customer | No description available | recurrenceToken (string) merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) data: { . tag (string) . name (string) . identity (string) . identityType (string) . email (string) . birthdate (string) . address . dateOfBirth (string) } (object) required |
| put_v2_orders_by_merchant_order_id_recurrences_payment_method | No description available | merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) data: { . type . card . cardToken . boletoCustomerAddress . pixCustomerAddress . boletoCustomerEmail (string) . pixCustomerEmail (string) } (object) required |
| put_v2_orders_by_merchant_order_id_recurrences_end_date | No description available | merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) data: { . endDate (string) } (object) required |
| put_v2_orders_by_merchant_order_id_recurrences_deactivate | No description available | merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) |
| put_v2_orders_by_merchant_order_id_recurrences_activate | No description available | merchantOrderId (string) RequestId (string) Accept (string) User-Agent (string) data: { . chargeRecurrence (boolean) . nextRecurrency (string) } (object) required |
| get_v2_orders_by_merchant_order_id_recurrences | No description available | merchantOrderId (string) |
| get_v2_orders_by_merchant_order_id_recurrences_bill_by_reference_id_pdf | No description available | merchantOrderId (string) referenceId (string) |
| get_v2_orders_by_merchant_order_id_recurrences_bill_partial_by_reference_id_pdf | No description available | merchantOrderId (string) referenceId (string) |
| get_v2_orders_by_merchant_order_id_recurrences_bill_by_reference_id | No description available | merchantOrderId (string) referenceId (string) |
| get_v2_orders_by_merchant_order_id_recurrences_bills | No description available | merchantOrderId (string) |
| post_v2_orders_by_merchant_order_id_recurrences_send_bill_by_reference_id | No description available | merchantOrderId (string) referenceId (string) data (string) required |
| get_v2_api_wallet_user_by_user_id_cards | No description available | userId (string) orderId (string) |
| post_v2_api_wallet_cards_create | No description available | data: { . orderId (string) . userId (string) . number (string) . holder (string) . expirationDate (string) . securityCode (string) } (object) required |
| post_v2_api_wallet_user_create | No description available | data: { . orderId (string) . name (string) . socialNumber (string) . email (string) . phone (string) } (object) required |
| post_v2_api_wallet_user_login | No description available | data: { . orderId (string) . username (string) . password (string) } (object) required |
| post_v2_api_wallet_user_login_with_visa_checkout | No description available | data: { . orderId (string) . encKey (string) . encPaymentData (string) . callId (string) } (object) required |