Skip to main content

Funds Add Page Redirect

This API call initiates a funds add request for a selected product and bank. It generates a redirect URL with the necessary parameters to process the payment through the specified payment gateway.

🔍Query Parameters

ParameterTypeDescriptionExample
BankIDstringFirst part of sAggregatorBankId separated by "-" from the "Mapped Banks List" API response.ATOMPG
AgencyIDstringAgency identifier, can be empty.(empty)
ProductIdintegerProduct ID for which funds are being added.100
ProductNamestringName of the product.TRADING
AmountintegerAmount to be added.10000
BankGroupIdintegerGroup ID corresponding to the bank (nGroupId from API response).10
UserIDstringUser identifier initiating the request.APITEST
UserGroupIDstringUser group identifier.HO
ProductstringProduct name or code related to funds add.WAVE
ManagerIdstringManager identifier, typically a domain or user id.Odindemo.synapsewave.com
BankAcctNointegerBank account number, typically 0 if not applicable.0
BlockThirdPartyintegerFlag to block third-party transactions.0
BankBrokerCodestringBroker code for the bank, if applicable.(optional)
AccCustidstringCustomer ID associated with the account, if applicable.(optional)
MappedBankIdintegerSecond part of sAggregatorBankId separated by "-" from the "Mapped Banks List" API response.1006
HoldReleasestringIndicates funds add action, use "HOLD" to add funds.HOLD
UPIIDstringUPI ID of the user for payment, if applicable.apitest@okaxis

Sample URLhttp://DOMAIN/newnetnet/PaymentGateway/ProcessSendData.aspx?BankID=ATOMPG&AgencyID=&ProductId=100

💬Notes

  • BankID and MappedBankId values are derived from the sAggregatorBankId field in the "Mapped Banks List" API response, split by the "-" character.
  • BankGroupId corresponds to the nGroupId from the same API response.
  • The HoldRelease parameter should be set to "HOLD" to initiate the fund add process.
  • Please ignore trailing spaces at the end of each parameter in the sample URL; they are included only for formatting.

🟢Success Response - 200 OK

Indicates the redirect request is successfully initiated. The response will typically be a redirect or confirmation page handled by the payment gateway.

get/PaymentGateway/ProcessSendData.aspx