Skip to main content

Redecard (e.Rede)

Connect to Redecard e.Rede payment gateway to process credit and debit transactions.

Redecard (e.Rede) 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 7 actions:

ActionParameters
post_v2_transactionsdata: {
. capture (boolean)
. kind (string)
. reference (string)
. orderId (string)
. amount (integer)
. installments (integer)
. cardholderName (string)
. cardNumber (string)
. expirationMonth (integer)
. expirationYear (integer)
. securityCode (string)
. softDescriptor (string)
. subscription (boolean)
. origin (integer)
. distributorAffiliation (integer)
. brandTid (string)
. transactionLinkId (string)
. storageCard (string)
. tokenCryptogram (string)
. paymentFacilitatorID (integer)
. independentSalesOrganizationID (integer)
. transactionCredentials
. iata
. threeDSecure
. billing
. subMerchant
. consumerBillPaymentService
. wallet3DS
. wallet
. receiverData
. securityAuthentication
. qrCode
. sai (string)
. urls (array)
} (object) required
get_v2_transactionsreference (string) required
get_v2_transactions_by_tidtid (string)
put_v2_transactions_by_tidtid (string)
data: {
. amount (integer)
} (object) required
post_v2_transactions_by_tid_refundstid (string)
data: {
. amount (integer)
. urls (array)
} (object) required
get_v2_transactions_by_tid_refundstid (string)
get_v2_transactions_by_tid_refunds_by_refund_idtid (string)
refundId (string)