Skip to main content
GET
List payment destinations

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), validated at the Kong edge.

Path Parameters

beneficiaryId
string<uuid>
required

Beneficiary identifier.

Query Parameters

method
string

Filter by payment method (e.g. BANK, MOBILE_MONEY, CRYPTO).

limit
integer
default:20

Maximum items per page.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Response

A page of payment destinations.

data
object[]
required
pagination
object
required