Other

Get commission

This endpoint allows you to calculate commission before initiating a payment
GET/api/1/eurowallet/payments/commission

Request

beneficiaryBankAccount
string required
Beneficiary bank account number
amount
string required
Payment amount
Format: Decimal string with at most two fractions and value greater than 0.00
account
string required
Your IBAN account at Nexpay, from which the funds will be transferred
networkType
string optional
Payment rails through which the payment should be made
Possible values: SEPA, SWIFT
If the parameter is not provided, the SEPA network is chosen by default

Response

commissionAmount
string required
Commission for a selected amount and beneficiary account

Examples

GET url: /api/1/eurowallet/payments/commission
GET data: beneficiaryBankAccount=LT023080010000000239&amount=20.00