Check transfer limits for a specific bank via the Dashboard API. Returns the maximum transfer amount allowed per transaction for that bank.
Different banks impose different per-transaction transfer limits for NIP interbank payments. Calling this endpoint before a transfer lets you confirm whether your intended amount is within the recipient bank’s allowed range, avoiding failed transfers and unnecessary OTP consumption. Pass the account number and transfer amount and the API will return whether the amount is within the bank’s allowed limit.Endpoint
POST https://baasapi.payrepmfb.com/api/v1/transaction/transfer/web/bank_limit_check
Sandbox
POST https://shogun-dev.xchangeboxng.com/api/v1/transaction/transfer/web/bank_limit_check
The intended transfer amount in NGN as a decimal string — for example, "5000.00". The API checks whether this amount falls within the bank’s per-transaction limit.