Santander
Connect to Santander Brasil payment services.
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 37 actions:
| Action | Parameters |
|---|---|
| payment_hub/post_workspaces | data (object) required |
| payment_hub/get_workspaces | _limit (string) _offset (string) _sort (string) |
| payment_hub/patch_workspaces_by_workspace_id | workspace_id (string) data: { . tags (array) } (object) required |
| payment_hub/get_workspaces_by_workspace_id | workspace_id (string) |
| payment_hub/delete_workspaces_by_workspace_id | workspace_id (string) |
| payment_hub/post_workspaces_by_workspace_id_bank_slip_payments | workspace_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_bank_slip_payments | workspace_id (string) _limit (string) _offset (string) _sort (string) initialDate (string) finalDate (string) status (string) |
| payment_hub/patch_workspaces_by_workspace_id_bank_slip_payments_by_bank_slip_payment_id | workspace_id (string) bank_slip_payment_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_bank_slip_payments_by_bank_slip_payment_id | workspace_id (string) bank_slip_payment_id (string) |
| payment_hub/get_workspaces_by_workspace_id_available_bank_slips | workspace_id (string) titleSituation (string) beneficiaryDocument (string) finalDueDate (string) initialDueDate (string) initialIssueDate (string) finalIssueDate (string) bankNumber (string) initialValue (string) finalValue (string) originAggregates (string) originAuthorized (string) _limit (string) _offset (string) _sort (string) |
| payment_hub/post_workspaces_by_workspace_id_barcode_payments | workspace_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_barcode_payments | workspace_id (string) _limit (string) _offset (string) _sort (string) initialDate (string) finalDate (string) status (string) |
| payment_hub/patch_workspaces_by_workspace_id_barcode_payments_by_barcode_payment_id | workspace_id (string) barcode_payment_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_barcode_payments_by_barcode_payment_id | workspace_id (string) barcode_payment_id (string) |
| payment_hub/post_workspaces_by_workspace_id_pix_payments | workspace_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_pix_payments | workspace_id (string) _limit (string) _offset (string) _sort (string) initialDate (string) finalDate (string) status (string) |
| payment_hub/patch_workspaces_by_workspace_id_pix_payments_by_pix_payment_id | workspace_id (string) pix_payment_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_pix_payments_by_pix_payment_id | workspace_id (string) pix_payment_id (string) |
| payment_hub/post_workspaces_by_workspace_id_vehicle_taxes_payments | workspace_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_vehicle_taxes_payments | workspace_id (string) _limit (string) _offset (string) _sort (string) initialDate (string) finalDate (string) status (string) |
| payment_hub/patch_workspaces_by_workspace_id_vehicle_taxes_payments_by_vehicle_tax_id | workspace_id (string) vehicle_tax_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_vehicle_taxes_payments_by_vehicle_tax_id | workspace_id (string) vehicle_tax_id (string) |
| payment_hub/get_workspaces_by_workspace_id_available_vehicle_taxes | workspace_id (string) renavam (string) required stateAbbreviation (string) required initialValue (string) finalValue (string) exerciseYear (string) taxType (string) initialDate (string) finalDate (string) _limit (string) _offset (string) _sort (string) |
| payment_hub/post_workspaces_by_workspace_id_taxes_by_fields_payments | workspace_id (string) data: { . id (string) . taxType . city (string) . stateAbbreviation . paymentDate (string) . tags (array) } (object) required |
| payment_hub/get_workspaces_by_workspace_id_taxes_by_fields_payments | workspace_id (string) _limit (string) _offset (string) _sort (string) initialDate (string) finalDate (string) status (string) |
| payment_hub/patch_workspaces_by_workspace_id_taxes_by_fields_payments_by_taxes_by_fields_payment_id | workspace_id (string) taxes_by_fields_payment_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_taxes_by_fields_payments_by_taxes_by_fields_payment_id | workspace_id (string) taxes_by_fields_payment_id (string) |
| payment_hub/post_workspaces_by_workspace_id_transfer | workspace_id (string) data: { . id (string) . sourceAccount . tags (array) . destinationAccount (string) . transferValue (number) . destinationType (string) } (object) required |
| payment_hub/get_workspaces_by_workspace_id_transfer | workspace_id (string) _limit (string) _offset (string) _sort (string) initialDate (string) finalDate (string) status (string) |
| payment_hub/patch_workspaces_by_workspace_id_transfer_by_transfer_id | workspace_id (string) transfer_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_transfer_by_transfer_id | workspace_id (string) transfer_id (string) |
| payment_hub/get_workspaces_by_workspace_id_smart_transfers_accounts | workspace_id (string) _limit (string) _offset (string) _sort (string) consentStatus (string) bankAuthorisationServerId (string) bankDocumentNumber (string) |
| payment_hub/get_workspaces_by_workspace_id_smart_transfers_metadata | workspace_id (string) |
| payment_hub/post_workspaces_by_workspace_id_smart_transfers_payments | workspace_id (string) data (undefined) required |
| payment_hub/get_workspaces_by_workspace_id_smart_transfers_payments | workspace_id (string) _limit (string) _offset (string) _sort (string) |
| payment_hub/get_workspaces_by_workspace_id_smart_transfers_payments_by_smart_transfers_payment_id | workspace_id (string) smart_transfers_payment_id (string) |
| payment_hub/patch_workspaces_by_workspace_id_smart_transfers_payments_by_smart_transfers_payment_id | workspace_id (string) smart_transfers_payment_id (string) data (undefined) required |