Skip to main content

Phase 8: Transaction Operations

The final phase covers transaction operations: funding the wallet, preparing transfers, executing payments, and handling high-value transactions with document requirements.

Transaction Flow


Step 1: Fund Wallet (Topup)

Endpoint: POST /api/v2.1/fintrans/{accountId}/types/topup/prepareRequest Body:

Step 2: High-Value Transfer with Documents

For transactions ≥ €10,000, supporting documents may be required.

Upload Payment Document

Endpoint: POST /api/v2.1/fintrans/{walletId}/payment-documentsContent-Type: multipart/form-dataForm Data:

Payment Document Types


Step 3: Prepare Business Transfer

Endpoint: POST /api/v2.1/fintrans/{accountId}/types/transfer/prepareRequest Body:

Step 4: Execute Transfer

Endpoint: POST /api/v2.1/fintrans/{accountId}/types/transfer/executeRequest Body:

Order Status Flow


Get Order Status

Endpoint: GET /api/v2.1/fintrans/{accountId}/orders/{orderId}

Fee Structure


Complete B2B Flow Summary


Error Handling

Common errors and troubleshooting

Best Practices

Implementation best practices