Papara integration | Zervanor
← All connectors

Papara

Also an agent tool
finance-billing

Papara — Turkish digital wallet / payments. Merchant API to accept payments, validate recipients, distribute mass payouts, withdraw to bank, accept cash deposits, and read account balance, ledgers and settlements over HTTP with a custom ApiKey header; production + sandbox environments.

33 actions · 2 triggers

The Papara integration lets you connect Papara to your automations with 33 actions and 2 triggers — and every action is also a tool an AI agent can call. Examples: Get Account & Balance, List Account Ledgers, Get Settlement Totals, Create Payment, Get Payment. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Triggers 2

Events in Papara that can start a workflow.

webhook

Payment received

Fires for each newly completed Papara payment (polling list_payments; the IPN is unsigned so no push webhook).

polling

Payment received

Fires for each newly completed Papara payment.

Actions 33

What Zervanor can do in Papara.

Cashdeposit12

GET

Get Cash Deposit by Id

Retrieve a cash deposit record by id (read-only).

GET

Get Cash Deposit by Reference

Retrieve a cash deposit by your merchant reference (read-only).

GET

List Cash Deposits by Date

List cash deposits in a date window (read-only).

POST

Create Cash Deposit (Phone)

Create a cash deposit identified by phone. Affects balance.

POST

Create Cash Deposit (Account)

Create a cash deposit identified by Papara account number. Affects balance.

POST

Create Cash Deposit (TCKN)

Create a cash deposit identified by national ID. Affects balance.

POST

Create Provision (Phone)

Authorize a deposit (no prepayment) by phone. Affects balance.

POST

Create Provision (Account)

Authorize a deposit by account number. Affects balance.

POST

Create Provision (TCKN)

Authorize a deposit by national ID. Affects balance.

POST

Provision Control (TCKN)

Validate a provisional deposit before completing.

POST

Complete Provision

Complete a previously authorized provisional deposit. Affects balance.

GET

Provision Settlements

Settlement totals for provisional deposits (read-only).

Masspayment7

POST

Mass Payment to Account Number

Send a payout to a Papara account number. Moves money.

POST

Mass Payment to Email

Send a payout to a Papara user by email. Moves money.

POST

Mass Payment to Phone Number

Send a payout to a Papara user by phone number. Moves money.

POST

Recurring Mass Payment to Account Number

Create a recurring payout by Papara account number. Moves money.

POST

Recurring Mass Payment to Email

Create a recurring payout by email. Moves money.

POST

Recurring Mass Payment to Phone Number

Create a recurring payout by phone number. Moves money.

GET

Get Mass Payment

Retrieve a mass-payment record by id (read-only).

Validation5

GET

Validate by Account Number

Checks whether a Papara account number is valid/registered (read-only).

GET

Validate by Phone Number

Checks whether a phone number is a registered Papara user (read-only).

GET

Validate by Email

Checks whether an email is a registered Papara user (read-only).

GET

Validate by National ID (TCKN)

Checks whether a Turkish national ID maps to a registered Papara user (read-only).

GET

Validate by User ID

Checks whether a Papara user id is valid (read-only).

Payments4

POST

Create Payment

Creates a payment transaction (checkout). Returns a hosted paymentUrl plus the payment id. Moves money on completion.

GET

Get Payment

Retrieves a single payment by its Papara payment id, including status, amount, fee, and referenceId.

GET

List Completed Payments

Returns a paginated list of completed payments. Source for the 'payment received' polling trigger.

PUT

Refund Payment

Refunds a previously completed payment by its Papara payment id (id passed as query parameter; empty body). Moves money.

Account3

GET

Get Account & Balance

Returns the merchant account profile (brand name, legal title) and balance breakdown. Safest connectivity/identity check.

GET

List Account Ledgers

Returns the transaction entries (balance movement history): incoming payments, payouts, deposits.

GET

Get Settlement Totals

Returns aggregated transaction volume and count for a period, for reconciliation and reporting.

Banks2

GET

List Registered Bank Accounts

Returns the merchant's registered bank accounts (read-only).

POST

Withdraw to Bank Account

Move balance to a registered bank account. Moves money.

Automations using Papara

Build your own automation with Papara in the visual builder.

Frequently asked questions

What can I automate with Papara?

33 actions are available — for example: Get Account & Balance, List Account Ledgers, Get Settlement Totals, Create Payment, Get Payment, and more.

Which Papara events can start a workflow?

2 triggers — for example: Payment received, Payment received.

Can Papara be used as an AI agent tool?

Yes. Every Papara action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Papara integration modelled?

Papara is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.