Skip to main content

Nexxera

Ecossistema de pagamentos, cobranças, supply chain e crédito.

Nexxera Logo

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:

ActionPurposeParameters
get_v2_bank_agreementsNo description availableAgreementId (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_idNo description availablebankAgreementId (string)
get_v2_orders_bole_pix_paymentsNo description availablepaymentToken (array)
get_v2_orders_bole_pix_payments_by_payment_tokenNo description availablepaymentToken (string)
delete_v2_orders_bole_pix_payments_by_payment_tokenNo description availablepaymentToken (string)
get_v2_orders_bole_pix_payments_by_payment_token_pdfNo description availablepaymentToken (string)
post_v2_orders_bole_pix_payments_issueNo description availableRequestId (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_emailNo description availablepaymentToken (string)
data: {
. mailTo (array)
} (object) required
post_v2_orders_bole_pix_payments_write_off_transaction_by_payment_tokenNo description availablepaymentToken (string)
data: {
. transactionDate (string)
. transactionType
. descriptive (string)
. cancelBillet (boolean)
} (object) required
get_v2_orders_boleto_paymentsNo description availablepaymentToken (array)
get_v2_orders_boleto_payments_by_payment_tokenNo description availablepaymentToken (string)
delete_v2_orders_boleto_payments_by_payment_tokenNo description availablepaymentToken (string)
get_v2_orders_boleto_payments_by_payment_token_pdfNo description availablepaymentToken (string)
post_v2_orders_boleto_payments_issueNo description availableRequestId (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_instructionNo description availableRequestId (string)
Accept (string)
User-Agent (string)
data: {
. billets (array)
} (object) required
post_v2_orders_boleto_payments_by_payment_token_emailNo description availablepaymentToken (string)
data: {
. mailTo (array)
} (object) required
post_v2_orders_boleto_payments_write_off_transaction_by_payment_tokenNo description availablepaymentToken (string)
data: {
. transactionDate (string)
. transactionType
. descriptive (string)
. cancelBillet (boolean)
} (object) required
get_v2_orders_card_paymentsNo description availablepaymentToken (array)
get_v2_orders_card_payments_by_payment_tokenNo description availablepaymentToken (string)
post_v2_orders_card_payments_authorizeNo description availableRequestId (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_cardNo description availableRequestId (string)
Accept (string)
User-Agent (string)
data: {
. paymentToken (string)
. validationCode (integer)
} (object) required
put_v2_orders_card_payments_update_auto_cancel_transactionNo description availablepaymentToken (string)
put_v2_orders_card_payments_reverseNo description availableRequestId (string)
Accept (string)
User-Agent (string)
data: {
. paymentToken (string)
. amount (integer)
} (object) required
put_v2_orders_card_payments_captureNo description availableRequestId (string)
Accept (string)
User-Agent (string)
data: {
. paymentToken (string)
. amount (integer)
} (object) required
post_v2_orders_card_payments_write_off_transaction_by_payment_tokenNo description availablepaymentToken (string)
data: {
. transactionDate (string)
. transactionType
. descriptive (string)
. cancelBillet (boolean)
} (object) required
get_v2_orders_chargebackNo description availableInitialDate (string)
FinalDate (string)
PaymentToken (string)
MerchantOrderId (string)
Provider (string)
Status (integer)
get_v2_orders_chargeback_by_payment_tokenNo description availablepaymentToken (string)
post_v2_orders_chargeback_by_payment_token_startNo description availablepaymentToken (string)
data: {
. reason (string)
} (object) required
put_v2_orders_chargeback_by_payment_token_acceptanceNo description availablepaymentToken (string)
put_v2_orders_chargeback_by_payment_token_contestationNo description availablepaymentToken (string)
put_v2_orders_chargeback_by_payment_token_cancelNo description availablepaymentToken (string)
put_v2_orders_chargeback_by_payment_token_finishNo description availablepaymentToken (string)
get_v2_orders_chargesGet all charges from the MerchantInitialDate (string)
FinalDate (string)
ChargeId (string)
CustomerName (string)
Status (integer)
Mean (integer)
MerchantOrderId (string)
post_v2_orders_chargesCreate a new Charge from the MerchantRequestId (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_idGet a Charge based on the chargeIdchargeId (integer)
get_v2_orders_charges_orders_by_merchant_order_idNo description availablemerchantOrderId (string)
get_v2_orders_charges_by_charge_id_statusGet the Charge's statuschargeId (integer)
put_v2_orders_charges_by_charge_id_statusChange the Charge's statuschargeId (integer)
RequestId (string)
Accept (string)
User-Agent (string)
data (string) required
get_v2_orders_charges_cached_by_merchant_order_idNo description availablemerchantOrderId (string)
get_v2_orders_direct_debit_paymentNo description availablepaymentToken (array)
get_v2_orders_direct_debit_payment_by_payment_tokenNo description availablepaymentToken (string)
post_v2_orders_direct_debit_payment_transferNo description availableRequestId (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_tokenNo description availablepaymentToken (string)
data: {
. transactionDate (string)
. transactionType
. descriptive (string)
. cancelBillet (boolean)
} (object) required
get_v2_financial_scheduleGet the Merchant's financial scheduleFinalReceiverUserIdentity (string)
StartPaymentDate (string)
EndPaymentDate (string)
MinConstitutedTotalAmount (string)
MaxConstitutedTotalAmount (string)
MinTotalGrossAmount (string)
MaxTotalGrossAmount (string)
get_v2_financial_schedule_groupedGet the Merchant's financial schedule GroupedFinalReceiverUserIdentity (string)
StartPaymentDate (string)
EndPaymentDate (string)
MinConstitutedTotalAmount (string)
MaxConstitutedTotalAmount (string)
MinTotalGrossAmount (string)
MaxTotalGrossAmount (string)
get_v2_financial_schedule_csvNo description availableFinalReceiverUserIdentity (string)
StartPaymentDate (string)
EndPaymentDate (string)
MinConstitutedTotalAmount (string)
MaxConstitutedTotalAmount (string)
MinTotalGrossAmount (string)
MaxTotalGrossAmount (string)
post_v2_orders_nix_payments_authorizeNo description availableRequestId (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_idNo description availableorderId (string)
post_v2_api_order_createNo description availabledata: {
. 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_boletoNo description availabledata: {
. orderId (string)
. email (string)
} (object) required
post_v2_api_payment_pay_with_bolepixNo description availabledata: {
. orderId (string)
. email (string)
} (object) required
post_v2_api_payment_pay_with_direct_debitNo description availabledata: {
. orderId (string)
} (object) required
post_v2_api_payment_pay_with_pixNo description availabledata: {
. orderId (string)
. email (string)
} (object) required
post_v2_api_payment_pay_with_credit_cardNo description availabledata: {
. orderId (string)
. cards (array)
. recaptchaResponse (string)
} (object) required
post_v2_api_payment_validate_credit_cardNo description availabledata: {
. orderToken (string)
. validationCode (integer)
} (object) required
post_v2_api_payment_pay_with_debit_cardNo description availabledata: {
. orderId (string)
. number (string)
. expirationDate
. securityCode (string)
. holder (string)
. recaptchaResponse (string)
. deviceConfiguration
} (object) required
post_v2_api_payment_pay_with_visa_checkoutNo description availabledata: {
. orderId (string)
. userId (string)
. cardId (string)
. callId (string)
} (object) required
post_v2_api_payment_pay_with_walletNo description availabledata: {
. orderId (string)
. userId (string)
. cardId (string)
. installment (integer)
} (object) required
get_v2_api_payment_confirm_debitNo description availableorderId (string)
get_v2_orders_pix_paymentsNo description availablepaymentToken (array)
get_v2_orders_pix_payments_by_payment_tokenNo description availablepaymentToken (string)
get_v2_orders_pix_payments_by_payment_token_pdfNo description availablepaymentToken (string)
post_v2_orders_pix_payments_issueNo description availableRequestId (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_instructionNo description availableRequestId (string)
Accept (string)
User-Agent (string)
data: {
. billets (array)
} (object) required
post_v2_orders_pix_payments_by_payment_token_emailNo description availablepaymentToken (string)
data: {
. mailTo (array)
} (object) required
post_v2_orders_pix_payments_write_off_transaction_by_payment_tokenNo description availablepaymentToken (string)
data: {
. transactionDate (string)
. transactionType
. descriptive (string)
. cancelBillet (boolean)
} (object) required
get_v2_orders_recurrence_itemNo description availableinitialDate (string)
endDate (string)
post_v2_orders_recurrence_itemNo description availableRequestId (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_idNo description availablemerchantOrderId (string)
initialDate (string)
endDate (string)
get_v2_orders_recurrence_item_by_item_tokenNo description availableitemToken (string)
put_v2_orders_recurrence_item_by_merchant_order_id_item_by_item_tokenNo description availablemerchantOrderId (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_tokenNo description availablemerchantOrderId (string)
itemToken (string)
get_v2_recurrence_plansNo description availableNo parameters
post_v2_recurrence_plansNo description availableRequestId (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_amountNo description availablemerchantPlanId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. amount (integer)
} (object) required
put_v2_recurrence_plans_by_merchant_plan_id_is_auto_renewableNo description availablemerchantPlanId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. isAutoRenewable (boolean)
} (object) required
put_v2_recurrence_plans_by_merchant_plan_id_is_auto_startNo description availablemerchantPlanId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. isAutoStarted (boolean)
} (object) required
put_v2_recurrence_plans_by_merchant_plan_id_statusNo description availablemerchantPlanId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. status (boolean)
} (object) required
put_v2_recurrence_plans_by_merchant_plan_id_plan_nameNo description availablemerchantPlanId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. name (string)
} (object) required
put_v2_orders_by_merchant_order_id_recurrences_planNo description availablemerchantOrderId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. merchantPlanId (string)
} (object) required
patch_v2_orders_by_merchant_order_id_recurrences_by_recurrence_token_customerNo description availablerecurrenceToken (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_customerNo description availablerecurrenceToken (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_methodNo description availablemerchantOrderId (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_dateNo description availablemerchantOrderId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. endDate (string)
} (object) required
put_v2_orders_by_merchant_order_id_recurrences_deactivateNo description availablemerchantOrderId (string)
RequestId (string)
Accept (string)
User-Agent (string)
put_v2_orders_by_merchant_order_id_recurrences_activateNo description availablemerchantOrderId (string)
RequestId (string)
Accept (string)
User-Agent (string)
data: {
. chargeRecurrence (boolean)
. nextRecurrency (string)
} (object) required
get_v2_orders_by_merchant_order_id_recurrencesNo description availablemerchantOrderId (string)
get_v2_orders_by_merchant_order_id_recurrences_bill_by_reference_id_pdfNo description availablemerchantOrderId (string)
referenceId (string)
get_v2_orders_by_merchant_order_id_recurrences_bill_partial_by_reference_id_pdfNo description availablemerchantOrderId (string)
referenceId (string)
get_v2_orders_by_merchant_order_id_recurrences_bill_by_reference_idNo description availablemerchantOrderId (string)
referenceId (string)
get_v2_orders_by_merchant_order_id_recurrences_billsNo description availablemerchantOrderId (string)
post_v2_orders_by_merchant_order_id_recurrences_send_bill_by_reference_idNo description availablemerchantOrderId (string)
referenceId (string)
data (string) required
get_v2_api_wallet_user_by_user_id_cardsNo description availableuserId (string)
orderId (string)
post_v2_api_wallet_cards_createNo description availabledata: {
. orderId (string)
. userId (string)
. number (string)
. holder (string)
. expirationDate (string)
. securityCode (string)
} (object) required
post_v2_api_wallet_user_createNo description availabledata: {
. orderId (string)
. name (string)
. socialNumber (string)
. email (string)
. phone (string)
} (object) required
post_v2_api_wallet_user_loginNo description availabledata: {
. orderId (string)
. username (string)
. password (string)
} (object) required
post_v2_api_wallet_user_login_with_visa_checkoutNo description availabledata: {
. orderId (string)
. encKey (string)
. encPaymentData (string)
. callId (string)
} (object) required