Skip to main content

Phase 7: Payment Consent Setup

Payment consents define what transactions the organization can perform, including limits, allowed beneficiaries, and approval requirements.
Endpoint: POST /api/v2.1/fintrans/{walletId}/payment-consents/types/transferHeaders:
Request Body:

Amount Format: All amounts are in minor units (cents). Example: 10000000 = €100,000.00

Beneficiary Restrictions

When allowNewBeneficiaries is false, transactions to beneficiaries not in allowedAccounts will be rejected.

Approval Requirements

Approval Workflow


Frequency Limits


List Payment Consents

Endpoint: GET /api/v2.1/fintrans/{walletId}/payment-consents

Next Step

After setting up payment consents, proceed to Phase 8: Transaction Operations.

Phase 8: Transaction Operations

Execute transfers and manage transactions