Skip to main content
GET
Get payout instructions
Use this endpoint to review the payout bank accounts registered on your platform and check where each one stands in verification.
On multi-merchant platforms, filter by merchant rather than paging through every payout instruction on the platform.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Query Parameters

merchant_external_id
string

Filter payout instructions by merchant external_id.

Example:

"merchant_id1"

type
enum<string>

Filter payout instructions by scheme type.

Available options:
SEPA,
SWIFT,
FPS
Example:

"SEPA"

limit
integer
default:100

The number of records to be taken.

Required range: x <= 100
Example:

100

offset
integer
default:0

The number of records to be skipped.

Example:

0

Response

A paginated list of payout instructions.

limit
integer
required

The number of taken records.

Required range: x >= 0
Example:

100

offset
integer
required

The number of skipped records.

Required range: x >= 0
Example:

0

total
integer
required

Total number of records

Required range: x >= 0
Example:

140

items
object[]
required

A SEPA payout instruction.