SEPA transfer beneficiaries.
Beneficiaries
Registered third-party bank account that can receive SEPA transfers. Each beneficiary undergoes a Memobank
assessment before it may be used for outgoing payments.
Fields
Fields on the Beneficiary object.
| Field | Type | Description |
|---|---|---|
id | ID! | — |
createdAt | Time! | — |
deletedAt | Time | — |
iban | String! | International Bank Account Number of the beneficiary. |
name | String! | Display name identifying this beneficiary. |
status | BeneficiaryStatus! | Current verification status of the beneficiary. |
memobankAssessment | MemobankAssessment! | Memobank IBAN-verification assessment linked to this beneficiary. |
Queries
Root queries that return or operate on this object.
beneficiary
beneficiaryRetrieve a single beneficiary by its ID.
type Query {
beneficiary(id: ID!): Beneficiary
}Arguments
| Argument | Type | Description |
|---|---|---|
id | ID! | — |
Returns
Related types
Supporting objects, inputs, and enums used by this page.
Objects
BeneficiaryConnection
BeneficiaryConnectionType: object
Relay connection for paginated Beneficiary results.
Fields
| Field | Type | Description |
|---|---|---|
nodes | [Beneficiary]! | — |
edges | [BeneficiaryEdge!]! | — |
pageInfo | PageInfo! | — |
totalCount | Int! | — |
BeneficiaryEdge
BeneficiaryEdgeType: object
Relay edge wrapping a Beneficiary node with its pagination cursor.
Fields
| Field | Type | Description |
|---|---|---|
cursor | String! | — |
node | Beneficiary! | — |
Enums
BeneficiaryStatus
BeneficiaryStatusType: enum
Verification status of a beneficiary.
Values
| Value | Description |
|---|---|
PENDING | Beneficiary has been created and is awaiting Memobank assessment. |
ACTIVE | All identification matches passed; beneficiary is approved for transfers. |
REJECTED | One or more identification matches failed; beneficiary cannot be used. |

