Other
Get commission
This endpoint allows you to calculate commission before initiating a payment
GET
/api/1/eurowallet/payments/commissionRequest
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
networkType
string optional
Payment rails through which the payment should be made
Possible values:
If the parameter is not provided, the
SEPA, SWIFTIf the parameter is not provided, the
SEPA network is chosen by defaultResponse
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
{
"commissionAmount": "3.00"
}
Cancel scheduled payment
This endpoint allows you to cancel previously scheduled payments
Overview
Webhooks allow Nexpay to send real-time notifications to your system whenever important events occur. Instead of continuously polling the Nexpay API, your system receives updates automatically the moment they happen. This ensures faster processing, reduced API load, and a more reliable integration flow.