Skip to main content

Stark Bank

Manage your corporate banking services with Stark Bank.

Stark Bank Logo

Authentication

This connector uses ECDSA (Elliptic Curve Digital Signature Algorithm) 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 72 actions:

ActionParameters
post_transactiondata: {
. transactions (array)
} (object) required
get_transactioncursor (string)
limit (integer)
fields (array)
after (string)
before (string)
tags (array)
externalIds (array)
get_transaction_by_transaction_idtransactionId (string)
fields (array)
get_balance
post_transferdata: {
. transfers (array)
} (object) required
get_transfercursor (string)
limit (integer)
fields (array)
after (string)
before (string)
transactionIds (array)
status (string)
taxId (string)
sort (string)
tags (array)
ids (array)
get_transfer_by_transfer_idtransferId (string)
fields (array)
get_transfer_by_transfer_id_pdftransferId (string)
fields (array)
get_transfer_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
transferIds (array)
get_transfer_log_by_log_idlogId (string)
fields (array)
post_invoicedata: {
. invoices (array)
} (object) required
get_invoicecursor (string)
limit (integer)
fields (array)
after (string)
before (string)
status (string)
tags (array)
ids (array)
get_invoice_by_invoice_idinvoiceId (string)
fields (array)
patch_invoice_by_invoice_idinvoiceId (string)
data: {
. status (string)
. amount (integer)
. due (string)
. expiration (integer)
} (object) required
get_invoice_by_invoice_id_pdfinvoiceId (string)
fields (array)
get_invoice_by_invoice_id_qrcodeinvoiceId (string)
fields (array)
format (string)
get_invoice_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
invoiceIds (array)
get_invoice_log_by_log_idlogId (string)
fields (array)
get_depositcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
status (string)
tags (array)
ids (array)
sort (string)
get_deposit_by_deposit_iddepositId (string)
fields (array)
get_deposit_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
depositIds (array)
get_deposit_log_by_log_idlogId (string)
fields (array)
post_boletodata: {
. boletos (array)
} (object) required
get_boletocursor (string)
limit (integer)
fields (array)
after (string)
before (string)
status (string)
tags (array)
ids (array)
get_boleto_by_boleto_idboletoId (string)
fields (array)
delete_boleto_by_boleto_idboletoId (string)
get_boleto_by_boleto_id_pdfboletoId (string)
fields (array)
get_boleto_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
boletoIds (array)
get_boleto_log_by_log_idlogId (string)
fields (array)
post_boleto_holmesdata: {
. holmes (array)
} (object) required
get_boleto_holmescursor (string)
limit (integer)
fields (array)
after (string)
before (string)
tags (array)
ids (array)
status (string)
boletoId (string)
get_boleto_holmes_by_holmes_idholmesId (string)
fields (array)
get_boleto_holmes_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
holmesIds (array)
get_boleto_holmes_log_by_log_idlogId (string)
fields (array)
get_brcode_previewfields (array)
brcodes (string)
post_brcode_paymentdata: {
. payments (array)
} (object) required
get_brcode_paymentcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
tags (array)
ids (array)
status (string)
get_brcode_payment_by_payment_idpaymentId (string)
fields (array)
patch_brcode_payment_by_payment_idpaymentId (string)
data: {
. status (string)
} (object) required
get_brcode_payment_by_payment_id_pdfpaymentId (string)
fields (array)
get_brcode_payment_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
paymentIds (array)
get_brcode_payment_log_by_log_idlogId (string)
fields (array)
post_boleto_paymentdata: {
. payments (array)
} (object) required
get_boleto_paymentcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
tags (array)
ids (array)
status (string)
get_boleto_payment_by_payment_idpaymentId (string)
fields (array)
delete_boleto_payment_by_payment_idpaymentId (string)
get_boleto_payment_by_payment_id_pdfpaymentId (string)
fields (array)
get_boleto_payment_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
paymentIds (array)
get_boleto_payment_log_by_log_idlogId (string)
fields (array)
post_utility_paymentdata: {
. payments (array)
} (object) required
get_utility_paymentcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
tags (array)
ids (array)
status (string)
get_utility_payment_by_payment_idpaymentId (string)
fields (array)
delete_utility_payment_by_payment_idpaymentId (string)
get_utility_payment_by_payment_id_pdfpaymentId (string)
fields (array)
get_utility_payment_logcursor (string)
limit (integer)
fields (array)
after (string)
before (string)
types (array)
paymentIds (array)
get_utility_payment_log_by_log_idlogId (string)
fields (array)
post_payment_requestdata: {
. requests (array)
} (object) required
get_payment_requestcenterId (string) required
cursor (string)
limit (integer)
fields (array)
after (string)
before (string)
sort (string)
tags (array)
ids (array)
status (string)
type (string)
post_webhookdata: {
. id (string)
. url (string)
. subscriptions (array)
} (object) required
get_webhookcursor (string)
limit (integer)
fields (array)
get_webhook_by_webhook_idwebhookId (string)
fields (array)
delete_webhook_by_webhook_idwebhookId (string)
get_eventcursor (string)
limit (integer)
fields (array)
get_event_by_event_ideventId (string)
fields (array)
patch_event_by_event_ideventId (string)
data: {
. isDelivered (boolean)
} (object) required
delete_event_by_event_ideventId (string)
get_dict_keycursor (string)
limit (integer)
after (string)
before (string)
ids (array)
status (string)
type (string)
get_dict_key_by_key_idkeyId (string)
fields (array)
post_workspacedata: {
. id (string)
. username (string)
. name (string)
} (object) required
get_workspacecursor (string)
limit (integer)
fields (array)
username (array)
ids (array)
get_workspace_by_workspace_idworkspaceId (string)
fields (array)
get_public_keycursor (string)
limit (integer)